summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-12 09:20:58 +0000
committerKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-12 09:20:58 +0000
commitf263f46f6ce1a7e61ca0a57a63066b489d7ba756 (patch)
treedbc1886e81cf8e9ce9971695de8bba50c66b741b /npc/custom
parent72f81804a628eeefa28993612ae2b95346825834 (diff)
downloadhercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.gz
hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.bz2
hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.xz
hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.zip
- 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
Diffstat (limited to 'npc/custom')
-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