From ec9be0a2967b38955d26e337b05bc3a042ac4544 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 2 Nov 2008 22:45:17 +0000 Subject: Branch data for eAthena --- npc/new_14-1-south-woodland/monsters.txt | 40 ++++++++++++++++++++++++++++++++ npc/new_14-1-south-woodland/passages.txt | 4 ++++ 2 files changed, 44 insertions(+) create mode 100644 npc/new_14-1-south-woodland/monsters.txt create mode 100644 npc/new_14-1-south-woodland/passages.txt (limited to 'npc/new_14-1-south-woodland') diff --git a/npc/new_14-1-south-woodland/monsters.txt b/npc/new_14-1-south-woodland/monsters.txt new file mode 100644 index 00000000..f371e497 --- /dev/null +++ b/npc/new_14-1-south-woodland/monsters.txt @@ -0,0 +1,40 @@ +// Map: new_14-1 +// This is South Woodland. +// + +new_14-1.gat,0,0,0,0 monster Scorpion 1003,50,0,0,Mob14::OnScorpion +new_14-1.gat,0,0,0,0 monster SpikyMushroom 1019,50,0,0,Mob14::OnSpikyMushroom +new_14-1.gat,0,0,0,0 monster LogHead 1025,50,0,0,Mob14::OnLogHead + +new_14-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob14::OnCobalt + +new_14-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob14::OnSilkWorm + +new_14-1.gat,0,0,0 script Mob14 -1,{ +OnScorpion: + set @mobID, 1003; + callfunc "MobPoints"; + break; + +OnSpikyMushroom: + set @mobID, 1019; + callfunc "MobPoints"; + break; + +OnLogHead: + set @mobID, 1025; + callfunc "MobPoints"; + break; + +OnCobalt: + set @mobID, 1030; + callfunc "MobPoints"; + break; + +OnSilkWorm: + set @mobID, 1035; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/new_14-1-south-woodland/passages.txt b/npc/new_14-1-south-woodland/passages.txt new file mode 100644 index 00000000..3f63f074 --- /dev/null +++ b/npc/new_14-1-south-woodland/passages.txt @@ -0,0 +1,4 @@ +new_14-1.gat,131,53 warp tofield 2,2,new_16-1.gat,25,53 +new_14-1.gat,48,23 warp tofield 1,1,new_9-1.gat,46,99 +new_14-1.gat,14,54 warp tomap31 0,2,new_31-1.gat,92,54 +new_14-1.gat,55,104 warp tomap32 3,1,new_32-1.gat,56,21 \ No newline at end of file -- cgit v1.2.3-70-g09d2