前往
大廳
主題

WoW巨集

不錯 | 2021-04-15 09:55:38 | 巴幣 10 | 人氣 227

/run local x,y=C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit('player'),'player'):GetXY();msg=format('%.9f%s(%.3f,%.3f)',UnitHealth('target')/UnitHealthMax("target")*1,GetUnitName('target'),x*100,y*100);SendChatMessage(msg..'來',"channel",nil,1)

/run local x,y=C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit('player'),'player'):GetXY();msg=format('%s(%.3f, %.3f)目前%d',GetUnitName('target'),x*100,y*100,UnitHealth('target'));SendChatMessage(msg..'血',"channel",nil,1)

/run local x,y=C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit('player'),'player'):GetXY();msg=format('%s(%.3f, %.3f)目前%.1f',GetUnitName('target'),x*100,y*100,UnitHealth('target')*0.0001);SendChatMessage(msg..'萬血',"channel",nil,1)

/console missingTransmogSourceInItemTooltips 1
查看跨甲塑形

/run p="player" c=C_Map u=c.GetBestMapForUnit(p) m=c.GetPlayerMapPosition(u,p) c.SetUserWaypoint(UiMapPoint.CreateFromCoordinates(u,m.x,m.y))SendChatMessage(format("%%t(%.3f,%.3f)",m.x*100,m.y*100)..c.GetUserWaypointHyperlink(),"channel",_,1)
地圖標

創作回應

更多創作