From fc2c7c7f11ca46785fdf1b731305c761d428094f Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 21 Feb 2007 13:26:37 +0000 Subject: fixed npc name according to the official info -> Raiden Karus, Albest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9888 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/hunter_skills.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'npc/quests/skills') 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."; -- cgit v1.2.3-70-g09d2