PDA

View Full Version : Cant get this sorc script to work



Chastralizing
02-24-2004, 11:51 PM
save 1

start:
put look
match %s Also here (its not reading 'Also here' at all, and starts blasing on other peeps kills)
match killthrak thrak
match killmant mant
match %s Obvious exits
matchwait

killthrak:
put prep 702
put cha thrak
waitfor You channel
goto loot

loot:
put loot
match start You search
match start Could not find
match lpause ...wait
matchwait

lpause:
pause .2
goto loot

killmant:
put prep 702
put cha mantic
waitfor You channel
goto loot

1:
counter set 2
save %c
move se
goto start

2:
counter add
save %c
move s
goto start

3:
counter add
save %c
move sw
goto start

4:
counter add
save %c
move nw
goto start

5:
counter set 1
save %c
move ne
put exp
match exit ghost
match start muddled
match start becoming
match gorest numbed
match gorest take
match start clear
matchwait (it will check exp, but pauses after that, like it doesnt read Obvious exits)

i dont know how to get it to enter a room, and off of that match whether there is 'also here' not by entering a room and typing look because obviously my other char is going to be there and ill just run around in circles.

Glavenfyre
02-25-2004, 12:27 AM
Obvious exits is sometimes Obvious paths I believe. Also, use the look method, but instead of matching "also here"
match "also here: otherCharacter."

Make sure you put the period in there

02-25-2004, 12:29 AM
Hey, you ever find that TWC script?

Glavenfyre
02-25-2004, 03:45 AM
Yeah, I put it in the other thread, but now I uploaded it and here's (http://members.aol.com/evilpadan/twc.cmd) a link.

ogurty
03-01-2004, 06:55 PM
your problem is that the script is seeing the monster and killing it, and not seeing also here.....where you put "also here" in the matchfield makes no difference. to fix it, make it like so:

start:
put look
match mant manticore
match thrak thrak
match %s obvious
matchwait
mant:
match %s also here
match %s also in the room
match killmant obvious
matchwait
{same for thraks}