diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-30 17:19:55 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-02 19:22:47 -0800 |
commit | 045622fa6e515cf403ec710420746a15bcb75562 (patch) | |
tree | 9e95523c2548d3957935c9f267a3b3c09e69e94d /world/map/npc/008-1 | |
parent | 67ec53b404beae200cebc5331cf4452223628dde (diff) | |
download | serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.gz serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.bz2 serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.xz serverdata-045622fa6e515cf403ec710420746a15bcb75562.zip |
Remove disabled magic and old holiday quests
Diffstat (limited to 'world/map/npc/008-1')
-rw-r--r-- | world/map/npc/008-1/george.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt index 5faf73bf..5e0344ff 100644 --- a/world/map/npc/008-1/george.txt +++ b/world/map/npc/008-1/george.txt @@ -2,15 +2,6 @@ 008-1.gat,136,36,0|script|George#pirate|138, { - set @hw2011_npc_id, $@hw2011_npc_george; - if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) - goto L_TrickOrTreat; - -// if (QUEST_Easter12 == 3 && ((gettime(6) == 3 && gettime(5) >= $@easter2012_start_day) || (gettime(6) == 4 && gettime(5) < $@easter2012_reward_start_day))) -// menu -// "Hey George, I need to ask some questions about a crime.", L_George_Easter2012; - -L_Begin: if (getequipid(equip_head) == 617) goto L_Pirate; if (getequipid(equip_head) == 622) goto L_Bandana; if (getequipid(equip_head) == 621) goto L_EyePatch; @@ -33,10 +24,6 @@ L_EyePatch: mes "\"Arrrrh! Looks like ye lost an eye there!\""; close; -L_TrickOrTreat: - callfunc "TrickOrTreat2011"; - goto L_Begin; - L_George_Easter2012: mes "[George the Pirate]"; mes "\"Aaarrrrh mate! That scarab armlet was a present from my grandfather, I swear! That is all I have to say...\""; |