Jumjum5
New member
- Joined
- Dec 18, 2004
- RedCents
- 20¢
Here is a macro I put together in like an hour hehe. It is meant for helping your bard in Forgotten Halls by giving extra dps while being safely warped out of the map :p . Wrote it for a sk but can be edited very easily for any other classes spells.
There is much that can be done to make this more accurate and do exactly how ya want it but since this is my first macro I think I did pretty dang good for a noob
Hope yall like it and can get some use out of it. BTW if you have any input on what to change or take out to make this better plz post it, thanks
There is much that can be done to make this more accurate and do exactly how ya want it but since this is my first macro I think I did pretty dang good for a noob
Rich (BB code):
BY: JumJum5
Usage: /mac FHassist
My first ever macro (mostly a cut and paste job).Thanks to those that wrote the macros that I used some bits and pieces from. Made for a sk to cast his 3 dots on the mob the bard is kiting in Forgotten Halls
Edit the spells and delays for them if you need.
#turbo
#event dzadd "personyouwanttoadd tells you, 'add me'
#event invite "#*#invites you to join#*#"
#Event Zoned "#*#You have entered#*#"
#event camp "personingroup tells the group, 'lets roll'
Sub Main
:Start
/face heading 210
/warp loc -560 183 2
/delay 5s
:loopstart
/doevents
/call GMcheck
/if (${Target.PctHPs}==100) /target npc next
/delay 30
/if (${Target.PctHPs}<99) /delay 30
/cast "Blood of Inruku"
/delay 10s
/cast "Dark Constriction"
/delay 10s
/cast "Bond of Inruku"
/delay 10s
/sit
/delay 1m
/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
sub event_dzadd
/dzadd personyouwanttoadd
/return
sub event_invite
/invite
/return
Hope yall like it and can get some use out of it. BTW if you have any input on what to change or take out to make this better plz post it, thanks
Last edited:

