From 7db5813c87d4b964d7a9caa14bef582935481920 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Fri, 10 Jun 2011 14:32:12 +0200 Subject: Added a reset NPC for the debugging and also increased the mobs in 025-3. --- npc/025-1/_import.txt | 1 + npc/025-1/reset.txt | 13 +++++++++++++ npc/025-3/_mobs.txt | 6 +++--- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 npc/025-1/reset.txt diff --git a/npc/025-1/_import.txt b/npc/025-1/_import.txt index 35633eca..a29be248 100644 --- a/npc/025-1/_import.txt +++ b/npc/025-1/_import.txt @@ -4,4 +4,5 @@ map: 025-1.gat npc: npc/025-1/_mobs.txt npc: npc/025-1/_warps.txt npc: npc/025-1/barrier.txt +npc: npc/025-1/reset.txt npc: npc/025-1/rossy.txt diff --git a/npc/025-1/reset.txt b/npc/025-1/reset.txt new file mode 100644 index 00000000..382b6761 --- /dev/null +++ b/npc/025-1/reset.txt @@ -0,0 +1,13 @@ +025-1.gat,47,84,0 script reset 145,{ + + mes "reset?"; + menu + "Yes.", -, + "No.", L_No; + set Rossy_Quest, 0; + set Cave_Battles, 0; + +L_No: + close; + +} diff --git a/npc/025-3/_mobs.txt b/npc/025-3/_mobs.txt index 03c831fb..0b110386 100644 --- a/npc/025-3/_mobs.txt +++ b/npc/025-3/_mobs.txt @@ -1,9 +1,9 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-3 mobs -025-3.gat,0,0,0,0 monster CaveMaggot 1056,100,0,100,Mob025-3::On1056 -025-3.gat,0,0,0,0 monster Archant 1060,20,0,100,Mob025-3::On1060 -025-3.gat,0,0,0,0 monster AngryScorpion 1057,25,0,0,Mob025-3::On1057 +025-3.gat,0,0,0,0 monster CaveMaggot 1056,200,0,100,Mob025-3::On1056 +025-3.gat,0,0,0,0 monster Archant 1060,50,0,100,Mob025-3::On1060 +025-3.gat,0,0,0,0 monster AngryScorpion 1057,75,0,0,Mob025-3::On1057 025-3.gat,67,153,4,2 monster Skeleton 1043,1,0,30000,Mob025-3::On1043 -- cgit v1.2.3-60-g2f50