From 2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 21 Nov 2008 22:13:33 +0000 Subject: Move more scripts --- npc/019-1_Snow_field/_import.txt | 1 - npc/019-1_Snow_field/monsters.txt | 6 +++--- npc/019-1_Snow_field/snowman.txt | 4 +++- npc/019-1_Snow_field/taro.txt | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'npc/019-1_Snow_field') diff --git a/npc/019-1_Snow_field/_import.txt b/npc/019-1_Snow_field/_import.txt index 3db5780c..9d59edc8 100644 --- a/npc/019-1_Snow_field/_import.txt +++ b/npc/019-1_Snow_field/_import.txt @@ -1,7 +1,6 @@ map: 019-1.gat npc: npc/019-1_Snow_field/taro.txt npc: npc/019-1_Snow_field/snowman.txt -npc: npc/019-1_Snow_field/santa.txt npc: npc/019-1_Snow_field/monsters.txt npc: npc/019-1_Snow_field/_warps.txt npc: npc/019-1_Snow_field/_mobs.txt diff --git a/npc/019-1_Snow_field/monsters.txt b/npc/019-1_Snow_field/monsters.txt index b4515cf2..607ade82 100644 --- a/npc/019-1_Snow_field/monsters.txt +++ b/npc/019-1_Snow_field/monsters.txt @@ -2,10 +2,10 @@ // This is the Snow Fields. // -new_10-1.gat,0,0,0,0 monster SantaSlime 1015,10,0,0,Mob10::OnSantaSlime -new_10-1.gat,0,0,0,0 monster RudolphSlime 1016,25,0,0,Mob10::OnRudolphSlime +019-1.gat,0,0,0,0 monster SantaSlime 1015,10,0,0,Mob10::OnSantaSlime +019-1.gat,0,0,0,0 monster RudolphSlime 1016,25,0,0,Mob10::OnRudolphSlime -new_10-1.gat,0,0,0 script Mob10 -1,{ +019-1.gat,0,0,0 script Mob10 -1,{ OnSantaSlime: set @mobID, 1015; callfunc "MobPoints"; diff --git a/npc/019-1_Snow_field/snowman.txt b/npc/019-1_Snow_field/snowman.txt index 1e5ba412..1f56e4f2 100644 --- a/npc/019-1_Snow_field/snowman.txt +++ b/npc/019-1_Snow_field/snowman.txt @@ -1,4 +1,6 @@ -new_10-1.gat,77,44,0 script Snowman 129,{ +// + +019-1.gat,77,44,0 script Snowman 129,{ if( ChristmasQuest == 1) goto L_Done; mes "[Snowman]"; diff --git a/npc/019-1_Snow_field/taro.txt b/npc/019-1_Snow_field/taro.txt index c5ab3289..00976aa4 100644 --- a/npc/019-1_Snow_field/taro.txt +++ b/npc/019-1_Snow_field/taro.txt @@ -1,6 +1,6 @@ // Snow Taro -new_10-1.gat,57,61,0 script Taro 114,{ +019-1.gat,57,61,0 script Taro 114,{ if (getequipid(equip_head) == 511 || getequipid(equip_head) == 1206) goto L_Santa; if (getequipid(equip_head) == 633) goto L_Elf; if (getequipid(equip_head) == 628) goto L_NearElf; -- cgit v1.2.3-70-g09d2