From f263f46f6ce1a7e61ca0a57a63066b489d7ba756 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Thu, 12 Mar 2009 09:20:58 +0000 Subject: - Added missing bonuses for 'Maiden Hat'. (bugreport:2826) - Fixed an issue with Battleground Exchange NPC. (bugreport:2839) - Fixed an issue with Platinum Skills NPC. (bugreport:2847) - Fixed some typos and engrish in iRO Experience quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13578 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/platinum_skills.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/custom/platinum_skills.txt') diff --git a/npc/custom/platinum_skills.txt b/npc/custom/platinum_skills.txt index 7ab251256..921ddbd37 100644 --- a/npc/custom/platinum_skills.txt +++ b/npc/custom/platinum_skills.txt @@ -3,7 +3,7 @@ //===== By: ================================================================================= //= Keichii and edited by DarkChild //===== Current Version: ==================================================================== -//= 2.2 +//= 2.5 //===== Compatible With: ==================================================================== //= Any eAthena Version //===== Description: ======================================================================== @@ -14,6 +14,7 @@ //=2.2 Simplified Job Checks [Silentdragon] //=2.3 Thehell? Cleaned up script removed the nastiness. Also added rebirth skills. [Spre] //=2.4 Added Advanced skills. [Spre] +//=2.5 Added dialog for if the user is none of the listed jobs. [Kisuka] //=========================================================================================== prontera,128,200,6 script Platinum Skill NPC 94,{ mes "[Platinum Skill NPC]"; @@ -23,7 +24,7 @@ prontera,128,200,6 script Platinum Skill NPC 94,{ mes "[Platinum Skill NPC]"; mes "Have a nice day... >.>"; close; -} + } if (BaseClass==Job_Novice) { skill 142,1,0; skill 143,1,0; @@ -98,4 +99,7 @@ prontera,128,200,6 script Platinum Skill NPC 94,{ skill 1005,1,0; close; } + mes "[Platinum Skill NPC]"; + mes "Im sorry, but there is no special skills that I can give you."; + close; } \ No newline at end of file -- cgit v1.2.3-70-g09d2