I am submitting this to you for free access to the eq1 forums. I don't feel it is appropriate to post such a macro in the public display section due to it being a highly saught after macro and I don't want it getting stolen and pasted to another site. I tried pm'ing redsquirrel and emailing it to the [email protected] but as yet have not heard anything so I figured it was time to just post it here.
This is a modification to the vxed macro modified by Ripski and originally created by Redbot. However this macro is intended to maximize your dps by using more dots without drops plus uses cacaphony aa if you have it. It will also get you a new instance when yours expires. This macro has checks for GM's, Health below 60, Health below 45, Health below 42, autocamp upon death, etc. For this macro i use Cade's latest compile.
Notes are included in the macro for how songs are setup, how hotkeys are used, all is included.
Save this code in your macro's folder as Ubarvxed.mac. You can simply copy and paste the code using any text editor such as notepad or wordpad.
In addition to the macro these are the hotkeys i use
this is the hotkey i use after i have zoned in and have da song on. after warp just hit numlock and it goes.
just in case i need to stop everything i hit this, then hit fade once i have run up on a wall.
basically a succor hotkey just in case i get into trouble while at the keyboard.
Used to start auto forage,
This is a modification to the vxed macro modified by Ripski and originally created by Redbot. However this macro is intended to maximize your dps by using more dots without drops plus uses cacaphony aa if you have it. It will also get you a new instance when yours expires. This macro has checks for GM's, Health below 60, Health below 45, Health below 42, autocamp upon death, etc. For this macro i use Cade's latest compile.
Notes are included in the macro for how songs are setup, how hotkeys are used, all is included.
Save this code in your macro's folder as Ubarvxed.mac. You can simply copy and paste the code using any text editor such as notepad or wordpad.
Rich (BB code):
| This macro made for www.Redguides.com
| Don't steal it or we'll punch your fase!
|----- Macro semi-created by Taiisien
#turbo
#Include advpath.inc
#event dzgetnew "#*#You have entered Barindu#*#"
#event restart "#*#You have entered Vxed#*#"
#event log "nameofpersoningroup tells the group, 'we're done'
#event addplayeryouwanttoadd "playeryouwanttoadd tells you, 'invite me'
#event dzaddplayeryouwanttoadd "playeryouwanttoadd tells you, 'add me'
#event dead "You have entered The Plane of Knowledge"
|-------------------------------^^^^^^^^^^^^^^^^
|------------------------------Change to Bind zone
|----- The reason for a 13 song twist is to minimize the ammount of downtime due to refreshing selos when not needed.
|----- With 13 songs it refreshes with plenty of time to prevent drops but still less often than if you did a 5 song twist.
|----- Also note i do not have a heal song in place as there are
|----- three checks for hp's. Innate regen should take care of any other hp recovery needed.
|----- Alt ability 553 is number for the DoDh aa "Cacaphony". The reason for using this is of course to increase dps.
|----- Keypress 7 is the hotkey I have assigned to warp and start the macro
|----- Keypress 8 is the hotkey I have assigned to start autoforage
|----- Keypress 9 is the hotkey I have assigned to use Fading Memories
|----- Spellgem 1-4 = DoT, 5 = Selos, 6 = unassigned, 7 = DA, 8 = heal, 9 = Selos song of travel
|----- Notes on how to use:
|----- When you first use this macro there are several things you must do. First when you enter Vxed hit selos, second hit DA song, third
|----- hit macro hotkey, when you land from your warp you must hit numlock to start running, otherwise you just stand there and die.
|----- Next if you want to hit your autoforage hotkey (mine is just one line that says /start forage). Now that you are running and
|----- foraging everything else will be automatic until you turn the macro off. When it zones you back in after a new instance is
|----- established there is no need to touch anything it is all included.
|----- This is your Main portion of the macro, this is responsible for all major events -----|
Sub Main
/declare SafeHP int outer 42
/declare CapTimer timer outer 0
/call InitAPFVars 1 15 20
:loopstart
/doevents
/call GMcheck
/if (${Me.PctHPs}<=45) /potionbelt Activate 1
/if (${Me.PctHPs}<=60) /potionbelt Activate 2
/if (${Me.PctHPs}<=${SafeHP} && ${Zone.ID}==290) /call RegenEvent
/if (${Target.Level}>67) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 1 2 3 4 1 2 3 4 1 2 3 4 5
}
/if (${Target.Name.Equal[A venomous stonemite]}) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 1 2 3 4 1 2 3 4 1 2 3 4 5
}
/if (${Target.Name.Equal[Misguided beludu Creque]}) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 1 2 3 4 1 2 3 4 1 2 3 4 5
}
/if (${Target.Distance}>220) /tar npc radius 220
/if (${Target.ID}==FALSE) /tar npc radius 220
|For the AA
/if (${Me.AltAbilityReady[553]} && ${Zone.ID}==290 && ${Target.PctHPs}>50 && ${Target.PctHPs}<98 && ${CapTimer}<=0) {
/alt act 553
/varset CapTimer 15m
}
/delay 10
/goto :loopstart
/return
|----- This is your GM check, this is responsible for using fade, ending the macro, and camping you if a GM enters zone -----|
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/keypress 9
/endmac
/unload
/q
}
/return
|----- This is your get new event, this is responsible for running you to Udranda, getting new instance, returning you to Vxed -----|
Sub event_dzgetnew
/keypress forward
/circle off
/twist off
/twist 9
/delay 3s
/call PlayFunction "VxedZI_to_Udranda 1 cf nopp noz"
/call WaitTilThere
/twist 8
/target Apprentice Udranda
/hail
/delay 3s
/say vxed
/twist 9
/keypress esc
/keypress esc
/doevents flush
/call PlayFunction "Udranda_to_VxedZI 1 cf nopp noz"
/call WaitTilThere
/face heading 0
/twist 5
/dzadd leanda
/dzadd toon2
/dzadd toon3
/dzadd toon4
/invite leanda
/invite toon2
/invite toon3
/invite toon4
/delay 4s
/twist off
/keypress forward hold
/return
|----- This is your restart event, this is responsible for getting you back to kite area and begining the kite safely -----|
Sub event_restart
/twist 7
/delay 4s
/twist off
/delay 1s
/keypress 7
/delay 1s
/keypress forward hold
/delay 1s
/keypress 8
/return
|----- This is your log event, this is responsible for camping you to desktop based upon a key phrase from a group mate -----|
Sub event_log
/sit
/camp desktop
/return
|----- This is your dzadd event, this is responsible for adding people to your instance -----|
|----- Change the words "personyouwanttoadd" to the actual persons name -----|
sub event_dzaddpersonyouwanttoadd
/dzadd personyouwanttoadd
/return
|----- This is your invite event, this is responsible for adding people to your group -----|
|----- Change the words "personyouwanttoadd" to the actual persons name -----|
sub event_invitepersonyouwanttoadd
/invite
/return
|----- This is your dead event, this is responsible for camping you to desktop when you die -----|
sub event_dead
/delay 5s
/sit
/camp desktop
/endmac
/return
|----- This is your regen event, this is responsible for getting you out of harms way and regening your health -----|
Sub RegenEvent
/keypress 9
/keypress 9
/warp succor
/keypress back
/circle off
/twist 8
/delay 4s
/sit
:hpcheck
/if (${Me.PctHPs}==100) /call continue
/if (${Me.PctHPs}<100) /goto :hpcheck
/return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Sub Wait Till there - movement wait
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub WaitTilThere
:LoopTilThere
/if (${PathingFlag}==1) {
/call AdvPathPoll
/delay 0
/doevents
/goto :LoopTilThere
}
/return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Sub Continue - Restarts after Help initiated
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub continue
/sit off
/delay 1s
/twist 5
/delay 4s
/twist 7
/delay 4s
/twist off
/delay 1s
/keypress 7
/delay 1s
/keypress forward hold
/delay 1s
/keypress 8
/call main
/return
|-------------------------------------------------------------------------------|
|-------------------------------------------------------------------------------|
|----- Credits to include all the hard work of the people at Redguides, specifically to include -----|
|----- Ripski, Tone, Redbot, and Army Soldier and especially Cade for his compile. -----|
|----- without their contributions this would not have happened. -----|
|-------------------------------------------------------------------------------|
|-------------------------------------------------------------------------------|
In addition to the macro these are the hotkeys i use
this is the hotkey i use after i have zoned in and have da song on. after warp just hit numlock and it goes.
just in case i need to stop everything i hit this, then hit fade once i have run up on a wall.
basically a succor hotkey just in case i get into trouble while at the keyboard.
Used to start auto forage,
Last edited:

