summaryrefslogtreecommitdiff
path: root/world/map/npc/068-2
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-10-28 20:07:09 -0400
committermekolat <mekolat@gmail.com>2014-10-28 22:49:42 -0400
commitc455bb35cece052b86f0863cb695c73ee3c4064b (patch)
tree66109b76fcd0a0058d796fd9c18f0ae4ad9bb330 /world/map/npc/068-2
parent903a645bb61bc3544c509c915cc7d8ac92e392e5 (diff)
downloadserverdata-c455bb35cece052b86f0863cb695c73ee3c4064b.tar.gz
serverdata-c455bb35cece052b86f0863cb695c73ee3c4064b.tar.bz2
serverdata-c455bb35cece052b86f0863cb695c73ee3c4064b.tar.xz
serverdata-c455bb35cece052b86f0863cb695c73ee3c4064b.zip
add missing quest part
Diffstat (limited to 'world/map/npc/068-2')
-rw-r--r--world/map/npc/068-2/hetchel.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt
index f814616e..0700598f 100644
--- a/world/map/npc/068-2/hetchel.txt
+++ b/world/map/npc/068-2/hetchel.txt
@@ -37,8 +37,8 @@
if ( BaseLevel > @spants_minlvl && @spants_state < 1 ) goto L_Spants_Cry;
if ( @spants_state == 1 ) goto L_Spants_Cry_2;
if ( @spants_state == 2 ) goto L_Spants_Start;
- if ( @spants_state > 2 && @spants_state < 7 ) goto L_Spants_Steal;
- if ( @spants_state == 7 ) goto L_Spants_Make;
+ if ( @spants_state > 2 && @spants_state < 8 ) goto L_Spants_Steal;
+ if ( @spants_state == 8 ) goto L_Spants_Make;
mes "[Hetchel the weaver]";
mes "";
@@ -216,8 +216,8 @@ L_Spants_Steal_Cont:
"No, not yet", L_Close;
L_Spants_Steal_Cont2:
- if @spants_state < 6 goto L_Spants_No_Item;
- set @spants_state, 7;
+ if @spants_state < 7 goto L_Spants_No_Item;
+ set @spants_state, 8;
callsub S_Update_Spants;
mes "[Hetchel the weaver]";
mes "";
@@ -268,7 +268,7 @@ L_Spants_Pay:
delitem @spants_req$[1], @spants_req_amt[1];
delitem @spants_req$[2], @spants_req_amt[2];
getitem "SilkPants", 1;
- set @spants_state, 8;
+ set @spants_state, 9;
callsub S_Update_Spants;
next;
mes "[Hetchel the weaver]";