From 5d8619be4962250f9a79a24cef3abaa97751811a Mon Sep 17 00:00:00 2001 From: Crazyfefe Date: Sat, 13 Mar 2021 17:10:12 +0000 Subject: Added supply because that's not funny to wait for a short server. Added a lot's of items for craft. I hope i didn't missspell anything :D --- npc/029-0/event.txt | 69 +++++++++++++++++++---------------------------------- 1 file changed, 24 insertions(+), 45 deletions(-) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index b9d7376df..a2f019feb 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -9,7 +9,7 @@ disablenpc .name$; die(); end; } - compareandsetq TulimsharQuest_DarkInvocator, 0, 4; + mesn; mesq l("Sooo, the police station of Moubootaur Legends went ablaze. Constable Perry is too busy to monitor illegal operation on this continent."); next; @@ -62,21 +62,29 @@ OnInit: .distance=5; .sex=G_MALE; - sellitem LeatherPatch, -1, 45; - sellitem RawLog, -1, 40; - sellitem Coal, -1, 35; - sellitem IronOre, -1, 30; - sellitem CopperOre, -1, 20; - sellitem LeadOre, -1, 15; - sellitem TinOre, -1, 15; - sellitem SilverOre, -1, 14; - sellitem GoldOre, -1, 14; - sellitem TitaniumOre, -1, 9; - sellitem IridiumOre, -1, 6; - sellitem PlatinumOre, -1, 3; - sellitem EarthPowder, -1, 3; - sellitem EverburnPowder, -1, 2; - + sellitem RawLog, -1, 1000; + sellitem Coal, -1, 1000; + sellitem IronOre, -1, 1000; + sellitem CopperOre, -1, 1000; + sellitem LeadOre, -1, 1000; + sellitem TinOre, -1, 1000; + sellitem SilverOre, -1, 1000; + sellitem GoldOre, -1, 1000; + sellitem TitaniumOre, -1, 1000; + sellitem IridiumOre, -1, 1000; + sellitem PlatinumOre, -1, 1000; + sellitem EarthPowder, -1, 1000; + sellitem WhiteFur, -1, 1000; + sellitem Bone, -1, 1000; + sellitem DivineApple, -1, 1000; + sellitem ManaPiouFeathers, -1, 1000; + sellitem FluoPowder, -1, 1000; + sellitem RawLog, -1, 1000; + sellitem MixedGemPowder, -1, 1000; + sellitem SnakeSkin, -1, 1000; + sellitem LeatherPatch, -1, 1000; + sellitem AnimalBones, -1, 1000; + sellitem AncientBlueprint, -1, 4; sellitem RustyKnife, -1, 5; sellitem TrainingWand, -1, 5; @@ -102,18 +110,6 @@ OnInit: sellitem Cheese, -1, 400; sellitem Aquada, -1, 200; - sellitem WhiteFur, -1, rand2(50); - sellitem Piberries, -1, rand2(50); - sellitem CherryCake, -1, rand2(50); - sellitem LettuceLeaf, -1, rand2(50); - sellitem BugLeg, -1, rand2(50); - sellitem RoastedMaggot, -1, rand2(50); - sellitem Moss, -1, rand2(50); - sellitem AnimalBones, -1, rand2(40); - sellitem Milk, -1, rand2(50); - sellitem Mashmallow, -1, rand2(50); - sellitem Dragonfruit, -1, rand2(50); - if (gettime(7) != 2021) disablenpc .name$; @@ -130,19 +126,15 @@ OnInit: addmonsterdrop(Michel, DarkCrystal, 500); addmonsterdrop(CopperSkullSlime, DarkCrystal, 500); addmonsterdrop(MonsterGeneral, DarkCrystal, 10000); - setiteminfo(DarkCrystal, ITEMINFO_SELLPRICE, rand2(100, 200)); $@FOS_MOBDROP=true; } end; OnClock0001: -OnClock0601: OnClock1201: -OnClock1801: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; - restoreshopitem LeatherPatch, 45; restoreshopitem RawLog, 40; restoreshopitem Coal, 35; restoreshopitem IronOre, 30; @@ -155,7 +147,6 @@ OnClock1801: restoreshopitem IridiumOre, 6; restoreshopitem PlatinumOre, 3; restoreshopitem EarthPowder, 3; - restoreshopitem EverburnPowder, 2; restoreshopitem AncientBlueprint, 4; restoreshopitem RustyKnife, 5; @@ -181,18 +172,6 @@ OnClock1801: restoreshopitem Bread, 750; restoreshopitem Cheese, 400; restoreshopitem Aquada, 200; - - restoreshopitem WhiteFur, rand2(50); - restoreshopitem Piberries, rand2(50); - restoreshopitem CherryCake, rand2(50); - restoreshopitem LettuceLeaf, rand2(50); - restoreshopitem BugLeg, rand2(50); - restoreshopitem RoastedMaggot, rand2(50); - restoreshopitem Moss, rand2(50); - restoreshopitem AnimalBones, rand2(40); - restoreshopitem Milk, rand2(50); - restoreshopitem Mashmallow, rand2(50); - restoreshopitem Dragonfruit, rand2(50); end; OnMinute02: -- cgit v1.2.3-60-g2f50