Hey there everyone, I have been working on making an afk bard macro that will zone you from guildlobby all the way into barindu then start the expedition, zone you into vxed, and begin pwning mobs! this was made 90% by kmccue200 the only thing i added that wasnt mine was redbots target macro for when we are inside vxed to target mobs.
Other than that this was made by kmccue200 ( i know tone made one 4 years ago but i didnt have any of his working macro's so i didnt take anything off of him )
Ok spell gems as follow's
#1 Regen
#2 Dot #1
#3 Dot #2
#4 Dot #3
#5 Dot #4
#6 Dot #5 (magic level 60 dot)
#7 Selo's
#8 Invulnerable
have mq2docrack if you can
Good luck guys!!
::EDIT:: | I HAD A PROBLEM WITH VXED NOT OPENING IN TIME SO WHEN IT PRESSED KEYPRESS HOLD I WOULDNT ZONE IN TIME TO VXED SO IT WOULD START THE EVENTS IN BARINDU OVER AGAIN, THIS CAUSED MY CHARECTER TO PORT BACK TO APPRENTICE AND ASK FOR VXED INVITE AGAIN, AND MY CHARECTER WOULD BE STILL RUNNING FROM THE HOLD AND IT CAUSED ME TO RUN INTO MOBS AROUND APPRENTICE. I FIXED THIS BY ADDING A 20 SECOND DELAY AFTER WARPING TO THE VXED ZONE FRONT BEFORE RUNNING IN
::EDIT::
Other than that this was made by kmccue200 ( i know tone made one 4 years ago but i didnt have any of his working macro's so i didnt take anything off of him )
PHP:
::Also i would like to give partial credit to czar for showing me diff macro's to get idea's of what i can do to make the zoning work smoothly.::
Ok spell gems as follow's
#1 Regen
#2 Dot #1
#3 Dot #2
#4 Dot #3
#5 Dot #4
#6 Dot #5 (magic level 60 dot)
#7 Selo's
#8 Invulnerable
have mq2docrack if you can
Good luck guys!!
PHP:
#turbo
#Event lobby "You have entered Guild Lobby."
#Event barindu "You have entered Barindu, Hanging Gardens."
#Event vxed "You have entered Vxed, The Crumbling Caverns."
|Ok all you have to do is put the spells in this order
|#1 Regen
|#2 dot 1
|#3 dot 2
|#4 dot 3
|#5 dot 4
|#6 dot 5
|#7 selo's
|#8 invul (put this up its kinda mandatory unless you edit it cause the mac will not go though)
Sub Main
/delay 1s
/echo This macro was made by kmccue200
/delay 1s
/echo trying to load nostun2
/plugin mq2docrack
/delay 1s
/docrack nostun2 on
/echo I got idea's from other macros but the only macro i took anything from was redbots target mac
/delay 1s
/echo everything about the macro zoning into vxed, and doing all the commands other than target was written by kmccue200
/echo tone was the original person to make a macro from vxed but it was lost and i never found a mac that worked
/echo so i made my own, have fun!
/delay 1s
/if (${Zone.ID}==344) /call event_lobby
/if (${Zone.ID}==283) /call event_barindu
/if (${Zone.ID}==290) /call event_vxed
/goto main
/return
sub event_mainloop
/if (${Zone.ID}==283) /call event_barindu
/if (${Zone.ID}==290) /call event_vxed
/call event_mainloop
/return
sub event_target
/if (${Zone.ID}==344) /call event_lobby
/if (${Zone.ID}==283) /call event_barindu
/doevents
/if (${Target.Distance}>220) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 220
/if (${Target.Level}>67) /tar npc next
/if (${Target.Name.Equal[misguided beludu Creque]}) {
/squelch /twist stop
/twist stop
/target npc next
/delay 30
/squelch /twist 1 2 3 4 5 6
/twist 1 2 3 4 5 6
}
/if (${Target.Name.Equal[a venomous stonemite]}) {
/squelch /twist stop
/twist stop
/target npc next
/delay 30
/squelch /twist 1 2 3 4 5 6
/twist 1 2 3 4 5 6
}
/delay 10
/call event_target
/return
sub event_lobby
/delay 2s
/echo it recognized lobby. good work kevin.
/twist end
/delay 1s
/echo Waiting in the lobby for 1 seconds...
/memspellset vxed
/delay 1s
/target magus
/delay 5s
/warp target
/delay 3s
/zone Barindu
/call event_mainloop
/return
Sub event_barindu
/circle off
/delay 1s
/twist off
/delay 1s
/delay 2s
/echo Attempting to target apprentice
/delay 2s
/target apprentice
/delay 2s
/echo You should have apprentice targeted now.
/delay 2s
/warp target
/delay 2s
/echo you should be on the apprentice now.
/delay 2s
/say vxed
/delay 3s
/echo OMFG you made it to stoneshifter
/delay 3s
/target stoneshifter
/delay 2s
/warp loc 456.00 -1258.00 -118.91
/delay 20s
/keypress forward hold 10
/delay 6s
/call event_mainloop
/return
Sub event_vxed
/echo you made it to sub_event vxed
/delay 1s
/echo we are trying to /call kiting
/delay 1s
/call event_kiting
/return
Sub event_kiting
/if (${Zone.ID}==290) {
/delay 1s
/echo omg you made it to sub event_kiting almost there
/delay 1s
/face fast heading 263
/delay 1s
/twist end
/echo waiting for DA
:WaitForDA
/delay 1s
/if (${Me.SpellReady["Kazumi's Note of Preservation"]} != TRUE) {
/delay 10s
/goto :WaitForDA
}
/twist 7
/delay 5s
/twist 8
/delay 5s
/circle on 69 59.0321 -304.451\
/delay 1s
/warp loc 125 -300 447
/delay 1s
/twist 1 2 3 4 5 6 7
}
/call event_target
/return
::EDIT:: | I HAD A PROBLEM WITH VXED NOT OPENING IN TIME SO WHEN IT PRESSED KEYPRESS HOLD I WOULDNT ZONE IN TIME TO VXED SO IT WOULD START THE EVENTS IN BARINDU OVER AGAIN, THIS CAUSED MY CHARECTER TO PORT BACK TO APPRENTICE AND ASK FOR VXED INVITE AGAIN, AND MY CHARECTER WOULD BE STILL RUNNING FROM THE HOLD AND IT CAUSED ME TO RUN INTO MOBS AROUND APPRENTICE. I FIXED THIS BY ADDING A 20 SECOND DELAY AFTER WARPING TO THE VXED ZONE FRONT BEFORE RUNNING IN
::EDIT::
Last edited:



