• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Mooching xp/faction from a ghoster

zazoot

Member
Joined
Sep 7, 2006
RedCents
50¢
this requires some sort of warp plugin, and it assumes /warp is warp, and /waypoint remove / add / wp works

change soandso, to the nameof the person doing all the work for you ~.~


the mac will assist, and jump over under 30% hp to get a hit in for faction/xp

and it will jump back if its being hurt / target has too much hp (something else attacked you after first one died)

Rich (BB code):
Sub Main
/waypoint remove ehh
/waypoint add ehh
/warp wp ehh

/delay 5

:xps
/assist soandso
/delay 5
/assist soandso
/delay 5
/assist soandso
/delay 5
/if ((${Target.PctHPs}<30) && (${Target.ID}) && (${Me.PctHPs}>50)) {
/warp target
/delay 2
/stick moveback 10
/attack on
}
/if (${Me.PctHPs}<=50)  {
/warp wp ehh
/target clear
}
/if (!${Target.ID}) {
/warp wp ehh
/delay 5
}
/if (${Target.PctHPs}>90) {
/warp wp ehh
/target clear
/delay 25
/echo whoops got hit by add
}
/goto :xps
/return
 
Last edited:
Awsome, i was attempting to write one myself but thanks for beating me too it! Ill test it once servers are sorted and if works, redcent 4 u :p
 
well i ran it for 2 days straight (4 complete anguish instances)

so id say its pretty well burn in tested.

youll want to throw in a simple healing mac to supplement it for the people who pop back to teh zone in. (they wont pop away if their hp is too low)


(i use this sometimes, i ahve another one wiht a bunch of hardcoded names etc)

obviously this assumes cleric, with yalp 7,. and ch memorized, and being in the group with the xpers
Rich (BB code):
#turbo 

Sub Main 

:loop 
/delay 1
/if (${Me.Casting.ID}) /goto :loop

/if (${Me.PctHPs}<90 && ${Me.PctHPs}>0) {
/target ${Me} pc
/cast "Complete Healing"
/delay 1s
/goto :loop
}}
/if ((${Me.Buff[Yaulp VII].Duration}<=1)) {
  /cast "Yaulp VII"
  /cast "Yaulp VII"
  /cast "Yaulp VII"
 }
/if (${Group.Member[1].PctHPs}<80 && ${Group.Member[1].PctHPs}>0) {
/target ${Group.Member[1]} pc
/cast "Complete Healing"
/delay 1s
/goto :loop
}}
/if (${Group.Member[2].PctHPs}<80 && ${Group.Member[2].PctHPs}>0) {
/target ${Group.Member[2]} pc
/cast "Complete Healing"
/delay 1s
/goto :loop
}}
/if (${Group.Member[3].PctHPs}<80 && ${Group.Member[3].PctHPs}>0) {
/target ${Group.Member[3]} pc
/cast "Complete Healing"
/delay 1s
/goto :loop
}}

/if (${Group.Member[4].PctHPs}<80 && ${Group.Member[4].PctHPs}>0) {
/target ${Group.Member[4]} pc
/cast "Complete Healing"
/delay 1s
/goto :loop
}}

/if (${Group.Member[5].PctHPs}<80 && ${Group.Member[5].PctHPs}>0) {
/target ${Group.Member[5]} pc
/cast "Complete Healing"
/delay 1s
/goto :loop
}}

/goto :loop

/return
 
Mooching xp/faction from a ghoster

Users who are viewing this thread

Back
Top
Cart