diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-23 14:33:25 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-23 14:33:25 +0000 |
commit | 173905288bdb123e7c2249f9d05714acf2f1541a (patch) | |
tree | 5d7ecdbc5f438e052c205d33ff0c73eba8b3a3f8 /npc/quests/skills/archer_skills.txt | |
parent | 8aa157a569a76cef851fcc43eb17f41948c4360f (diff) | |
download | hercules-173905288bdb123e7c2249f9d05714acf2f1541a.tar.gz hercules-173905288bdb123e7c2249f9d05714acf2f1541a.tar.bz2 hercules-173905288bdb123e7c2249f9d05714acf2f1541a.tar.xz hercules-173905288bdb123e7c2249f9d05714acf2f1541a.zip |
- 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
Diffstat (limited to 'npc/quests/skills/archer_skills.txt')
-rw-r--r-- | npc/quests/skills/archer_skills.txt | 6 |
1 files changed, 2 insertions, 4 deletions
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!"; |