View Full Version : Looking for a good base script to alter
Turem
01-04-2005, 08:21 PM
Ive seen alot of people come and ask for different scripts ect for different hunting areas. Im trying to find a bse script that I can take and alter to the area I need to hunt in. Im a sword shield user for now and just need a script that I can alter to use in areas like mant/thraks and fire guardians. This will easily put me around 20 which is my goal. Could someone please help me with this?
Just need the base script and alitle help altering the movement portion for the area.
Thanks alot.
Artha
01-04-2005, 08:26 PM
start:
put exper
match rest Your mind can't take much more
match rest Your mind is numbed
match gohunt Your mind is becoming numbed
match gohunt Your mind is muddled
match gohunt Your mind is clear
match gohunt Your mind is fresh and clear
match gohunt Your mind is as clear as a bell
matchwait
hunt:
put exp
match gorest Your mind can't take much more of this!
match S1 Your Mind
matchwait
S1:
pause .5
put ne
counter set 2
goto checkroom
S2:
pause .5
put e
counter set 3
goto checkroom
S3:
pause .5
put d
counter set 4
goto checkroom
S4:
pause .5
put u
counter set 5
goto checkroom
S5:
pause .5
put u
counter set 6
goto checkroom
S6:
pause .5
put u
counter set 7
goto checkroom
S7:
pause .5
put e
counter set 8
goto checkroom
S8:
pause .5
put se
counter set 9
goto checkroom
S9:
pause .5
put sw
counter set 10
goto checkroom
S10:
pause .5
put ne
counter set 11
goto checkroom
S11:
pause .5
put nw
counter set 12
goto checkroom
S12:
pause .5
put w
counter set 13
goto checkroom
S13:
pause .5
put d
counter set 14
goto checkroom
S14:
pause .5
put n
counter set 15
goto checkroom
S15:
pause .5
put nw
counter set 16
goto checkroom
S16:
pause .5
put d
counter set 17
goto checkroom
S17:
pause .5
put sw
counter set 18
goto checkroom
S18:
pause .5
goto hunt
checkroom:
match S%c Sorry, you may only type ahead
match S%c You can't go there
match S%c I could not find what
match S%c Obvious paths:
match S%c obvious exits:
match filter a/an critter
matchwait
nextroom:
goto s%c
filter:
put look
match nextroom Also here:
match attack Obvious paths:
match attack Obvious exits:
matchwait
gorest:
Path to node
put sheath
waitfor You
goto rest
rest:
pause 30
put exper
match rest Your mind can't take much more
match rest Your mind is numbed
match gohunt Your mind is becoming numbed
match gohunt Your mind is muddled
match gohunt Your mind is clear
match gohunt Your mind is fresh and clear
match gohunt Your mind is as clear as a bell
matchwait
gohunt:
Any spells you cast
waitfor you
pause 4
put ready weapon
waitfor You
Path to hunting area
pause .5
goto hunt
attack:
pause .5
put kill
match dead dies
match dead dead
match dead Any death messages
match attack only type ahead
match attack Roundtime:
match attack ...wait
match S%c I could not find
match S%c What were you referring to?
match S%c You currently have no valid target. You will need to specify one.
matchwait
dead:
pause .5
put loot
match dead2 You search
match dead ...wait
matchwait
dead2:
put look
goto checkroom
replace the room directions with the ones for whatever area and follow the format and it should work pretty well.
Turem
01-04-2005, 10:59 PM
thanks alot about to try that out
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.