diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-15 18:51:07 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-15 18:51:07 +0000 |
commit | 26629f49bb2ecefcd94326346cbb7967015525d2 (patch) | |
tree | 1966f48c97118c8998e4c59acaea47b481d1c2cf /npc/custom | |
parent | be5523649e10d9facffa51a9e11cc13e64e19867 (diff) | |
download | hercules-26629f49bb2ecefcd94326346cbb7967015525d2.tar.gz hercules-26629f49bb2ecefcd94326346cbb7967015525d2.tar.bz2 hercules-26629f49bb2ecefcd94326346cbb7967015525d2.tar.xz hercules-26629f49bb2ecefcd94326346cbb7967015525d2.zip |
Updated Poring Tower to not refinable. (bugreport: 1050)
Renamed custom Stylist to Stylist#customstylist to avoid conflicts with official one. (bugreport: 1042
Updated Airship Typing Challenge to not fail you when you get both strings correct. (bugreport: 1008)
Fixed Job_Change Function to properly jobchange babies. (bugreport: 943)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12368 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/dye.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/custom/dye.txt b/npc/custom/dye.txt index 9b7167ecb..abc1f363e 100644 --- a/npc/custom/dye.txt +++ b/npc/custom/dye.txt @@ -4,12 +4,13 @@ //= eAthena Dev team //= Revised by Nekosume [pyRO v3.0] //===== Current Version: ===================================== -//= 4.0 +//= 4.2 //===== Compatible With: ===================================== //= Any eAthena Version //===== Description: ========================================= //= Revised dye NPC //===== Additional Comments: ================================= +//= v4.2 - Renamed to avoid conflict [Paradox924X] //= v4.1 - New hairstyles added [Mass Zero] //= v4.0 - Refined and Combined [Darkchild] //= v3.0 - Added the 'Browse' options @@ -21,7 +22,7 @@ //Stylist------------------------------------------------------------------------------------------------------------ -prontera,170,180,1 script Stylist 122,{ +prontera,170,180,1 script Stylist#custom_stylist 122,{ mes "[^FF8000Stylist^000000]"; mes "I'm the greatest stylist in all of Rune-Midgard~~!"; mes "I can change your hair style or color!"; |