diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-09-02 23:41:16 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-09-06 10:11:23 +0200 |
commit | d9f6484496be46a381ae5303efe0254aa1d873eb (patch) | |
tree | 7aa8b2875eef703f01e70870b873b41cde05258a /world/map/npc/010-1 | |
parent | 3ee89b68e49cd7fa99b949d9736e52d4613fd49d (diff) | |
download | serverdata-d9f6484496be46a381ae5303efe0254aa1d873eb.tar.gz serverdata-d9f6484496be46a381ae5303efe0254aa1d873eb.tar.bz2 serverdata-d9f6484496be46a381ae5303efe0254aa1d873eb.tar.xz serverdata-d9f6484496be46a381ae5303efe0254aa1d873eb.zip |
Agostine and Lora Tay quest fixes:
* add missing money check when buying the dress
* lora tay gives a better hint on what to do
when she works on the dress.
* the condition to have the dress finished is now a 30 seconds wait.
* spelling errors and some dialogs improvements by Qwerty Dragon
Diffstat (limited to 'world/map/npc/010-1')
-rw-r--r-- | world/map/npc/010-1/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/010-1/loratayworking.txt | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/world/map/npc/010-1/_import.txt b/world/map/npc/010-1/_import.txt index ffb5d31a..c784dbe5 100644 --- a/world/map/npc/010-1/_import.txt +++ b/world/map/npc/010-1/_import.txt @@ -3,4 +3,3 @@ map: 010-1.gat npc: npc/010-1/_mobs.txt npc: npc/010-1/_warps.txt -npc: npc/010-1/loratayworking.txt diff --git a/world/map/npc/010-1/loratayworking.txt b/world/map/npc/010-1/loratayworking.txt deleted file mode 100644 index 5103ef60..00000000 --- a/world/map/npc/010-1/loratayworking.txt +++ /dev/null @@ -1,7 +0,0 @@ -010-1.gat,36,96,0|script|#loratayworking|32767,0,0{ -OnTouch: - if (QUEST_WG_state != 18) - end; - set QUEST_WG_state, 19; - end; -} |