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)
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:

