clrplr
New member
- Joined
- Jul 2, 2005
- RedCents
- 0¢
I made this macro today, I tested it out and it seemed to work for me, if you have any problems, I can try to help. This is my first macro btw
I have keypress 5 set as my bow on my ranger, so it shoots my bow. I tried to figure out how to make it root before shooting and snaring but I couldn't so if you could help me find out how to do that, I'd appreciate it
I'll also fix the macro when I find out how to add root/snare to it.
EDIT: Fixed macro, should work for everyone now
You can also change the level if you're a higher lvl which would be in this line:
I have keypress 5 set as my bow on my ranger, so it shoots my bow. I tried to figure out how to make it root before shooting and snaring but I couldn't so if you could help me find out how to do that, I'd appreciate it
I'll also fix the macro when I find out how to add root/snare to it.EDIT: Fixed macro, should work for everyone now
Rich (BB code):
| For Redguides
| Have fun and don't get caught!
#turbo
#Event Zoned "#*#You have entered#*#"
Sub Main
:loopstart
/doevents
/call GMcheck
/if (${Target.Level}>50) /tar npc next
/if (${Target.Distance}>200) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 200
/if (${Target.ID}==TRUE) /range
/delay 10
/goto :loopstart
/return
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/endmac
/unload
/q
}
/return
Sub event_camp
/sit
/camp desk
/return
sub event_zoned
/delay 5s
/sit
/camp desk
/endmac
/return
You can also change the level if you're a higher lvl which would be in this line:
Rich (BB code):
/if (${Target.Level}>50) /tar npc next
Last edited:

