summaryrefslogtreecommitdiff
path: root/npc/017-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-11-14 17:17:54 -0300
committerJesusaves <cpntb1@ymail.com>2019-11-14 17:17:54 -0300
commitb2da86621ed50b7f0ae377615eb12fe3398064e4 (patch)
tree51394af8a094b325e36c254c56d2d758a084e331 /npc/017-1
parent3db031f81a9ec4b5f8cb136cee1183f91eabadf6 (diff)
downloadserverdata-b2da86621ed50b7f0ae377615eb12fe3398064e4.tar.gz
serverdata-b2da86621ed50b7f0ae377615eb12fe3398064e4.tar.bz2
serverdata-b2da86621ed50b7f0ae377615eb12fe3398064e4.tar.xz
serverdata-b2da86621ed50b7f0ae377615eb12fe3398064e4.zip
Cleanup
Diffstat (limited to 'npc/017-1')
-rw-r--r--npc/017-1/misc.txt65
1 files changed, 37 insertions, 28 deletions
diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt
index 32cdbfac5..9fd2c92b2 100644
--- a/npc/017-1/misc.txt
+++ b/npc/017-1/misc.txt
@@ -237,6 +237,15 @@ OnInit:
// Which is a script variable, meaning it will be a really special event.
// Side Note: Might as well add a special cap for such situations.
017-1,118,83,0 script Pydisgner#spoints NPC_GUGLI,{
+ if (!#RARE_POINTS) {
+ mesn;
+ mesq l("Hello %s and welcome to Land Of Fire Village. This used to be a whole server before the Monster King crashed it down here.", strcharinfo(0));
+ next;
+ mesn;
+ mesq l("In this town you'll find many critical things for your journey, like artifacts, dungeons, crafts and refiners. Please enjoy your stay. And keep tuned for news about us!");
+ // TODO: Add a link for LoF Discord Server
+ close;
+ }
mesn;
mesq l("Have you came here from Land Of Fire TMWA Server? Do you have the merge points with you?");
next;
@@ -252,9 +261,9 @@ OnInit:
// Rares
sellitem BlacksmithAxe, 64000;
- sellitem MiereCleaver, 32000;
- sellitem Kanabo, 13500;
- sellitem PiouEgg, 8350;
+ //sellitem MiereCleaver, 32000;
+ //sellitem Kanabo, 13500;
+ //sellitem PiouEgg, 8350;
sellitem AxeHat, 7000;
sellitem Googles, 5000;
@@ -265,37 +274,37 @@ OnInit:
sellitem StrangeCoin, 30;
// Gamble
- sellitem SupremeGift,30000;
- sellitem PrismGift, 11000;
- sellitem GoldenGift, 4000;
- sellitem SilverGift, 1500;
- sellitem BronzeGift, 500;
- sellitem CasinoCoins, 35;
+ //sellitem SupremeGift,30000;
+ //sellitem PrismGift, 11000;
+ //sellitem GoldenGift, 4000;
+ //sellitem SilverGift, 1500;
+ //sellitem BronzeGift, 500;
+ //sellitem CasinoCoins, 35;
// Equipment
- sellitem WoodenSword, 5500;
- sellitem Chainmail, 2500;
- sellitem LeatherShirt, 800;
- sellitem JeansShorts, 600;
- sellitem ShortBow, 500;
- sellitem RoundLeatherShield,200;
- sellitem WoodenBow, 100;
- sellitem Dagger, 100;
+ //sellitem WoodenSword, 5500;
+ //sellitem Chainmail, 2500;
+ //sellitem LeatherShirt, 800;
+ //sellitem JeansShorts, 600;
+ //sellitem ShortBow, 500;
+ //sellitem RoundLeatherShield,200;
+ //sellitem WoodenBow, 100;
+ //sellitem Dagger, 100;
// Consumables
- sellitem TonoriDelight, 80;
- sellitem Aquada, 60;
- sellitem Manana, 50;
- sellitem Cheese, 40;
- sellitem Plushroom, 15;
- sellitem Chagashroom, 15;
+ //sellitem TonoriDelight, 80;
+ //sellitem Aquada, 60;
+ //sellitem Manana, 50;
+ //sellitem Cheese, 40;
+ //sellitem Plushroom, 15;
+ //sellitem Chagashroom, 15;
// Useful ores and money stuff
- sellitem IronIngot, 2500;
- sellitem EmptyBottle, 60;
- sellitem Arrow, 4;
- sellitem TolchiArrow, 1;
- sellitem PiouFeathers, 1;
+ //sellitem IronIngot, 2500;
+ //sellitem EmptyBottle, 60;
+ //sellitem Arrow, 4;
+ //sellitem TolchiArrow, 1;
+ //sellitem PiouFeathers, 1;
end;