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
This commit is contained in:
parent
f12bb2a6b1
commit
52f3e74227
@ -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
|
||||
|
@ -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!";
|
||||
|
Loading…
x
Reference in New Issue
Block a user