summaryrefslogtreecommitdiff
path: root/npc/custom/platinum_skills.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/platinum_skills.txt')
-rw-r--r--npc/custom/platinum_skills.txt8
1 files changed, 6 insertions, 2 deletions
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