summaryrefslogtreecommitdiff
path: root/npc/quests/newgears
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-30 14:51:48 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-30 14:51:48 +0000
commit783d562f6761579e80277ae7417fa56e0be137e2 (patch)
tree4a8080c31186fbe43f2900ed65d59f32b2145fa1 /npc/quests/newgears
parentaeee18c7d82d307ff53a1d4f113da26e513a6cf7 (diff)
downloadhercules-783d562f6761579e80277ae7417fa56e0be137e2.tar.gz
hercules-783d562f6761579e80277ae7417fa56e0be137e2.tar.bz2
hercules-783d562f6761579e80277ae7417fa56e0be137e2.tar.xz
hercules-783d562f6761579e80277ae7417fa56e0be137e2.zip
A small fix to the 2006 headgears quest, thanks to Belle for telling me about the problem.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8549 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears')
-rw-r--r--npc/quests/newgears/2006_headgear.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/npc/quests/newgears/2006_headgear.txt b/npc/quests/newgears/2006_headgear.txt
index 0ea794a19..bae415406 100644
--- a/npc/quests/newgears/2006_headgear.txt
+++ b/npc/quests/newgears/2006_headgear.txt
@@ -337,16 +337,16 @@ payon.gat,135,231,5 script Chung-Wol-Mang 907,{
payon.gat,137,123,5 script Hangaram 740,{
set @npcname$,"[Hangaram]";
- mes "@npcname$";
+ mes @npcname$;
mes "Hello adventurer!";
mes "Our life is complicated.";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "But if you want I can help you by making 2 Hats.";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "My creations are the Judge Hat and the A-Yam Hat.";
mes "Which Hat do you want?";
next;
@@ -355,7 +355,7 @@ payon.gat,137,123,5 script Hangaram 740,{
{
case 1:
- mes "@npcname$";
+ mes @npcname$;
mes "^3355FFJudge Hat^000000";
mes "7 Red Orbs,";
mes "7 Blue Orbs,";
@@ -382,50 +382,50 @@ payon.gat,137,123,5 script Hangaram 740,{
delitem 733,5;
delitem 2221,1;
- mes "@npcname$";
+ mes @npcname$;
mes "Ok you seem to have all the items.";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "Hmmm.. We now make this... Mmm.";
emotion 9;
next;
- mes "@npcname$";
+ mes @npcname$;
mes "Now we use the Dyestuff like this.";
emotion 23;
next;
- mes "@npcname$";
+ mes @npcname$;
mes "OMG!!! this isn't meant to be like this.";
emotion 28;
next;
- mes "@npcname$";
+ mes @npcname$;
mes "....";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "Sorry, it didn't work.";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "Well that's the way life is.";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "JAJAJAJA... I was just kidding here is your item !!";
emotion 29;
next;
getitem 5173,1;
- mes "@npcname$";
+ mes @npcname$;
mes "Good Work.";
close;
case 2:
- mes "@npcname$";
+ mes @npcname$;
mes "^3355FFA-Yam Hat^000000";
mes "7 Red Orbs,";
mes "7 Blue Orbs,";
@@ -452,39 +452,39 @@ payon.gat,137,123,5 script Hangaram 740,{
delitem 733,5;
delitem 7166,50;
- mes "@npcname$";
+ mes @npcname$;
mes "Well, you have everything.";
next;
- mes "@npcname$";
+ mes @npcname$;
mes "Mmm now we just split this part...";
emotion 9;
next;
- mes "@npcname$";
+ mes @npcname$;
mes "We throw this ... Mmm..";
emotion 23;
next;
- mes "@npcname$";
+ mes @npcname$;
mes "This isn't meant to be like this..";
emotion 28;
next;
- mes "@npcname$";
+ mes @npcname$;
mes "... ready!!!";
emotion 21;
next;
getitem 5174,1;
- mes "@npcname$";
+ mes @npcname$;
mes "Here you have my young fella !";
close;
case 3:
- mes "@npcname$";
+ mes @npcname$;
mes "Goodbye then.";
close;