summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/george.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-03-17 16:55:17 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-03-23 16:08:04 +0100
commit4d6ed2e31624362422bcfbc6a7084f81cee0cf98 (patch)
tree559657031461abbee1980ad4c0bec7f136b10984 /world/map/npc/008-1/george.txt
parent3c5c9a539f95d71bd8c59580304e2949f13f8572 (diff)
downloadserverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.tar.gz
serverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.tar.bz2
serverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.tar.xz
serverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.zip
Easter 2012
Story: prsm, TheKandiman Scripting: alastrim Prepare for release and testing: Jenalya
Diffstat (limited to 'world/map/npc/008-1/george.txt')
-rw-r--r--world/map/npc/008-1/george.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt
index 3c8aff99..c4bca7f6 100644
--- a/world/map/npc/008-1/george.txt
+++ b/world/map/npc/008-1/george.txt
@@ -5,6 +5,10 @@
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;
@@ -31,4 +35,32 @@ L_EyePatch:
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...\"";
+ next;
+ menu
+ "What? What are you talking about?", -;
+ mes "[George the Pirate]";
+ mes "\"Uh? Ahh, hehe... Arrrh, what crime are ye talking about?\"";
+ next;
+ menu
+ "The Easter Bunny was kidnapped. I heard you know the person behind this crime.", -;
+ mes "[George the Pirate]";
+ mes "\"Arrrrh, I know, I know... But it's such a sad thing. My old mate Pink Boots Hank. He was a great treasure hunter, but now he is just a criminal.\"";
+ next;
+ mes "\"I remember like it was yesterday! Pink Boots Hank was not the same, he had those crazy eyes and would not stop talking about this man, or monster, or spirit, I don't know, I think his name is Galvanes or Gilbenos, I don't know.\"";
+ next;
+ mes "\What I know is from that day, he just started doing crazy things, like stealing money, present boxes, even chocolate cake!\"";
+ next;
+ menu
+ "But what about the Easter Bunny?", -;
+ mes "[George the Pirate]";
+ mes "\"Yes, yes... Hank is not a very smart guy. I remember he had a secret place, a big house in the desert. When he could find a treasure he would always run to this house and hide his things in the basement. I am sure he must be using this same place to hide the Easter Bunny.\"";
+ next;
+ menu
+ "Thank you George, I will check this information right now!", -;
+ set QUEST_Easter12, 4;
+ close;
}