Solhaven bounty (script): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 53: | Line 53: | ||
move go table |
move go table |
||
put sit |
put sit |
||
ECHO YOU NOW HAVE A GEM COLLECTION BOUNTY |
|||
exit |
|||
todofurrier: |
todofurrier: |
||
Line 76: | Line 78: | ||
move go table |
move go table |
||
put sit |
put sit |
||
ECHO YOU NOW HAVE A SKINNING BOUNTY |
|||
exit |
|||
todoherbalist: |
todoherbalist: |
||
Line 98: | Line 102: | ||
move go table |
move go table |
||
put sit |
put sit |
||
ECHO YOU NOW HAVE A FORAGING BOUNTY |
|||
exit |
|||
dont: |
dont: |
Revision as of 08:53, 3 February 2007
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: