summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/george.txt
blob: 5e0344ff1f22ac0316e49a08bda1b78202e05865 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
//

008-1.gat,136,36,0|script|George#pirate|138,
{
    if (getequipid(equip_head) == 617) goto L_Pirate;
    if (getequipid(equip_head) == 622) goto L_Bandana;
    if (getequipid(equip_head) == 621) goto L_EyePatch;
    mes "[George the Pirate]";
    mes "\"Arrrrh! 'Tis some kind of treasure map!\"";
    close;

L_Pirate:
    mes "[George the Pirate]";
    mes "\"Arrrrh! Ye be wearing a pirate's hat!\"";
    close;

L_Bandana:
    mes "[George the Pirate]";
    mes "\"Arrrrh! Ye remind me of my old first mate!\"";
    close;

L_EyePatch:
    mes "[George the Pirate]";
    mes "\"Arrrrh! Looks like ye lost an eye there!\"";
    close;

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;
}