From 173905288bdb123e7c2249f9d05714acf2f1541a Mon Sep 17 00:00:00 2001 From: masao87 Date: Mon, 23 Apr 2012 14:33:25 +0000 Subject: - Follow up r15949 . * Removed some unneeded perm. char. variables. * And i meant [bugreport:5607] got fixed NOT [bugreport:5606] since Brian already fixed that Bugreport. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15950 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/archer_skills.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'npc/quests/skills/archer_skills.txt') diff --git a/npc/quests/skills/archer_skills.txt b/npc/quests/skills/archer_skills.txt index a8ba1c9a6..b7044e029 100644 --- a/npc/quests/skills/archer_skills.txt +++ b/npc/quests/skills/archer_skills.txt @@ -16,7 +16,7 @@ moc_ruins,118,99,5 script Roberto 88,{ if (BaseJob == Job_Archer) { - if (ac_makingarrow_x == 1) { + if (getskilllv("AC_MAKINGARROW") == 1) { mes "[Roberto]"; mes "Ooh, you're from my home town!"; mes "Nice to see you!"; @@ -51,7 +51,6 @@ moc_ruins,118,99,5 script Roberto 88,{ delitem 1019,13; //Wooden_Block delitem 501,1; //Red_Potion skill "AC_MAKINGARROW",1,0; - set ac_makingarrow_x,1; mes "[Roberto]"; mes "No need to worry about arrows now."; mes "Oh, and did you happen to see"; @@ -149,7 +148,7 @@ moc_ruins,118,99,5 script Roberto 88,{ payon,103,63,3 script Jason 88,3,3,{ if (BaseJob == Job_Archer) { - if (ac_chargearrow_x == 1) { + if (getskilllv("AC_CHARGEARROW") == 1) { mes "[Jason]"; mes "Eh, we meet again."; mes "Ehhhh so weird."; @@ -231,7 +230,6 @@ payon,103,63,3 script Jason 88,3,3,{ delitem 925,10; //Bill_Of_Birds delitem 532,36; //Banana_Juice skill "AC_CHARGEARROW",1,0; - set ac_chargearrow_x,1; mes "[Jason]"; mes "Oh, works better than I expected!"; mes "Won't be needing to modify the bow!"; -- cgit v1.2.3-60-g2f50