
Originally Posted by
'Team Squishee',index.php?page=Thread&postID=42082#post4 2082
Maybe I didnt explain properly - I am using the macros on the wiki on my slaves to gather the ping info off my main:
/cast Spellname
/script local x, y = Minimap:GetPingPosition() Minimap: PingLocation(x * 140, y * 140)
so the x and y are set by the ping
how would i then adjust them so slave 1 fires at the ping ,
slave 2 fires 5 yards closer than slave1 (i.e. ping -5)
slave 3 fires 8 yards closer than slave1 (ping -8 )
without having to reset the ping each time
thanks for your help Falkor - i am gathering a crowd outside SW as we speak whilst I play with this
"The weather in Elwyn Forest is terrible"
Squishee,
add an x offset and a y offset to your macro on the clones
not tested but maybe
Code:
/cast Spellname
/script local x, y = Minimap:GetPingPosition() Minimap: PingLocation((x+1) * 140, (y+1) * 140)
you will have to play around with it, not sure what the * 140 is for you you may have to add/subtract the offset from the product rather than the variable
Connect With Us