From a22d29d0cb2f6cc74840caa61b812feca5eee590 Mon Sep 17 00:00:00 2001 From: masao87 Date: Sun, 1 Jul 2012 14:13:56 +0000 Subject: - Fixed a bug in Eden Group Quests where a variable was set which was supposed to be converted and give the player certain gears. bugreport:6143 - Fixed an Priest Quest cutin which would result in getting an missing file error of the MvP Mistress Card illustration. bugreport:6144 - Fixed EXP Values in Eden Group Quest Boards 86 - 90 and 91 - 99. Source: http://irowiki.org/wiki/Eden_Group_Leveling_Quests * 3 Hours cooldown isn't added yet since some testing is needed. bugreport:6110 - Some minor paranthesis fix in Knight Jobchange Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16362 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/knight.txt | 4 ++-- npc/jobs/2-1/priest.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 6700dd85f..bd4771e25 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -2204,7 +2204,7 @@ prt_in,87,92,4 script Sir Gray#knt 119,{ close; } else { - if (Zeny > 73999 && countitem(999) > 0 && BaseJob == Job_Knight) { + if ((Zeny > 73999) && (countitem(999) > 0) && (BaseJob == Job_Knight)) { mes "[Sir Gray]"; mes "You are ready!"; mes "You must know the"; @@ -2228,7 +2228,7 @@ prt_in,87,92,4 script Sir Gray#knt 119,{ mes "You attained a reliable item."; mes "It'll be a good companion on your adventures."; delitem 999,1; //Steel - set zeny,zeny-74000; + set Zeny, Zeny - 74000; getitem 1163,1; //Claymore close; } diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index 3819e093d..8aadc429b 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -1391,7 +1391,7 @@ OnTouch: mes "[Deviruchi]"; mes "But how about this...? Now, isn't this an attractive sight? A nice, shiny new card. Mint condition. Not too many people have this you know. But I happen to have soooo many, my pockets hurt."; next; - cutin "�̽�Ʈ����ī��.bmp",4; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",4; mes "[Deviruchi]"; mes "Isn't it everyone's dream to have one of these? Think about it, being a Priest can only bring you suffering..."; next; @@ -1401,7 +1401,7 @@ OnTouch: mes "This card can"; mes "can be yours..."; next; - cutin "�̽�Ʈ����ī��.bmp",255; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; mes "[Deviruchi]"; mes "Theoretically!"; mes "BWAHAHAHAHAHAHAHA!"; @@ -1410,7 +1410,7 @@ OnTouch: warp "mjolnir_05",200,200; end; } - cutin "�̽�Ʈ����ī��.bmp",255; + cutin "¹Ì½ºÆ®·¹½ºÄ«µå.bmp",255; mes "[Deviruchi]"; mes "Did..."; mes "Did you just tell"; -- cgit v1.2.3-60-g2f50