diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-21 22:13:33 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-21 22:13:33 +0000 |
commit | 2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0 (patch) | |
tree | 3d12fc01b1892306aec50a216c7220ab30bc2dbc /npc/019-1_Snow_field | |
parent | 88b398a79a9d525e85592bf404f31173875f42c2 (diff) | |
download | serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.gz serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.bz2 serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.xz serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.zip |
Move more scripts
Diffstat (limited to 'npc/019-1_Snow_field')
-rw-r--r-- | npc/019-1_Snow_field/_import.txt | 1 | ||||
-rw-r--r-- | npc/019-1_Snow_field/monsters.txt | 6 | ||||
-rw-r--r-- | npc/019-1_Snow_field/snowman.txt | 4 | ||||
-rw-r--r-- | npc/019-1_Snow_field/taro.txt | 2 |
4 files changed, 7 insertions, 6 deletions
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; |