diff options
Diffstat (limited to 'world/map/npc/002-1/mine_debug.txt')
-rw-r--r-- | world/map/npc/002-1/mine_debug.txt | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/world/map/npc/002-1/mine_debug.txt b/world/map/npc/002-1/mine_debug.txt index eb01dc81..6ffbe49a 100644 --- a/world/map/npc/002-1/mine_debug.txt +++ b/world/map/npc/002-1/mine_debug.txt @@ -12,8 +12,9 @@ function|script|DesertMineDebug "nothing.", L_Close; L_Reset: - set @state, 0; - callsub S_Update_Var; + set QL_MINEALL, 0; + set FLAGS, FLAGS &~ FLAG_GOT_NAEM_GLOVES; + set FLAGS, FLAGS &~ FLAG_OPENED_UNDERGROUND; goto L_Close; L_Set: @@ -22,21 +23,14 @@ L_Set: mes "18 is Angry Scorpions Start"; mes "20 is Underground Palace Start"; mes "26 is Giant Cave Maggot Start"; - input @state; - callsub S_Update_Var; + input QL_MINEALL; goto L_Close; L_Show: - set @state, ((QUEST_SouthTulimshar & BYTE_2_MASK) >> BYTE_2_SHIFT); - mes "Current State: " + @state; + mes "Current State: " + QL_MINEALL; goto L_Close; L_Close: - set @state, 0; - return; - -S_Update_Var: - set QUEST_SouthTulimshar, (QUEST_SouthTulimshar & ~(BYTE_2_MASK) | (@state << BYTE_2_SHIFT)); return; } 002-1,61,69,0|script|Mine Debug#1|122 |