diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-15 16:39:08 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-15 16:39:08 +0000 |
commit | fb6f98bcc3021d88cf642809c2eea5f5f7d72d91 (patch) | |
tree | 039afdd37e40befe514daed6f404198146744069 /npc/custom/resetnpc.txt | |
parent | 26c532c222acf2f68dfa41c3ce5fa1acd3898429 (diff) | |
download | hercules-fb6f98bcc3021d88cf642809c2eea5f5f7d72d91.tar.gz hercules-fb6f98bcc3021d88cf642809c2eea5f5f7d72d91.tar.bz2 hercules-fb6f98bcc3021d88cf642809c2eea5f5f7d72d91.tar.xz hercules-fb6f98bcc3021d88cf642809c2eea5f5f7d72d91.zip |
* Replaced "Universal Rental NPC" with a one-click automatic script that supports new mounts (custom\breeder.txt)
* End all status effects on skill reset, as per bugreport:6025 (custom\resetnpc.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16306 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/resetnpc.txt')
-rw-r--r-- | npc/custom/resetnpc.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/custom/resetnpc.txt b/npc/custom/resetnpc.txt index bc7132651..c0839212c 100644 --- a/npc/custom/resetnpc.txt +++ b/npc/custom/resetnpc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== -//= 1.1 +//= 1.3 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //= 1.0 First Version //= 1.1 Optimized for the greater good. [Kisuka] //= 1.2 Cleaning [Euphy] +//= 1.3 All statuses removed upon skill reset. [Euphy] //============================================================ prontera,150,193,4 script Reset Girl 124,{ @@ -34,6 +35,7 @@ prontera,150,193,4 script Reset Girl 124,{ mes "Sorry, you don't have enough Zeny."; close; } set Zeny, Zeny-.@ResetSkill; + sc_end SC_ALL; ResetSkill; mes "There you go!"; close; @@ -52,6 +54,7 @@ prontera,150,193,4 script Reset Girl 124,{ mes "Sorry, you don't have enough Zeny."; close; } set Zeny, Zeny-.@ResetBoth; + sc_end SC_ALL; ResetSkill; ResetStatus; mes "There you go!"; |