diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-23 18:49:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-23 18:49:39 -0300 |
commit | 9b5cadb49152a2e56841e52a864374870c243b7a (patch) | |
tree | c48b0a15b214f411f0d797be1534b09306c67125 /npc | |
parent | d8db6a035acee2083c6544c550b0d64c300fe749 (diff) | |
download | serverdata-9b5cadb49152a2e56841e52a864374870c243b7a.tar.gz serverdata-9b5cadb49152a2e56841e52a864374870c243b7a.tar.bz2 serverdata-9b5cadb49152a2e56841e52a864374870c243b7a.tar.xz serverdata-9b5cadb49152a2e56841e52a864374870c243b7a.zip |
Testing
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-4-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-4/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-4/warp.txt (renamed from npc/003-4-1/warp.txt) | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-4-1/_import.txt b/npc/003-4-1/_import.txt index f9baab1c1..de17f1c1b 100644 --- a/npc/003-4-1/_import.txt +++ b/npc/003-4-1/_import.txt @@ -2,4 +2,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-4-1/_mobs.txt", "npc/003-4-1/_warps.txt", -"npc/003-4-1/warp.txt", diff --git a/npc/003-4/_import.txt b/npc/003-4/_import.txt index e6e197d01..b7ae42d87 100644 --- a/npc/003-4/_import.txt +++ b/npc/003-4/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/003-4/_warps.txt", "npc/003-4/sorfina.txt", +"npc/003-4/warp.txt", diff --git a/npc/003-4-1/warp.txt b/npc/003-4/warp.txt index 35f49165a..399cddc24 100644 --- a/npc/003-4-1/warp.txt +++ b/npc/003-4/warp.txt @@ -3,6 +3,9 @@ 003-4,38,31,0 script Mahoud Basement NPC_HIDDEN,0,0,{ OnTouch: + dispbottom(isinstance(getq2(TulimsharQuest_Hasan))); + dispbottom(getq2(TulimsharQuest_Hasan)); + end; if (isinstance(getq2(TulimsharQuest_Hasan))) warp "hasn@"+str(getcharid(0)), 34, 27; else if (getq(TulimsharQuest_Hasan) > 3) |