From f465ab41d3cb31218663bc689a5ed737ae293760 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 6 Jan 2019 15:20:41 -0200 Subject: Start fixing bugs --- npc/014-2-1/woody.txt | 2 +- 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!"); -- cgit v1.2.3-60-g2f50