ok so i am getting closer to getting the waypoint and auto moving system going. i had some questions.
if health reaches 0 then obviously we are dead.
however, is there an address or FLAG in a STRUCT that identifies when the PLAYER (you) is dead?
also, more importantly, how is the X,Y,Z of the PLAYER corpse stored (which STRUCT or ADDRESSES?) so that once you are in graveyard you can get back to your corpse?
my plan is to set-up waypoints starting at the graveyard (waypoints 1,2,3,etc.) and then make a loop of waypoints that comes back to a certain waypoint. for instance waypoints 1-10 get you to the loop area and then 11 - 100 are the loop that the PLAYER automatically walks in. if he dies after waypoint 55 has been completed, then the bot will walk you from graveyard to waypoint 55 going through 1-55 first and then at 55 it would need to be able to walk up to the corpse and then rez.
how can i find the PLAYER corpse X,Y,Z while i am dead and also is there a DEAD FLAG or ADDRESS which holds the dead stuff for the player-
thanks!