AestheticDeath
01-16-2007, 11:11 PM
So.. I made a hunting script. Except it sucks. My intent was to make one I can run, without having to hit any keys, but not have it so good I could leave it unattended.
But the way it is, I still have to do some things manually.
Most notably, if a creature runs from me to another room, I have no way currently to recognize that it ran, and which way. So sometimes it gets stuck trying to cast at something that isn't there.
And its a bit too slow. I dont want it zooming through rooms like I see some other scripters do, but the way I have it now, it basically enters a room, pauses three seconds, LOOKs, then leaves if it finds nothing. If it finds something it winds up waiting another 3 seconds before casting. And it wont recognize a match upon entering the room apparantly.. It only seems to find a creature on the LOOK. I would prefer it start killing as soon as it enters a room with a creature, instead of waiting, and then looking and finding it.
So mainly right now, I am wanting to ask for help with recognizing that a creature ran in a certain direction, and follow it. Is there a way to use those nifty saves or counters to do this? Or do I have to make large match tables for each section? Cause I already got a crap load of sections I dont really need since I dunno how to use the %s and %c stuff correctly.
PS someone needs to make a Scripting for Idiots guide so I can stop asking so many questions.
But the way it is, I still have to do some things manually.
Most notably, if a creature runs from me to another room, I have no way currently to recognize that it ran, and which way. So sometimes it gets stuck trying to cast at something that isn't there.
And its a bit too slow. I dont want it zooming through rooms like I see some other scripters do, but the way I have it now, it basically enters a room, pauses three seconds, LOOKs, then leaves if it finds nothing. If it finds something it winds up waiting another 3 seconds before casting. And it wont recognize a match upon entering the room apparantly.. It only seems to find a creature on the LOOK. I would prefer it start killing as soon as it enters a room with a creature, instead of waiting, and then looking and finding it.
So mainly right now, I am wanting to ask for help with recognizing that a creature ran in a certain direction, and follow it. Is there a way to use those nifty saves or counters to do this? Or do I have to make large match tables for each section? Cause I already got a crap load of sections I dont really need since I dunno how to use the %s and %c stuff correctly.
PS someone needs to make a Scripting for Idiots guide so I can stop asking so many questions.