diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 06:54:26 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 06:54:26 +0000 |
commit | 1d8592b23ce221f543fb9978c88620f70280c885 (patch) | |
tree | 66b363ecaa0da42195d2c9d1b8e5cd6fe8cc33a2 /npc/custom/platinum_skills.txt | |
parent | 0f82fd5bc403400dc9464a8f02298416b99b0bbc (diff) | |
download | hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.gz hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.bz2 hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.xz hercules-1d8592b23ce221f543fb9978c88620f70280c885.zip |
- Standardized script headers, starting with /npc/custom/
http://rathena.org/wiki/Script_header
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15262 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/platinum_skills.txt')
-rw-r--r-- | npc/custom/platinum_skills.txt | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/npc/custom/platinum_skills.txt b/npc/custom/platinum_skills.txt index dcaf25162..2a30e00f1 100644 --- a/npc/custom/platinum_skills.txt +++ b/npc/custom/platinum_skills.txt @@ -1,23 +1,24 @@ -//===== rAthena Script ====================================================================== -//= Platinum Skills NPC -//===== By: ================================================================================= -//= Keichii and edited by DarkChild -//===== Current Version: ==================================================================== +//===== rAthena Script ======================================= +//= Platinum Skills +//===== By: ================================================== +//= Keichii, DarkChild +//===== Current Version: ===================================== //= 2.7 -//===== Compatible With: ==================================================================== -//= Any rAthena Version -//===== Description: ======================================================================== +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= Single NPC that assigns quests skills for all classes -//===== Additional Comments: ================================================================ -//=2.0 Added advanced classes by ShadowLady. -//=2.1 Added baby clases by Midas -//=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] -//=2.6 Fixed 2nd advanced classes not being able to get their advanced skills. [Ancyker] -//=2.7 Rewrote to give all correct skills to all proper classes. [Paradox924X] -//=========================================================================================== +//===== Additional Comments: ================================= +//= 2.0 Added advanced classes by ShadowLady. +//= 2.1 Added baby clases by Midas +//= 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] +//= 2.6 Fixed 2nd advanced classes not being able to get their advanced skills. [Ancyker] +//= 2.7 Rewrote to give all correct skills to all proper classes. [Paradox924X] +//============================================================ + prontera,128,200,6 script Platinum Skill NPC 94,{ mes "[Platinum Skill NPC]"; mes "I can give you the special skills available to your job."; |