diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-04 23:57:22 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-04 23:57:22 +0000 |
commit | 5c2ffa919d82c5a1b41c74ce1b5f9309af1d2e7e (patch) | |
tree | fe2647ff1ec04faeef2c2da9cd7ff03f7b0e63a1 | |
parent | b55ebb04f27ad6bd16a6e9348fc5e656694701b5 (diff) | |
download | serverdata-5c2ffa919d82c5a1b41c74ce1b5f9309af1d2e7e.tar.gz serverdata-5c2ffa919d82c5a1b41c74ce1b5f9309af1d2e7e.tar.bz2 serverdata-5c2ffa919d82c5a1b41c74ce1b5f9309af1d2e7e.tar.xz serverdata-5c2ffa919d82c5a1b41c74ce1b5f9309af1d2e7e.zip |
Update npc/014-2/carla.txt, npc/014-2/_import.txt files
Deleted npc/014-2/woodywife.txt
-rw-r--r-- | npc/014-2/_import.txt | 2 | ||||
-rw-r--r-- | npc/014-2/carla.txt (renamed from npc/014-2/woodywife.txt) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index 9efb6ced4..4cadbd274 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -2,6 +2,6 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/014-2/_mobs.txt", "npc/014-2/_warps.txt", +"npc/014-2/carla.txt", "npc/014-2/guards.txt", "npc/014-2/mouboo.txt", -"npc/014-2/woodywife.txt", diff --git a/npc/014-2/woodywife.txt b/npc/014-2/carla.txt index c9b23d58c..a95a22d32 100644 --- a/npc/014-2/woodywife.txt +++ b/npc/014-2/carla.txt @@ -3,7 +3,7 @@ // Saulc // Jesusalva // Description: -// Woody wife in old shaman girl. She kept house entrance from years. +// Carla the Woody wife in old shaman girl. She kept house entrance from years. // id:100 HurnscaldQuest_Woody // 0 - Not aware of the quest // 1 - Know about winter @@ -11,7 +11,7 @@ // 3 - Quest Complete // 4+ - see woody -014-2,104,31,0 script Woody Wife NPC_RAIJIN_FEMALE_WAITRESS,{ +014-2,104,31,0 script Carla NPC_RAIJIN_FEMALE_WAITRESS,{ .@quest = getq(HurnscaldQuest_Woody); if (BaseLevel < 25) goto L_TooWeak; if (.@quest == 1) goto L_Start; @@ -36,7 +36,7 @@ L_GiveTask: L_Quest: mes ""; mesn; - mesq l("I'm Woody Wife, I have lived here with Woody for many years! We decided to live away from civilization, as hunter and shaman life is way better."); + mesq l("I'm Carla the Woody Wife, I have lived here with Woody for many years! We decided to live away from civilization, as hunter and shaman life is way better."); next; mesn; mesq l("But now, we are quite old. I remember the time when I was your age. My generation doesn't do stupid things like yours!"); @@ -191,7 +191,7 @@ OnTouch: if (.@q >= 3) warp "014-2-1", 33, 44; else - npctalk3 l("The door is locked, you should speak to Woody's Wife about it."); + npctalk3 l("The door is locked, you should speak to Carla about it."); end; } |