PDA

View Full Version : Graveyard Wraith Hunter



Schultry
03-10-2005, 10:17 AM
I changed the snow spectre script around to hunt wraiths under the graveyard. But I can't seem to get it to work properly. It hangs in room 7 sometimes and if it gets to room 1 it goes to the label expcheck2 and sits there instead of returning to the node. Anyone able to offer a little direction?

Latrinsorm
03-10-2005, 11:48 AM
Booo, SF.

First thing, if you just have "match kill2 Remaining: 5", you don't need one for 51-59. You only need to reel off each digit for 10-19 and 20-29. You also don't need a "goto looting" directly in front of the "looting" label.

As for the sitting in room 1, try putting the "put exp" after the series of matches and before the matchwait.

Your expwaittable label isn't quite right, you have it loop to the movement to the node part, which won't work. Also, it seems like it can get to the expwaittable label from any room, which means you have to make the movement section a bit more robust anyhow.

I don't know if any of these will address your problems.