Merge pull request #121 from emistry/patch-1

Fixed #107
This commit is contained in:
Cydh Ramdh 2014-11-22 12:23:49 +07:00
commit f222779af3

View File

@ -35,7 +35,7 @@ prt_castle,80,170,4 script King of Prontera 108,{
mes "If you could get me:";
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 "I'll give my "+((.@i)?"sword.":"crown.");
mes "I'll give my "+((.@i == 2 )?"sword.":"crown.");
if (.@i==2) close;
next; }
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 "He's the King of Prontera. He should be able to get me ANYTHING!!!";
close;
}
}