- Fixed bugreport:6101, the points of skills are not restarted after change the job
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16340 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b7d3e0665f
commit
7ece356298
@ -3,11 +3,14 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Euphy
|
//= Euphy
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.1
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= rAthena SVN r16114+
|
//= rAthena SVN r16114+
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= A fully functional job changer.
|
//= A fully functional job changer.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 First Version
|
||||||
|
//= 1.1 Fixed the problem of skill points on change job
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
prontera,153,193,6 script Job Master 123,{
|
prontera,153,193,6 script Job Master 123,{
|
||||||
@ -100,7 +103,8 @@ function Job_Menu {
|
|||||||
if (.@i==4001) {
|
if (.@i==4001) {
|
||||||
if (.LastJob) set lastJob, Class;
|
if (.LastJob) set lastJob, Class;
|
||||||
jobchange .@i;
|
jobchange .@i;
|
||||||
resetlvl(1); }
|
resetlvl(1);
|
||||||
|
set SkillPoint, 0; }
|
||||||
else jobchange .@i;
|
else jobchange .@i;
|
||||||
specialeffect2 338; specialeffect2 432;
|
specialeffect2 338; specialeffect2 432;
|
||||||
if (.Platinum) callsub Get_Platinum;
|
if (.Platinum) callsub Get_Platinum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user