There are many,well alot vxed macros but i havent seen any that gets expedition on its own. Of course this macro is based on one of the AFK Bard.
For this macro uses MQ2Twist , MQ2RWarp (or alike) ,MQ2Cast and MQ2Moveutils
This macro must be started in Barindu at Vxed zoneline without Expedition or already inside Vxed and killing mobs
Spell make up is
1 Selos
2-5 Dots
6 Regen
7 Kazumis ( DA )
9 Selo's Song of Travel
If you dont have nine spell gems just mem Selo's Song of Travel in 8th gem and change in the macro the /sing 9 parts to /sing 8
This macro does use cacophony aswell but only if you have a hotbutton of it on 4th position of the your main hotbutton list. Macro does /keypress 4 , basicly at begining of each mob the macro trys to use cacophony ,it makes a very good timing on time spent killing a mob and doesnt use the ability when mob is already at 20% HP.
And here is a very simple macro i use for my alts to site next to camp and leech the xp. You char will be out of agro range so even if your bard dies alt wont.Character using this macro must be infront of the vxed zine line (hole) when he is being added or gets the expedition
For this macro uses MQ2Twist , MQ2RWarp (or alike) ,MQ2Cast and MQ2Moveutils
This macro must be started in Barindu at Vxed zoneline without Expedition or already inside Vxed and killing mobs
Spell make up is
1 Selos
2-5 Dots
6 Regen
7 Kazumis ( DA )
9 Selo's Song of Travel
If you dont have nine spell gems just mem Selo's Song of Travel in 8th gem and change in the macro the /sing 9 parts to /sing 8
This macro does use cacophony aswell but only if you have a hotbutton of it on 4th position of the your main hotbutton list. Macro does /keypress 4 , basicly at begining of each mob the macro trys to use cacophony ,it makes a very good timing on time spent killing a mob and doesnt use the ability when mob is already at 20% HP.
Rich (BB code):
#turbo
#event invite "#*#invites you to join#*#"
#event dead "You have entered the Guild Lobby"
Sub Main
/echo Vxed Macro started, only start the macro in barindu or in vxed alreday doing your circles
:MainLoop
/delay 100
/doevents
/if (${Zone.ShortName.Equal[Barindu]}) /call barindu
/if (${Zone.ShortName.Equal[Vxed]}) /call vxed
/goto :MainLoop
/return
Sub barindu
/echo Im in Barindu, waiting 2mins to get a new Expedition
/squelch /twist stop
/delay 1200
/sing 9
/delay 40
/call MoveUtilsReload
/delay 20
/moveto loc 237 -1171
/delay 60
/moveto loc 83 -882
/delay 70
/moveto loc 239 -758
/delay 50
/target "Apprentice Udranda"
/delay 10
/twist stop
/delay 10
/sing 9
/delay 10
/say vxed
/delay 20
/keypress esc
/delay 20
/moveto loc 83 -882
/delay 50
/moveto loc 237 -1171
/delay 70
/moveto loc 456 -1258
/delay 70
/face heading 357
/twist off
/delay 200
/keypress up hold
:vxedLoop
/doevents
/if (${Zone.ShortName.Equal[Vxed]}) {
/echo Im in Vxed, waiting 30s
/delay 300
/call MoveUtilsReload
/face heading 270
/cast "Kazumi's Note of Preservation"
/delay 40
/warp loc 125, -300, 447
/circle on 69
} else {
/goto :vxedLoop
}
/return
Sub vxed
:loopstart
/doevents
/delay 10
/squelch /twist stop
/delay 30
/call GMcheck
/tar npc next
/delay 10
/if (${Target.Distance}>220) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 220
/delay 10
/if (${Target.Level}>66) /goto :loopstart
/If (${Target.Name.Equal[misguided beludu Creque]}) /goto :loopstart
/If (${Target.Name.Equal[a venomous stonemite]}) /goto :loopstart
/If (${Target.Name.Equal[a_stoneshifter00]}) /return
/delay 30
/squelch /twist 1 2 3 4 5 6
/keypress 4
/delay 10
:loopstart2
/if ( ${Target.Name.NotEqual[NULL]} ) {
/doevents
/if (${Me.PctHPs}<=45) /potionbelt Activate 1
/if (${Me.PctHPs}<=60) /potionbelt Activate 2
/if (${Zone.ShortName.Equal[Barindu]}) /return
/goto :loopstart2
}
/goto :loopstart
/return
Sub MoveUtilsReload
/plugin mq2moveutils unload
/delay 10
/plugin mq2moveutils
/delay 20
/return
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/keypress 9
/endmac
/unload
/q
}
/return
Sub event_invite(Line, PersonWhoWantsInvite)
/invite ${PersonWhoWantsInvite}
/return
Sub event_dead
/delay 6000
/twist end
/sit
/camp desk
/end mac
/return
And here is a very simple macro i use for my alts to site next to camp and leech the xp. You char will be out of agro range so even if your bard dies alt wont.Character using this macro must be infront of the vxed zine line (hole) when he is being added or gets the expedition
Rich (BB code):
#turbo
#event Expedition "The direction to the entry to your instanced zone(s) have been marked on your compass."
#event barindu "You have entered Barindu, Handging Gardens."
#event dead "You have been slain by#*#"
Sub Main
/echo Vxed Leech Bot Started!!
:loop
/doevents
/goto :loop
/return
Sub event_Expedition
/echo Got expedition. Making ready to zone.
/delay 100
/delay 20
/face heading 357
/delay 20
/keypress up hold
:vxedloop
/doevents
/if (${Zone.ShortName.Equal[Vxed]}) {
/echo Waiting 60s before Warping
/delay 600
/warp loc 181.13 -135.53 485.46
/face heading 230
} else {
/goto :vxedloop
}
/return
Sub event_barindu
/echo In barindu waiting for new Expedition
/return
Last edited:


thanks man.