summaryrefslogtreecommitdiff
path: root/npc/quests/skills/archer_skills.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/skills/archer_skills.txt')
-rw-r--r--npc/quests/skills/archer_skills.txt6
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!";