Solhaven bounty (script): Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(Bounty acquisition script for Solhaven)
 
m (Moved to subcategory.)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
| author = [[User:DRIZZT-12|Adam]]
| author = [[User:DRIZZT-12|Adam]]
| compat = SF
| compat = SF
| category = Travel scripts
}}
}}


Line 23: Line 24:
move go fat door
move go fat door
put ask task about bounty
put ask task about bounty
match todogem: The local gem dealer
MATCH todogem: The local gem dealer
match todofurrier: The local furrier
MATCH todofurrier: The local furrier
match todoherbalist: The local herbalist's assistant
MATCH todoherbalist: The local herbalist's assistant
match dont: You have already been assigned a task
MATCH dont: You have already been assigned a task
match dont: It appears they have a creature
MATCH dont: It appears they have a creature
match dont: It appears they need your help in tracking
MATCH dont: It appears they need your help in tracking
match dont: A certain client has hired us to provide a protective escort
MATCH dont: A certain client has hired us to provide a protective escort
match dont: I'm kind of busy right now
MATCH dont: I'm kind of busy right now
match dont: It appears that a local resident urgently needs our help in some matter
MATCH dont: It appears that a local resident urgently needs our help in some matter
MATCHWAIT
matchwait


todogem:
todogem:
Line 53: Line 54:
move go table
move go table
put sit
put sit
ECHO YOU NOW HAVE A GEM COLLECTION BOUNTY
exit


todofurrier:
todofurrier:
Line 76: Line 79:
move go table
move go table
put sit
put sit
ECHO YOU NOW HAVE A SKINNING BOUNTY
exit


todoherbalist:
todoherbalist:
Line 98: Line 103:
move go table
move go table
put sit
put sit
ECHO YOU NOW HAVE A FORAGING BOUNTY
exit


dont:
dont:

Latest revision as of 14:23, 10 December 2015

Title:solbounty
Author:Adam
Compatibility:Wrayth Only

This script will move you from a table in the local inn; ask the Solhaven bounty taskmaster for bounties; and, currently, only keep the ones for skinning, foraging, and gem collecting. Later, ones for escort missions will be added too.

begin:
put stand
move out
move s
move ne
move out
move w
move w
move n
move n
move e
move e
move go building
move go corridor
move go fat door
put ask task about bounty
MATCH todogem: The local gem dealer
MATCH todofurrier: The local furrier
MATCH todoherbalist: The local herbalist's assistant
MATCH dont: You have already been assigned a task
MATCH dont: It appears they have a creature
MATCH dont: It appears they need your help in tracking
MATCH dont: A certain client has hired us to provide a protective escort
MATCH dont: I'm kind of busy right now
MATCH dont: It appears that a local resident urgently needs our help in some matter
MATCHWAIT

todogem:
move out
move s
move out
move w
move w
move s
move go door
put ask kahlyr about bounty
pause 2
move out
move s
move e
move e
move go doors
move sw
move n
move go table
put sit
ECHO YOU NOW HAVE A GEM COLLECTION BOUNTY
exit

todofurrier:
move out
move s
move out
move w
move w
move s
move sw
move sw
move go shop
put ask ragnoz about bounty
pause 2
move out
move ne
move e
move e
move e
move go door
move sw
move n
move go table
put sit
ECHO YOU NOW HAVE A SKINNING BOUNTY
exit

todoherbalist:
move out
move s
move out
move e
move go door
put ask kelph about bounty
pause 2
move out
move w
move w
move w
move s
move s
move e
move e
move go doors
move sw
move n
move go table
put sit
ECHO YOU NOW HAVE A FORAGING BOUNTY
exit

dont:
put ask task about remove
put ask task about remove
move out
move s
move out
move w
move w
move s
move s
move e
move e
move go doors
move sw
move n
put go table
put sit
pause 900
goto begin: