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/020-1/_import.txt | 8 ++++++++ npc/020-1/_mobs.txt | 7 +++++++ npc/020-1/_warps.txt | 9 +++++++++ npc/020-1/amrak.txt | 17 +++++++++++++++++ npc/020-1/monsters.txt | 14 ++++++++++++++ npc/020-1/sexchanger.txt | 27 +++++++++++++++++++++++++++ npc/020-1/soul-menhir.txt | 6 ++++++ npc/020-1/startrek.txt | 18 ++++++++++++++++++ 8 files changed, 106 insertions(+) create mode 100644 npc/020-1/_import.txt create mode 100644 npc/020-1/_mobs.txt create mode 100644 npc/020-1/_warps.txt create mode 100644 npc/020-1/amrak.txt create mode 100644 npc/020-1/monsters.txt create mode 100644 npc/020-1/sexchanger.txt create mode 100644 npc/020-1/soul-menhir.txt create mode 100644 npc/020-1/startrek.txt (limited to 'npc/020-1') diff --git a/npc/020-1/_import.txt b/npc/020-1/_import.txt new file mode 100644 index 00000000..bae7c91f --- /dev/null +++ b/npc/020-1/_import.txt @@ -0,0 +1,8 @@ +map: 020-1.gat +npc: npc/020-1/startrek.txt +npc: npc/020-1/soul-menhir.txt +npc: npc/020-1/sexchanger.txt +npc: npc/020-1/monsters.txt +npc: npc/020-1/amrak.txt +npc: npc/020-1/_warps.txt +npc: npc/020-1/_mobs.txt diff --git a/npc/020-1/_mobs.txt b/npc/020-1/_mobs.txt new file mode 100644 index 00000000..fa94c232 --- /dev/null +++ b/npc/020-1/_mobs.txt @@ -0,0 +1,7 @@ +// 020-1 mobs + + + +020-1.gat,0,0,0 script Mob020-1 -1,{ + end; +} diff --git a/npc/020-1/_warps.txt b/npc/020-1/_warps.txt new file mode 100644 index 00000000..36e0449a --- /dev/null +++ b/npc/020-1/_warps.txt @@ -0,0 +1,9 @@ +// 020-1 warps + +020-1.gat,76,38 warp ToIceCave 1,-1,020-3.gat,31,28 +020-1.gat,47,48 warp ToClothesShop -1,-1,020-2.gat,25,33 +020-1.gat,66,52 warp ToHouse -1,-1,020-2.gat,72,68 +020-1.gat,70,127 warp toSnowField 2,-1,019-1.gat,70,22 +020-1.gat,64,82 warp toInn -1,-1,020-2.gat,111,31 +020-1.gat,86,46 warp toWeaponShop -1,-1,020-2.gat,32,72 +020-1.gat,56,90 warp ToPotionsShop -1,-1,020-2.gat,66,25 diff --git a/npc/020-1/amrak.txt b/npc/020-1/amrak.txt new file mode 100644 index 00000000..b5b52962 --- /dev/null +++ b/npc/020-1/amrak.txt @@ -0,0 +1,17 @@ +// + +new_11-1.gat,66,90,0 script Amrak 103, { + mes "[Amrak]"; + mes "\"This... stone..."; + mes "I have never seen a mineral like this"; + mes "before."; + mes "And some strange... aura... seems to"; + mes "emit from it.\""; + next; + mes "[Amrak]"; + mes "\"Where did it come from?"; + mes "How did it got here?"; + mes "What's its purpose?"; + mes "I will solve its riddle for sure.\""; + close; +} diff --git a/npc/020-1/monsters.txt b/npc/020-1/monsters.txt new file mode 100644 index 00000000..92c95f81 --- /dev/null +++ b/npc/020-1/monsters.txt @@ -0,0 +1,14 @@ +// Map: new_11-1 +// This is Snow Town. +// + +new_11-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,Mob11::OnMaggot + +new_11-1.gat,0,0,0 script Mob11 -1,{ +OnMaggot: + set @mobID, 1002; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/020-1/sexchanger.txt b/npc/020-1/sexchanger.txt new file mode 100644 index 00000000..b26f9e14 --- /dev/null +++ b/npc/020-1/sexchanger.txt @@ -0,0 +1,27 @@ +new_11-1.gat,50,49,0 script Xanith 136,{ + mes "[Xanith the Surgeon]"; + mes "\"No sex changes right now, sorry.\""; + close; + + mes "[Xanith the Surgeon]"; + mes "\"Are you tired of being what you are?\""; + next; + + mes "[Xanith the Surgeon]"; + mes "\"Would you maybe be interested in a sex change?\""; + next; + + mes "[Server]"; + mes "\"Warning: All the character in your account will get the sex changed.\""; + mes "\"Also you probably will require to restart the client to notice a change.\""; + next; + + menu + "Please do, my dear...", L_Change, + "Leave alone my family treasure!", -; + close; + +L_Change: +// changesex; + close; +} diff --git a/npc/020-1/soul-menhir.txt b/npc/020-1/soul-menhir.txt new file mode 100644 index 00000000..7769530c --- /dev/null +++ b/npc/020-1/soul-menhir.txt @@ -0,0 +1,6 @@ +new_11-1.gat,64,89,0 script Soul Menhir 144, { + set @map$, "new_11-1.gat"; + set @x, 64; + set @y, 90; + callfunc "SoulMenhir"; +} diff --git a/npc/020-1/startrek.txt b/npc/020-1/startrek.txt new file mode 100644 index 00000000..72afe5e3 --- /dev/null +++ b/npc/020-1/startrek.txt @@ -0,0 +1,18 @@ +new_11-1.gat,79,77,0 script Kirk 133,{ + mes "[Capt. Kirk]"; + mes "\"Spock: We're breaking the prime directive."; + mes "This is not the right way to have the first contact.\""; + close; +} + +new_11-1.gat,81,77,0 script Spock 134,{ + mes "[Spock]"; + mes "\"Live long and prosper captain.\""; + next; + + mes "[Spock]"; + mes "\"trr...Spock to Scotty..."; + mes "Beam me to the elves village..."; + mes "I will hide there.\""; + close; +} -- cgit v1.2.3-60-g2f50