diff options
author | seifert10 <luis.seifert@gmail.com> | 2015-01-25 14:04:58 -0200 |
---|---|---|
committer | seifert10 <luis.seifert@gmail.com> | 2015-01-25 14:04:58 -0200 |
commit | 6dd17f1e729fba0323e05f8d5a3c7e4ad5733d20 (patch) | |
tree | a2a019f5df4324f123613d6d5612f760b883f19c /npc/quests/monstertamers.txt | |
parent | 6a539f3c1cc00c9d9f870846a09622a167cfbdfa (diff) | |
download | hercules-6dd17f1e729fba0323e05f8d5a3c7e4ad5733d20.tar.gz hercules-6dd17f1e729fba0323e05f8d5a3c7e4ad5733d20.tar.bz2 hercules-6dd17f1e729fba0323e05f8d5a3c7e4ad5733d20.tar.xz hercules-6dd17f1e729fba0323e05f8d5a3c7e4ad5733d20.zip |
Update lvl4_weapon_quest.txt
if (.@shobu > 1) {
mes "[Kayron]";
mes "Let's see...";
mes "You won " + shobu + " times.";
mes "You must be really";
mes "Without a doubt, you've";
mes "got some pretty good luck~";
next;
mes "[Kayron]";
mes "Alright, I'll keep my end of the bargain. Give me the materials";
mes "and some time to finish preparing. I'll talk to you later, okay?";
close;
}
mes "You won " + shobu + " times.";
should be:
mes "You won " + .@shobu + " times.";
Diffstat (limited to 'npc/quests/monstertamers.txt')
0 files changed, 0 insertions, 0 deletions