i wrote a macro script that pretty much does that batwing quest for you, if your a teleporting class. (afk macro oh no!!1!!1!) can i post the code for the whole macro (minus the movment ini) w/o getting banned for posting afk macro, all its for is fixing faction, no profit can be made of the quest, and by the tiem your high enough level to have the pok port spell the batwing quest is 0 experence.
now on to what i need help:
for some reason, when the macro ports me to pok, doesnt move me from the port in spot, but if i start the macro from that same spot, it works just fine.. which is wierd 'cause it should be the same script.
Code: Select all
#Event PoK "You have entered The Plane of Knowledge."
.....
Sub Main
/doevents PoK
:MainLoop
/doevents
/delay 1
/goto :MainLoop
/return
....
Sub Event_PoK
/delay 5s
/call PlayFunction "PoKToVendor 1 cf nopp noz"
/call WaitTilThere
/target Darius
/face
/click right target
/delay 3s
/call buyitems "Bat Wing" 200
/delay 3s
/sendkey down s
/delay 1s
/sendkey up s
/delay 1s
/echo Gating Now
/call Cast "Gate"
/return

