From 1195ea1eb880ca9c77f2471e036d8bb8009fd70d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 19 Nov 2008 13:38:20 +0000 Subject: Change all script folders Script files fixes are comming --- npc/001-3_Tulimshar_arena/_import.txt | 6 ++++++ npc/001-3_Tulimshar_arena/_mobs.txt | 7 +++++++ npc/001-3_Tulimshar_arena/_warps.txt | 3 +++ npc/001-3_Tulimshar_arena/guards.txt | 28 ++++++++++++++++++++++++++++ npc/001-3_Tulimshar_arena/monsters.txt | 14 ++++++++++++++ npc/001-3_Tulimshar_arena/pvpflag.txt | 1 + 6 files changed, 59 insertions(+) create mode 100644 npc/001-3_Tulimshar_arena/_import.txt create mode 100644 npc/001-3_Tulimshar_arena/_mobs.txt create mode 100644 npc/001-3_Tulimshar_arena/_warps.txt create mode 100644 npc/001-3_Tulimshar_arena/guards.txt create mode 100644 npc/001-3_Tulimshar_arena/monsters.txt create mode 100644 npc/001-3_Tulimshar_arena/pvpflag.txt (limited to 'npc/001-3_Tulimshar_arena') diff --git a/npc/001-3_Tulimshar_arena/_import.txt b/npc/001-3_Tulimshar_arena/_import.txt new file mode 100644 index 00000000..c0d05ff3 --- /dev/null +++ b/npc/001-3_Tulimshar_arena/_import.txt @@ -0,0 +1,6 @@ +map: 001-3.gat +npc: npc/001-3_Tulimshar_arena/pvpflag.txt +npc: npc/001-3_Tulimshar_arena/monsters.txt +npc: npc/001-3_Tulimshar_arena/guards.txt +npc: npc/001-3_Tulimshar_arena/_warps.txt +npc: npc/001-3_Tulimshar_arena/_mobs.txt diff --git a/npc/001-3_Tulimshar_arena/_mobs.txt b/npc/001-3_Tulimshar_arena/_mobs.txt new file mode 100644 index 00000000..493a64ad --- /dev/null +++ b/npc/001-3_Tulimshar_arena/_mobs.txt @@ -0,0 +1,7 @@ +// 001-3 Tulimshar arena mobs + + + +001-3.gat,0,0,0 script Mob001-3 -1,{ + end; +} diff --git a/npc/001-3_Tulimshar_arena/_warps.txt b/npc/001-3_Tulimshar_arena/_warps.txt new file mode 100644 index 00000000..bd8cd0d1 --- /dev/null +++ b/npc/001-3_Tulimshar_arena/_warps.txt @@ -0,0 +1,3 @@ +// 001-3 Tulimshar arena warps + +001-3.gat,72,29 warp ToInn 1,-1,001-2.gat,24,23 diff --git a/npc/001-3_Tulimshar_arena/guards.txt b/npc/001-3_Tulimshar_arena/guards.txt new file mode 100644 index 00000000..065ed765 --- /dev/null +++ b/npc/001-3_Tulimshar_arena/guards.txt @@ -0,0 +1,28 @@ +// + +new_6-1.gat,77,37,0 script Phaet 125,{ + mes "[Phaet the Royal Guard]"; + mes "\"Do you want to go back?\""; + next; + + menu + "Yes", L_Sure, + "No", -; + mes "Have fun."; + close; + +L_Sure: + mes "[Phaet the Royal Guard]"; + mes "\"Ok.\""; + next; + + warp "new_8-1.gat", 25, 23; + close; +} + +new_6-1.gat,69,37,0 script Aradin 126,{ + mes "[Aradin the Royal Guard]"; + mes "\"Don't touch me..."; + mes "You wouldn't enjoy the consequences.\""; + close; +} diff --git a/npc/001-3_Tulimshar_arena/monsters.txt b/npc/001-3_Tulimshar_arena/monsters.txt new file mode 100644 index 00000000..51d72132 --- /dev/null +++ b/npc/001-3_Tulimshar_arena/monsters.txt @@ -0,0 +1,14 @@ +// Map: new_6-1 +// This is the Tulimshar Arena -- below Tulimshar. +// + +new_6-1.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot + +new_6-1.gat,0,0,0 script Mob6 -1,{ +OnMaggot: + set @mobID, 1002; + callfunc "MobPoints"; + break; + + end; +} \ No newline at end of file diff --git a/npc/001-3_Tulimshar_arena/pvpflag.txt b/npc/001-3_Tulimshar_arena/pvpflag.txt new file mode 100644 index 00000000..361e062b --- /dev/null +++ b/npc/001-3_Tulimshar_arena/pvpflag.txt @@ -0,0 +1 @@ +new_6-1.gat mapflag pvp -- cgit v1.2.3-70-g09d2