summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-12-29 14:36:29 +0100
committerStefan Beller <stefanbeller@googlemail.com>2010-12-29 14:36:29 +0100
commitbdf40b76d2dad12c00a34d6e86429265ea702374 (patch)
tree5b59b6722240330e5aa9e4e67ff2bc5c9b9ae7f0
parent1cc99dcf66fb3f506d9cb8c244e2ed954f115a3b (diff)
downloadserverdata-bdf40b76d2dad12c00a34d6e86429265ea702374.tar.gz
serverdata-bdf40b76d2dad12c00a34d6e86429265ea702374.tar.bz2
serverdata-bdf40b76d2dad12c00a34d6e86429265ea702374.tar.xz
serverdata-bdf40b76d2dad12c00a34d6e86429265ea702374.zip
error fixed in voltain
now all states are cycled
-rw-r--r--npc/007-1_Woodland/voltain.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1_Woodland/voltain.txt b/npc/007-1_Woodland/voltain.txt
index 76e49f1b..1359ada8 100644
--- a/npc/007-1_Woodland/voltain.txt
+++ b/npc/007-1_Woodland/voltain.txt
@@ -157,7 +157,7 @@ mes "[Voltain]";
if (countitem("BlackScorpionStinger") < 1) goto L_NOT_ENOUGH;
delitem "BlackScorpionStinger", 1;
getexp @BLACK_SC_ST_REWARD_XP, 0;
- set $state, 0;
+ set $state, 4;
mes "\"Great! Now I can really kill that monster!\"";
close;