Browse Source

Updated Skill Resetter Event, thanks to $ephiroth

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9280 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 years ago
parent
commit
52f3e74227
2 changed files with 8 additions and 2 deletions
  1. 1 0
      npc/Changelog.txt
  2. 7 2
      npc/events/event_skill_reset.txt

+ 1 - 0
npc/Changelog.txt

@@ -34,6 +34,7 @@ KarLaeda
 Date		Added
 ======
 11/20
+	* Updated Skill Resetter Event, thanks to $ephiroth [KarLaeda]
 	* Fixed Sage guest [KarLaeda]
 	* Fixed exploit in Shinokas Quest [KarLaeda]
 11/17

+ 7 - 2
npc/events/event_skill_reset.txt

@@ -3,16 +3,20 @@
 //===== By: ================================================== 
 //= $ephiroth
 //===== Current Version: ===================================== 
-//= 1.01
+//= 1.02
 //===== Compatible With: ===================================== 
 //= eAthena 1.0
 //===== Description: ========================================= 
 //= 2006 - Edition Skill Reset NPC
 //= 2006/11/16: 1.0 Release and fully working. [$ephiroth]
 //= 1.01 Checked, fixed typos, now uses MISC_QUEST var [Lupus]
+//= 1.02 Added missing message,comment,etc. [$ephiroth]
+//===== Additional Comments: =================================
+//= Skill Reset with payment, minimum BaseLv.60 to reset skill.
+//= Each 1 BaseLv need 20.000 Zeny, so be careful to use skill.
 //============================================================
 yuno.gat,138,187,4	script	Hypnotist Teacher	124,{
-	set @npcname$,"[Hypnotist]";
+	set @npcname$,"[^D5A500Hypnotist^000000]";
 	mes @npcname$;
 
 	if(MISC_QUEST & 1024){
@@ -63,6 +67,7 @@ L_Info:
 	mes @npcname$;
 	mes "This skill reset is not FREE OF CHARGE!!";
 	mes "Expense for the reset of skill is ^D5A50020000 Zeny x BaseLv^000000.";
+	mes "Yeah ...each One BaseLv need 20000 Zeny to reset skill.";
 	next;
 	mes @npcname$;
 	mes "Oh yeah, one more thing!";