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/025-1 | |
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/025-1')
-rw-r--r-- | npc/025-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/025-1/reset.txt | 13 |
2 files changed, 14 insertions, 0 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; + +} |