summaryrefslogtreecommitdiff
path: root/npc/custom/resetnpc.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-28 13:21:57 -0200
committershennetsind <ind@henn.et>2013-11-28 13:21:57 -0200
commit3c8e2e97243866b0a650002d59fdf2435874fd9a (patch)
tree263d804c1c19e61ffc40f3275b8074941c108a35 /npc/custom/resetnpc.txt
parentae13db97ea770e37450e4e2c1a7919ce98d705a8 (diff)
parent09dd2097b77bf3dda4c5eb1ee6eb2a60f05bbec8 (diff)
downloadhercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.gz
hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.bz2
hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.xz
hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/custom/resetnpc.txt')
-rw-r--r--npc/custom/resetnpc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/resetnpc.txt b/npc/custom/resetnpc.txt
index bd8f5e930..ae86ea035 100644
--- a/npc/custom/resetnpc.txt
+++ b/npc/custom/resetnpc.txt
@@ -33,7 +33,7 @@ prontera,150,193,4 script Reset Girl 4_F_TELEPORTER,{
mes "Sorry, you don't have enough Zeny.";
close;
}
- Zeny -=.@ResetSkill;
+ set Zeny, Zeny-.@ResetSkill;
sc_end SC_ALL;
resetskill;
mes "There you go!";
@@ -44,7 +44,7 @@ prontera,150,193,4 script Reset Girl 4_F_TELEPORTER,{
mes "Sorry, you don't have enough Zeny.";
close;
}
- Zeny -=.@ResetStat;
+ set Zeny, Zeny-.@ResetStat;
resetstatus;
mes "There you go!";
close;
@@ -54,7 +54,7 @@ prontera,150,193,4 script Reset Girl 4_F_TELEPORTER,{
mes "Sorry, you don't have enough Zeny.";
close;
}
- Zeny -=.@ResetBoth;
+ set Zeny, Zeny-.@ResetBoth;
sc_end SC_ALL;
resetskill;
resetstatus;