diff options
Diffstat (limited to 'world/map/npc/002-5')
-rw-r--r-- | world/map/npc/002-5/_mobs.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-5/_warps.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-5/chest.txt | 3 | ||||
-rw-r--r-- | world/map/npc/002-5/sema.txt | 5 |
4 files changed, 3 insertions, 9 deletions
diff --git a/world/map/npc/002-5/_mobs.txt b/world/map/npc/002-5/_mobs.txt index 535198fd..c6894850 100644 --- a/world/map/npc/002-5/_mobs.txt +++ b/world/map/npc/002-5/_mobs.txt @@ -20,7 +20,7 @@ 002-5,62,62,5,43|monster|AngryFireGoblin|1108,3,100000ms,30000ms,Mob002-5::On1108 -002-5,0,0,0|script|Mob002-5|-1 +002-5,0,0,0|script|Mob002-5|32767 { end; diff --git a/world/map/npc/002-5/_warps.txt b/world/map/npc/002-5/_warps.txt index 4195380c..85886913 100644 --- a/world/map/npc/002-5/_warps.txt +++ b/world/map/npc/002-5/_warps.txt @@ -1,4 +1,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Deep Desert Mines warps -002-5,34,98|warp|To Second Level|-1,-1,002-4,68,99 +002-5,34,98|warp|To Second Level#002-50|-1,-1,002-4,68,99 diff --git a/world/map/npc/002-5/chest.txt b/world/map/npc/002-5/chest.txt index fe0c2448..2cdda691 100644 --- a/world/map/npc/002-5/chest.txt +++ b/world/map/npc/002-5/chest.txt @@ -2,9 +2,6 @@ 002-5,93,37,0|script|Supply Chest|378 { - // This NPC previously used the variable TMW_Quest - callfunc "ClearVarTMW_Quest"; - set @state, ((QUEST_SouthTulimshar & BYTE_2_MASK) >> BYTE_2_SHIFT); if (@state >= 26) goto L_Finished; diff --git a/world/map/npc/002-5/sema.txt b/world/map/npc/002-5/sema.txt index 7a859f05..c80e9660 100644 --- a/world/map/npc/002-5/sema.txt +++ b/world/map/npc/002-5/sema.txt @@ -2,9 +2,6 @@ 002-5,43,91,6|script|Sema|340 { - // This NPC previously used the variable TMW_Quest - callfunc "ClearVarTMW_Quest"; - set @state, ((QUEST_SouthTulimshar & BYTE_2_MASK) >> BYTE_2_SHIFT); if (@state >= 28) goto L_Sema_Done; @@ -59,7 +56,7 @@ L_Sema_TooMany: L_Sema_Not_Happy: set @state, 26; callsub S_Update_Var; - itemheal -Hp, 0; + heal -Hp, 0; mes "A stone falls on your head."; goto L_Close; |