Skip to content

Commit

Permalink
The script no longer attempts to skin sprites.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malific committed Jul 19, 2009
1 parent 9c6ee5f commit 51d0d1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
17 changes: 5 additions & 12 deletions EZhunter.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo
put echo /off
waitfor echo
echo EZhunter
echo Last tweak 7/18/2009 12:11PM
echo Last tweak 7/19/2009 7:14PM
echo
echo SITE: http://www.malific.com/ or http://www.geocities.com/malificdr/
echo AIM: Malific Drockmur
Expand Down Expand Up @@ -147,7 +147,7 @@ DEBUG_MODE:
echo ***********************************************************
echo **
echo ** Copy/Paste DEBUG_MODE and LAST 3 Commands of game text
echo ** EZhunter DR2v1: Last tweak 7/18/2009 12:11PM
echo ** EZhunter DR2v1: Last tweak 7/19/2009 7:14PM
echo ** Variables:
echo ** 1 = %1
IF_2 echo ** 2 = %2
Expand Down Expand Up @@ -21346,7 +21346,7 @@ echo SPRITE3:
echo
save sprite
counter add 300000
goto S_%c
goto SEARCH

LIPOPOD3:
echo
Expand Down Expand Up @@ -21555,7 +21555,7 @@ echo SPRITE4:
echo
save sprite
counter add 400000
goto S_%c
goto SEARCH

LA'HEKE4:
echo
Expand Down Expand Up @@ -38564,7 +38564,7 @@ MONSTER_GROUP_5:
match SOUL tortured soul which appears dead
match HAFWA snaer hafwa which appears dead
match FIEND crypt fiend which appears dead
match SPRITE_2 fire sprite which appears dead
match SPRITE fire sprite which appears dead
match MEY moss mey which appears dead
match GERMISH'DIN germish'din which appears dead
match KARTAIS kartais which appears dead
Expand Down Expand Up @@ -45601,13 +45601,6 @@ echo

goto SEARCH

SPRITE:
echo
echo SPRITE:
echo
save sprite

goto S_%c

LIPOPOD:
echo
Expand Down
21 changes: 8 additions & 13 deletions SFhunter.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo
put echo /off
waitfor echo
echo SFhunter Version 2
echo Last tweak 7/18/2009 12:11PM
echo Last tweak 7/19/2009 7:14PM
echo
echo SITE: http://www.malific.com/ or http://www.geocities.com/malificdr/
echo AIM: Malific Drockmur
Expand Down Expand Up @@ -10880,7 +10880,7 @@ echo SPRITE:
echo
setvariable zHkill sprite

goto SKIN_VARI_CHECK
goto SEARCH

LIPOPOD:
echo
Expand Down Expand Up @@ -14000,9 +14000,8 @@ MULTIB_OFF:
echo
echo MULTIB_OFF:
echo
match MULTI_EXP_%zHexpC /34
match MULTI_EXP_%zHexpC Deaths:
matchre MULTI_SWITCH /% (30|31|32|33|34)\/34/i
matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
put skill %zHexp
matchwait

Expand All @@ -14011,39 +14010,35 @@ MULTIB_ON:
echo
echo MULTIB_ON:
echo
match MULTI_EXP_%zHexpC % /34
match MULTI_EXP_%zHexpC Deaths:
matchre MULTI_SWITCH /% (30|31|32|33|34)\/34/i
matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
put skill %zHexpA
matchwait

MULTIB_THROW:
echo
echo MULTIB_THROW:
echo
match MULTIB_THROW2 % /34
match MULTIB_THROW2 Deaths:
matchre MULTI_SWITCH /% (30|31|32|33|34)\/34/i
matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
put skill Light Thrown
matchwait

MULTIB_THROW2:
echo
echo MULTIB_THROW2:
echo
match MULTI_EXP_%zHexpC % /34
match MULTI_EXP_%zHexpC Deaths:
matchre MULTI_SWITCH /% (30|31|32|33|34)\/34/i
matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
put skill Heavy Thrown
matchwait

MULTIB_OFFHAND:
echo
echo MULTIB_OFFHAND:
echo
match MULTI_EXP_%zHexpC % /34
match MULTI_EXP_%zHexpC Deaths:
matchre MULTI_SWITCH /% (30|31|32|33|34)\/34/i
matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
put skill %zHexpB
matchwait

Expand Down Expand Up @@ -15213,7 +15208,7 @@ DEBUG_MODE:
echo ** SITE: http://www.malific.com/ or http://www.geocities.com/malificdr/
echo ** AIM: Malific Drockmur
echo **
echo ** SFhunter Version 2: Last tweak 7/18/2009 12:11PM
echo ** SFhunter Version 2: Last tweak 7/19/2009 7:14PM
echo **
echo **************************************************************************************
echo
Expand Down

0 comments on commit 51d0d1f

Please sign in to comment.