|
@@ -35,7 +35,7 @@ prt_castle,80,170,4 script King of Prontera 108,{
|
|
mes "If you could get me:";
|
|
mes "If you could get me:";
|
|
for(set .@j,1; .@j<getarraysize(getd(".@Items"+.@i)); set .@j,.@j+2)
|
|
for(set .@j,1; .@j<getarraysize(getd(".@Items"+.@i)); set .@j,.@j+2)
|
|
mes " ~ ^0055FF"+getd(".@Items"+.@i+"["+(.@j+1)+"]")+"^000000x "+getitemname(getd(".@Items"+.@i+"["+.@j+"]"));
|
|
mes " ~ ^0055FF"+getd(".@Items"+.@i+"["+(.@j+1)+"]")+"^000000x "+getitemname(getd(".@Items"+.@i+"["+.@j+"]"));
|
|
- mes "I'll give my "+((.@i)?"sword.":"crown.");
|
|
|
|
|
|
+ mes "I'll give my "+((.@i == 2 )?"sword.":"crown.");
|
|
if (.@i==2) close;
|
|
if (.@i==2) close;
|
|
next; }
|
|
next; }
|
|
case 2:
|
|
case 2:
|
|
@@ -76,4 +76,4 @@ prt_castle,84,170,4 script King's Daughter 62,{
|
|
mes "Well, he won't give me what I want!!";
|
|
mes "Well, he won't give me what I want!!";
|
|
mes "He's the King of Prontera. He should be able to get me ANYTHING!!!";
|
|
mes "He's the King of Prontera. He should be able to get me ANYTHING!!!";
|
|
close;
|
|
close;
|
|
-}
|
|
|
|
|
|
+}
|