diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-10 14:32:12 +0200 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-12 14:48:06 -0700 |
commit | 7db5813c87d4b964d7a9caa14bef582935481920 (patch) | |
tree | 9b6b46c37ce8244e63fd5f812585cc11ed0dcf50 /npc | |
parent | 542245ac51681dec73891058498e526ac74117bb (diff) | |
download | serverdata-7db5813c87d4b964d7a9caa14bef582935481920.tar.gz serverdata-7db5813c87d4b964d7a9caa14bef582935481920.tar.bz2 serverdata-7db5813c87d4b964d7a9caa14bef582935481920.tar.xz serverdata-7db5813c87d4b964d7a9caa14bef582935481920.zip |
Added a reset NPC for the debugging and also increased the mobs in 025-3.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/025-1/reset.txt | 13 | ||||
-rw-r--r-- | npc/025-3/_mobs.txt | 6 |
3 files changed, 17 insertions, 3 deletions
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 |