diff options
Diffstat (limited to 'npc/quests/skills')
-rw-r--r-- | npc/quests/skills/hunter_skills.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/quests/skills/hunter_skills.txt b/npc/quests/skills/hunter_skills.txt index eaed585d6..40968bade 100644 --- a/npc/quests/skills/hunter_skills.txt +++ b/npc/quests/skills/hunter_skills.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus, Reddozen //===== Current Version: ===================================== -//= 1.3a +//= 1.3d //===== Compatible With: ===================================== //= eAthena Revision 3800+ //===== Description: ========================================= @@ -19,14 +19,15 @@ //= 1.3a fixed an item ID typo, thx 2Spiritual Kid //= 1.3b Splitted into different files [DracoRPG] //= 1.3c Fixed some typos [IVBela] +//= 1.3d Changed NPC Name to the official [Lupus] //============================================================ //============================================================ // HUNTER SKILL - PHANTASMIC ARROW //============================================================ -payon_in02.gat,54,13,7 script Master Kabac 55,{ - mes "[Master Kabac]"; +payon_in02.gat,54,13,7 script Albest 55,{ + mes "[Albest]"; if(BaseJob!=Job_Hunter) goto L_hunterno; if(getskilllv(1009)) goto L_alreadyhave; if(JobLevel<40) goto L_nojob; @@ -38,7 +39,7 @@ payon_in02.gat,54,13,7 script Master Kabac 55,{ mes "for years, but I could teach"; mes "for a few supplies."; next; - mes "[Master Kabac]"; + mes "[Albest]"; mes "I am running low on on a few"; mes "things. Here is my list:"; mes "5 Cursed Rubys"; @@ -46,7 +47,7 @@ payon_in02.gat,54,13,7 script Master Kabac 55,{ mes "30 Pet Food"; next; - mes "[Master Kabac]"; + mes "[Albest]"; mes "Let me check your items."; next; @@ -55,14 +56,14 @@ payon_in02.gat,54,13,7 script Master Kabac 55,{ delitem 7115, 5;//Items: Harpy_Feather, delitem 537, 30;//Items: Pet_Food, - mes "[Master Kabac]"; + mes "[Albest]"; mes "I see you have what you need,"; mes "so I'll teach you my talent."; skill 1009,1,0; close; L_noitems: - mes "[Master Kabac]"; + mes "[Albest]"; mes "You don't have enough items."; mes "Come back when you have all"; mes "the required items for me."; |