diff options
Diffstat (limited to 'npc/quests/quests_alberta.txt')
-rw-r--r-- | npc/quests/quests_alberta.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index fa3942e9c..c2f726023 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -381,7 +381,7 @@ alberta,117,135,0 script Elin 4W_KID,{ close; } case 10: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I'm as adorable as a doll..."; next; mes "[Elin]"; @@ -424,7 +424,7 @@ alberta_in,28,145,4 script Grampa 2_M_PHARMACIST,{ close; case 2: delitem Tiger_Footskin,10; - getitem Boy's_Cap,1; + getitem Boys_Cap,1; mes "[Grampa]"; mes "T... Thank you !!"; mes "With this I can revive my youthful splendor!! I must eat this thing right away !"; @@ -969,7 +969,7 @@ alberta,91,70,4 script Kinsey#tur 4_M_ORIENT02,{ mes "'Tur-tle"; mes "Is-land.'"; next; - mes "["+ strcharinfo(0) +"]"; + mes "["+ strcharinfo(PC_NAME) +"]"; mes "^3333FF*ting!*^000000"; next; mes "[Kinsey]"; @@ -2004,7 +2004,7 @@ tur_dun03,105,76,4 script Knight Leader#tur 4_M_MINISTER,5,5,{ mes "Finally, another person."; mes "Tell me who you are!"; next; - switch(select("Who are you to ask?", ""+ strcharinfo(0) +"!", "What are you doing here?", "First, tell me who you are.")) { + switch(select("Who are you to ask?", ""+ strcharinfo(PC_NAME) +"!", "What are you doing here?", "First, tell me who you are.")) { case 1: mes "[Takuyaka]"; mes "How dare you speak to me in that tone! Don't you know who I am?! I'm Takuyaka, leader of the Security Knights of Alberta! Kobolds and Porings quiver in fear when they hear my name..."; @@ -2014,7 +2014,7 @@ tur_dun03,105,76,4 script Knight Leader#tur 4_M_MINISTER,5,5,{ close; case 2: mes "[Takuyaka]"; - mes "" + strcharinfo(0) + "?"; + mes "" + strcharinfo(PC_NAME) + "?"; mes "Well, your name sounds better than mine. And you have more hair on your head as well. Hmmm..."; next; mes "[Takuyaka]"; @@ -2342,7 +2342,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ next; mes "-Silent pause-"; next; - mes "-"+strcharinfo(0)+" starts to speak-"; + mes "-"+strcharinfo(PC_NAME)+" starts to speak-"; mes "-And tells him of the journeys-"; mes "-Adventures, joy, sorrow, and loss-"; mes "-One by one to the boy-"; @@ -2650,7 +2650,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ mes "I should stay at home."; close; } - if ((ep13_2_hiki == 6) && (countitem(Monster's_Feed) > 0) && (countitem(Red_Potion) > 0)) { + if ((ep13_2_hiki == 6) && (countitem(Monsters_Feed) > 0) && (countitem(Red_Potion) > 0)) { mes "[Iromo]"; mes "...Huh? This smell..."; mes "This is the one I like the most."; @@ -2687,7 +2687,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ mes "I like cats so I approached him."; mes "Then suddenly he scratched and bit me."; next; - delitem Monster's_Feed,1; + delitem Monsters_Feed,1; delitem Red_Potion,1; ep13_2_hiki = 7; changequest 10083,10084; |