PDA

View Full Version : It POACHES!!



The Cat In The Hat
06-02-2005, 05:10 PM
ok, how do I make my script stop poaching? It works perfectly except for that.

start:
counter set 1


main:
put look
match room%c Also here:
match room%c disk
match filter that is flying around
match filter appears stunned
match room%c I could not find what
match room%c Obvious paths:
match room%c Obvious exits:
matchwait

filter:
put look
match kill that is flying around
match kill appears stunned
match kill that is lying down
match dead that appears dead
match room%c Obvious paths:
match room%c Obvious exits:
matchwait

kill:

It looks in each room twice, but still wont catch the also here's.

Any help? Thanks :)

Sean of the Thread
06-02-2005, 05:20 PM
KILL ALL POACHERS ON SIGHT!!

No really this is what I used in the tower.

pause 5
Reset1:
put look
Checkroom:
match alone1 dhu goleras
match alone2 shrickhen
match alone3 moulis
match R%c obvious
matchwait
Alone1:
match R%c disk
match R%c severed
match R%c Also here:
match alonegol obvious
matchwait
Alone2:
match R%c disk
match R%c severed
match R%c Also here:
match aloneshri obvious
matchwait
Alone3:
match R%c disk
match R%c severed
match R%c Also here:
match alonemol obvious
matchwait

The Cat In The Hat
06-02-2005, 06:06 PM
Thank you :) I'll try that

Sean of the Thread
06-02-2005, 06:12 PM
Well I hope it will be a start. I could post the rest if you like so you can where the match blabla obvious goes and what happens after.

The Cat In The Hat
06-02-2005, 06:17 PM
Well, my script works perfectly, except for the poaching. it instructs it to move if it sees also here, or a disk, but I think it's seeing the critter first and matching that, even though im telling it to see also here first.

I am NOT a good script maker LOL. This is my first and I did it just to see if I could :)

Sean of the Thread
06-02-2005, 06:22 PM
Originally posted by The Cat In The Hat
Well, my script works perfectly, except for the poaching. it instructs it to move if it sees also here, or a disk, but I think it's seeing the critter first and matching that, even though im telling it to see also here first.

I am NOT a good script maker LOL. This is my first and I did it just to see if I could :)

Hey that's how I did my first script.. just wanted to see if I could. I am still no expert and it takes me lots of trial and error but hey that could have been because I was always drunk.

Are you using storm front or wizard?

The Cat In The Hat
06-02-2005, 06:27 PM
Wizard, stormfront makes me twitch.

Sean of the Thread
06-02-2005, 06:31 PM
It may seem like an odd source but OMENS is pretty good at wizard scripting. Try him.

The Cat In The Hat
06-02-2005, 06:32 PM
Ok, thanks :)