diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-21 13:26:37 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-21 13:26:37 +0000 |
commit | fc2c7c7f11ca46785fdf1b731305c761d428094f (patch) | |
tree | 98f196b07488303f811893fe750e7a7fe80d9419 /npc/quests/skills | |
parent | 7c24f3bbc9553cb7b13826cd07906830fc5e27a1 (diff) | |
download | hercules-fc2c7c7f11ca46785fdf1b731305c761d428094f.tar.gz hercules-fc2c7c7f11ca46785fdf1b731305c761d428094f.tar.bz2 hercules-fc2c7c7f11ca46785fdf1b731305c761d428094f.tar.xz hercules-fc2c7c7f11ca46785fdf1b731305c761d428094f.zip |
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
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."; |