Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MACRO] KeepDistance Player ( Perfect for MC on EK,ED)
#1
First all You need the ID of Player that you want keep X distance

Code:
4500 {ID EK} IDEK:=Creature.Self() HUD.Display(!IDEK!)

ID of EK will DISPLAY ON PLAYER SCREEN

or

Code:
Creature.Self()

for second option is necesary to run macro in debug mode in order to get PLAYER ID

Ex: my EKID
PHP Code:
Start-Of-Macro

Creature
.Self() returned 47524498
!IDEKhas been set to 47524498

HUD
.Display(!IDEK!) returned 1
End
-Of-Macro 

Next: you need to put this in your second char, example i put on my druid:


Code:
1000 {KeepDistance of EK} Creature.KeepDistance(YOUR EK ID, SQM)

Example:

Code:
1000 {KeepDistance of EK} Creature.KeepDistance(47524498, 5)
and the druid will keep 5 sqm distance from EK Smile

for me was very usefull to hunt MC, EK & HEALER Big Grin
#2
[macro]1000 {Auto Keep Distance} sqm:=5 target:=Creature.ByName(Kimoszin) Creature.KeepDistance(!target!, !sqm!)[/macro]
#3
(09-19-2013, 09:15 AM)Kimoszin Wrote: [macro]1000 {Auto Keep Distance} sqm:=5 target:=Creature.ByName(Kimoszin) Creature.KeepDistance(!target!, !sqm!)[/macro]

i think that nobody was posted srry Smile
#4
work 100% thanks reput
#5
I just posted to show you that you can do everything in a single macro.


Forum Jump:


Users browsing this thread: 1 Guest(s)