PDA

View Full Version : Manticore..or



crazymage
03-27-2004, 01:04 PM
Someone post a manticore huntin script or one for a critter round 10 near landing

GSLeloo
03-27-2004, 01:07 PM
Am I the only one that never used a hunting script?

Longshanks
03-27-2004, 01:11 PM
Also if someone could post a hunting script for large oges in Zortahg, that would be super.

J-Tech
03-27-2004, 02:21 PM
I'd write you one if i didn't hate you, and you didn't hate me. :)

J.T.

Skirmisher
03-27-2004, 02:24 PM
Nah Leloo, the only scripting i have ever done was travel scripts.

crazymage
03-27-2004, 02:26 PM
:offtopic: Post scripts not talk!!

Skirmisher
03-27-2004, 02:32 PM
No scripts for you!:bleh:

Mint
03-27-2004, 02:49 PM
Originally posted by GSLeloo
Am I the only one that never used a hunting script?

I would use them if I could figure out how. But travel scripts are about all I use too.

Latrinsorm
03-27-2004, 05:58 PM
#patrol the vale

echo *******************************
echo ******* Start in the **********
echo **** bottom corner of the *****
echo ************ vale *************
echo *******************************

move nw
put l
save 2
goto X
1:
move nw
save 2
goto X
2:
move w
save 3
goto X
3:
move nw
save 4
goto X
4:
move ne
save 5
goto X
5:
move e
save 6
goto X
6:
move se
save 7
goto X
7:
move s
save 8
goto X
8:
move sw
save 1
goto X

X:
match Done manticore
match Done thrak
match %s Obvious paths:
matchwait

Done:
match %s Also here
match %s disk
match Done2 Obvious paths:
matchwait

Done2:
exit

Try that on for size. I'm modifying a patrol script on the fly, so it might not work.

crazymage
03-27-2004, 06:06 PM
but it doesn kill..them goob

Latrinsorm
03-27-2004, 06:17 PM
What, I gotta do everything? <grumble> You better be a swinger.

Done2:
put atta
match Wait ...wait
match Stop dies
match Start Roundtime
match End You currently have
matchwait

wait:
pause 1
goto Start

Stop:
put skin target
put loot
waitfor You search
goto Start

End:
put l
goto %s

Throw that on there.