From 045622fa6e515cf403ec710420746a15bcb75562 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Jan 2014 17:19:55 -0800 Subject: Remove disabled magic and old holiday quests --- world/map/npc/easter/2008/monsters.txt | 15 ----------- world/map/npc/easter/2008/npc.txt | 49 ---------------------------------- 2 files changed, 64 deletions(-) delete mode 100644 world/map/npc/easter/2008/monsters.txt delete mode 100644 world/map/npc/easter/2008/npc.txt (limited to 'world/map/npc/easter/2008') diff --git a/world/map/npc/easter/2008/monsters.txt b/world/map/npc/easter/2008/monsters.txt deleted file mode 100644 index d886f519..00000000 --- a/world/map/npc/easter/2008/monsters.txt +++ /dev/null @@ -1,15 +0,0 @@ -002-2.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -002-3.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -001-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -002-4.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -005-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -011-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -019-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -020-3.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -010-2.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -003-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -007-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -011-4.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -008-1.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -010-2.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 -05-3.gat,0,0,0,0 monster EasterFluffy 1027,1,0,0,0 \ No newline at end of file diff --git a/world/map/npc/easter/2008/npc.txt b/world/map/npc/easter/2008/npc.txt deleted file mode 100644 index abc422d4..00000000 --- a/world/map/npc/easter/2008/npc.txt +++ /dev/null @@ -1,49 +0,0 @@ -001-1.gat,40,40,6 script EasterBunny 139,{ - if (QUEST_Easter08_state > 0) goto L_Finished; - - mes "[Easter Bunny]"; - mes "Hi handsome! Happy Easter to you."; - next; - - set @cond, 0; - if (countitem("RedEasterEgg") > 0) set @cond, @cond + 1; - if (countitem("GreenEasterEgg") > 0) set @cond, @cond + 1; - if (countitem("BlueEasterEgg") > 0) set @cond, @cond + 1; - if (countitem("YellowEasterEgg") > 0) set @cond, @cond + 1; - if (countitem("PinkEasterEgg") > 0) set @cond, @cond + 1; - if (countitem("TealEasterEgg") > 0) set @cond, @cond + 1; - - if (@cond == 6) goto L_Give; - - L_Message: - mes "[Easter Bunny]"; - mes "Do you want to take part in the big easter egg hunt?"; - mes ""; - mes "There are fluffys all around the world with their magic easter eggs."; - mes "When you catch them and collect 6 different kinds of eggs I will"; - mes "give you a special prize!"; - if (@cond > 0) mes "You already have found "+@cond+" different eggs!"; - close; - - L_Give: - delitem "RedEasterEgg", 1; - delitem "GreenEasterEgg", 1; - delitem "BlueEasterEgg", 1; - delitem "YellowEasterEgg", 1; - delitem "PinkEasterEgg", 1; - delitem "TealEasterEgg", 1; - mes "[Easter Bunny]"; - mes "Here is your prize:"; - mes "The official easter 2008 headgear!"; - mes "Have fun!"; - getitem "BunnyEars", 1; - set QUEST_Easter08_state, 1; - close; - - L_Finished: - mes "[Easter Bunny]"; - mes "You already completed the quest."; - mes "But maybe you would like to help others complete it, too?"; - close; - -} -- cgit v1.2.3-70-g09d2