diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-06 15:20:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-06 15:20:41 -0200 |
commit | f465ab41d3cb31218663bc689a5ed737ae293760 (patch) | |
tree | a1c47316af2c9b75db0840f132a3e9cc90864c4b /npc | |
parent | 276bb4c881193cd4fa5c66411dc67f5eb5aecd39 (diff) | |
download | serverdata-f465ab41d3cb31218663bc689a5ed737ae293760.tar.gz serverdata-f465ab41d3cb31218663bc689a5ed737ae293760.tar.bz2 serverdata-f465ab41d3cb31218663bc689a5ed737ae293760.tar.xz serverdata-f465ab41d3cb31218663bc689a5ed737ae293760.zip |
Start fixing bugs
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2-1/woody.txt | 2 | ||||
-rw-r--r-- | npc/014-2/woodywife.txt | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/npc/014-2-1/woody.txt b/npc/014-2-1/woody.txt index 8bb5713ca..70e3e2b6b 100644 --- a/npc/014-2-1/woody.txt +++ b/npc/014-2-1/woody.txt @@ -3,7 +3,7 @@ // Saulc // Jesusalva // Description: -// Woody, is the oldest player of TMW2, he diserve his own npc :d an old trapper who give help to new player to craft Squirrel boots +// Woody, is the oldest player of TMW2, he deserves his own npc :d an old trapper who give help to new player to craft Squirrel boots // id:100 HurnscaldQuest_Woody // <2 - See his wife // 3 - Access to House diff --git a/npc/014-2/woodywife.txt b/npc/014-2/woodywife.txt index 0459f7f2f..60bfecbef 100644 --- a/npc/014-2/woodywife.txt +++ b/npc/014-2/woodywife.txt @@ -57,7 +57,7 @@ L_Start: mesn; mesq l("My shaman skill protect us, against monsters and thiefs!"); next; - + menu l("Hey if you want I can do some physical work for you!"), L_Ask, l("Can you teach me a basic shaman skill? please?"), L_Skill, @@ -103,7 +103,7 @@ L_Check: L_Give: if ( countitem(RawLog) < 40 || - countitem(Coal) < 5 + countitem(Coal) < 5 ) goto L_Nope; inventoryplace RedApple, 3; @@ -124,13 +124,12 @@ L_Complete: mesn; mesq l("Wandering too much? Take care to don't get lost."); close; - + L_Woody: mesn; mesq l("Woody is inside, he probably craft some stuff with animals pelts."); - next; - close: - + close; + L_Hood: mesn; mesq l("You search for Bandit hoods."); @@ -151,7 +150,7 @@ L_Force: mesq l("Anyway, my herb mixture keep monsters away."); next; close; - + L_Skill: mesn; //mesq l("I don't know if jesusalva allow me to teach you a basic chaman skill!? ."); @@ -162,7 +161,7 @@ L_Skill: mesq l("You see, it need certain special items... Oh, just blame Jesusalva for this one."); next; close; - + L_Nope: mesn; mesc l("humm... You don't have everything I've asked for!"); |