Marmic Disarm (script): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> |
<pre> |
||
#disarm.Wiz |
#disarm.Wiz |
||
trunk: |
trunk: |
||
save "trunk" |
save "trunk" |
||
match trap_ident You get |
match trap_ident You get |
||
match trap_ident You are already holding that. |
match trap_ident You are already holding that. |
||
Line 12: | Line 8: | ||
put get my trunk |
put get my trunk |
||
matchwait |
matchwait |
||
strongbox: |
strongbox: |
||
save "strongbox" |
save "strongbox" |
||
Line 21: | Line 15: | ||
put get my strongbox |
put get my strongbox |
||
matchwait |
matchwait |
||
skippet: |
skippet: |
||
save "skippet" |
save "skippet" |
||
Line 29: | Line 22: | ||
put get my skippet |
put get my skippet |
||
matchwait |
matchwait |
||
crate: |
crate: |
||
save "crate" |
save "crate" |
||
Line 37: | Line 29: | ||
put get my crate |
put get my crate |
||
matchwait |
matchwait |
||
coffer: |
coffer: |
||
save "coffer" |
save "coffer" |
||
Line 45: | Line 36: | ||
put get my coffer |
put get my coffer |
||
matchwait |
matchwait |
||
casket: |
casket: |
||
save "casket" |
save "casket" |
||
Line 53: | Line 43: | ||
put get my casket |
put get my casket |
||
matchwait |
matchwait |
||
caddy: |
caddy: |
||
save "caddy" |
save "caddy" |
||
Line 61: | Line 50: | ||
put get my caddy |
put get my caddy |
||
matchwait |
matchwait |
||
chest: |
chest: |
||
save "chest" |
save "chest" |
||
Line 70: | Line 57: | ||
put get my chest |
put get my chest |
||
matchwait |
matchwait |
||
box: |
box: |
||
save "box" |
save "box" |
||
Line 79: | Line 64: | ||
put get my box |
put get my box |
||
matchwait |
matchwait |
||
trap_ident: |
trap_ident: |
||
#save "trap_ident" |
|||
pause 1 |
pause 1 |
||
match trap_ident_f fails to reveal to you what type of trap protects it. |
match trap_ident_f fails to reveal to you what type of trap protects it. |
||
Line 111: | Line 88: | ||
matchwait |
matchwait |
||
trap_ident_s: |
trap_ident_s: |
||
#save "trap_disarm" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto trap_disarm |
goto trap_disarm |
||
trap_ident_f: |
trap_ident_f: |
||
#save "trap_ident" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto trap_ident |
goto trap_ident |
||
trap_disarm: |
trap_disarm: |
||
#save "trap_disarm" |
|||
pause 1 |
pause 1 |
||
match trap_disarm_f unable to make any progress. |
match trap_disarm_f unable to make any progress. |
||
Line 143: | Line 115: | ||
matchwait |
matchwait |
||
trap_disarm_s: |
trap_disarm_s: |
||
#save "trap_morecheck" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto trap_morecheck |
goto trap_morecheck |
||
trap_disarm_f: |
trap_disarm_f: |
||
#save "trap_disarm" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
Line 171: | Line 139: | ||
matchwait |
matchwait |
||
disarmed: |
disarmed: |
||
#save "get_lockpick" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto get_lockpick |
goto get_lockpick |
||
notdisarmed: |
notdisarmed: |
||
#save "trap_ident" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
Line 190: | Line 154: | ||
matchwait |
matchwait |
||
lock_ident: |
lock_ident: |
||
#save "lock_ident" |
|||
pause 1 |
pause 1 |
||
match notdisarmed making any chance of picking it unlikely. |
match notdisarmed making any chance of picking it unlikely. |
||
Line 217: | Line 180: | ||
matchwait |
matchwait |
||
lock_ident_s: |
lock_ident_s: |
||
#save "lock_pick" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto lock_pick |
goto lock_pick |
||
lock_ident_f: |
lock_ident_f: |
||
#save "lock_ident" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
Line 236: | Line 195: | ||
matchwait |
matchwait |
||
lock_pick_s: |
lock_pick_s: |
||
#save "lock_morecheck" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto lock_morecheck |
goto lock_morecheck |
||
lock_pick_f: |
lock_pick_f: |
||
#save "lock_pick" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
Line 262: | Line 217: | ||
put get coin |
put get coin |
||
pause 2 |
pause 2 |
||
fill: |
fill: |
||
match fill_s You take |
match fill_s You take |
||
Line 270: | Line 224: | ||
put fill pou with %s |
put fill pou with %s |
||
matchwait |
matchwait |
||
fill_full: |
fill_full: |
||
put rem my gem pou |
put rem my gem pou |
||
Line 278: | Line 231: | ||
put stow my pouch |
put stow my pouch |
||
waitfor You put |
waitfor You put |
||
match fill_full_new You get |
match fill_full_new You get |
||
match end What were you referring to? |
match end What were you referring to? |
||
Line 292: | Line 242: | ||
waitfor You attach |
waitfor You attach |
||
goto fill |
goto fill |
||
fill_s: |
fill_s: |
||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
put disman %s |
put disman %s |
||
put disman %s |
put disman %s |
||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto end |
goto end |
||
notdisarmed: |
notdisarmed: |
||
#save "trap_ident" |
|||
#goto pause |
|||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
Line 314: | Line 259: | ||
echo *************************************** |
echo *************************************** |
||
goto end2 |
goto end2 |
||
pause: |
|||
pause 1 |
|||
goto %s |
|||
end: |
end: |
||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
goto %s |
goto %s |
||
end2: |
end2: |
Revision as of 19:26, 11 October 2009
#disarm.Wiz trunk: save "trunk" match trap_ident You get match trap_ident You are already holding that. match strongbox What were you referring to? put get my trunk matchwait strongbox: save "strongbox" match trap_ident You get match trap_ident You are already holding that. match skippet What were you referring to? put get my strongbox matchwait skippet: save "skippet" match trap_ident You get match trap_ident You are already holding that. match crate What were you referring to? put get my skippet matchwait crate: save "crate" match trap_ident You get match trap_ident You are already holding that. match coffer What were you referring to? put get my crate matchwait coffer: save "coffer" match trap_ident You get match trap_ident You are already holding that. match casket What were you referring to? put get my coffer matchwait casket: save "casket" match trap_ident You get match trap_ident You are already holding that. match caddy What were you referring to? put get my casket matchwait caddy: save "caddy" match trap_ident You get match trap_ident You are already holding that. match chest What were you referring to? put get my caddy matchwait chest: save "chest" match trap_ident You get match trap_ident You are already holding that. match box What were you referring to? put get my chest matchwait box: save "box" match trap_ident You get match trap_ident You are already holding that. match end2 What were you referring to? put get my box matchwait trap_ident: pause 1 match trap_ident_f fails to reveal to you what type of trap protects it. match trap_ident_s You think this trap is precisely at your skill level. match trap_ident_s good shot at disarming match trap_ident_s You have some chance of being match trap_ident_s The odds are against you, match trap_ident_s with only minor troubles. match trap_ident_s long with your skills. match trap_ident_s You have an amazingly minimal match trap_ident_s Prayer would be a good start match trap_ident_s simple matter for you to disarm. match trap_ident_s which you can take down any time. match trap_ident_s would be a longshot. #**************************************************** #******** add additional success lines above ******** #**************************************************** match get_lockpick Roundtime: 3 sec. match trap_disarm Somebody has already located put disarm my %s iden matchwait trap_ident_s: pause 1 pause 1 goto trap_disarm trap_ident_f: pause 1 pause 1 goto trap_ident trap_disarm: pause 1 match trap_disarm_f unable to make any progress. match trap_disarm_s After wiggling the milky-white tube match trap_disarm_s Working slowly, you carefully match trap_disarm_s Carefully, you pry the bronze face away match trap_disarm_s Careful not to jostle match trap_disarm_s With the precision and grace match trap_disarm_s With sweat forming on your brow, match trap_disarm_s You cautiously pry match trap_disarm_s With precise control, match trap_disarm_s With a smirk you wedge #**************************************************** #******** add additional success lines above ******** #**************************************************** put disarm my %s %1 matchwait trap_disarm_s: pause 1 pause 1 goto trap_morecheck trap_disarm_f: pause 1 pause 1 goto trap_disarm trap_morecheck: match disarmed Roundtime: 3 sec. match notdisarmed Roundtime: 4 sec. match notdisarmed Roundtime: 5 sec. match notdisarmed Roundtime: 6 sec. match notdisarmed Roundtime: 7 sec. match notdisarmed Roundtime: 8 sec. match notdisarmed Roundtime: 9 sec. match notdisarmed Roundtime: 10 sec. match notdisarmed Roundtime: 11 sec. match notdisarmed Roundtime: 12 sec. match notdisarmed Roundtime: 13 sec. match notdisarmed Roundtime: 14 sec. match notdisarmed Roundtime: 15 sec. put disarm %s iden matchwait disarmed: pause 1 pause 1 goto get_lockpick notdisarmed: pause 1 pause 1 goto trap_ident get_lockpick: pause 1 match out What were you referring to? match lock_ident You are already holding that. match lock_ident You get put get my lockpick matchwait lock_ident: pause 1 match notdisarmed making any chance of picking it unlikely. match lock_ident_f fails to teach you anything about the lock guarding it. match lock_ident_s You have some chance match lock_ident_s The lock has the edge on you, match lock_ident_s The odds are against you, match lock_ident_s You think this lock is precisely at your skill level. match lock_ident_s with only minor troubles. match lock_ident_s should not take long with your skills. match lock_ident_s You really don't have any chance match lock_ident_s You have an amazingly minimal match lock_ident_s The lock is a trivially constructed match lock_ident_s simple matter for you to unlock. match lock_ident_s Prayer would be a good start match lock_ident_s would be a longshot. #**************************************************** #******** add additional success lines above ******** #**************************************************** match get_lockpick Find a more appropriate tool and try again! match lock_pick Somebody has already inspected put pick my %s iden matchwait lock_ident_s: pause 1 pause 1 goto lock_pick lock_ident_f: pause 1 pause 1 goto lock_ident lock_pick: pause 1 match get_lockpick Find a more appropriate tool and try again! match lock_pick_s With a soft click, match lock_pick_f You are unable to make any progress put pick my %s %1 matchwait lock_pick_s: pause 1 pause 1 goto lock_morecheck lock_pick_f: pause 1 pause 1 goto lock_pick lock_morecheck: pause 1 match open You open the match lock_ident It is locked. put open my %s matchwait open: pause 1 put stow left put get coin put get coin pause 2 put get coin put get coin pause 2 fill: match fill_s You take match fill_s You fill match fill_full You can't fit anything else match fill_s There aren't any gems put fill pou with %s matchwait fill_full: put rem my gem pou waitfor You remove put close my gem pou waitfor You close put stow my pouch waitfor You put match fill_full_new You get match end What were you referring to? put get pou from my cloak matchwait fill_full_new: pause 1 pause 1 put open my gem pou put wear my pou waitfor You attach goto fill fill_s: pause 1 pause 1 put disman %s put disman %s pause 1 pause 1 goto end notdisarmed: pause 1 pause 1 goto trap_ident out: echo *************************************** echo ********** OUT OF LOCKPICKS! ********** echo *************************************** goto end2 end: pause 1 pause 1 goto %s end2: