Quote:
Go go go bollocks, if you look a little you would see codes that lack the Job code = ToJob;, add in the two codes, RebornCharacter and RebornCharacter2, and anger as well! Otherwise, the codecs are perfect,
Hepatitis, 10 hahahahah
PreviousJob1 = Job;
Job = ToJob;
Reborns++;
byte ExtraStat = 0;
if (Level >= 120)
ExtraStat = (byte)((-120 + Level) * 3 + Reborns * 10 + 45);
else
ExtraStat = (byte)(Reborns * 10);
StatPoints = ExtraStat;
PreviousJob1 = Job;
Job = ToJob;
Level = 15;
Experience = 0;
foreach (Skill S in Skills.Values)
Sounds to me likeQuote:
I have the same problem!
Quote:
Sounds to me like
A: you did not install the script properly and it's not lowering your level properly
or more likely
B: the script does not update the client properly (common problem with reborn scripts). Relogging will update your items/stats/level/skills client side. Hell even on official conquer skills/proff don't update till you relog (or they didn't for YEARS)
That means you did not add it right.Quote:
when i change this code its gave to me this error
and the old account didn't login
[Only registered and activated users can see links. Click Here To Register...]
Quote:
Hmmm why do I lose TF when I second rb again lol? Just had a look for nin/warr/fire and it has TF so why did I lose it o.0? Otherwise yes it works :D I have Alex finally working as he should also :) Just a sec are the job numbers wrong?
PreviousJob1 = Job;
Job = ToJob;
Database.GetStats(this);
MyClient.LocalMessage(2000, "Congratulations! You are now reborn. All your skills and proficiency are gone.");
World.SendMsgToAll("SYSTEM", Name + " has got " + Reborns.ToString() + " reborn!", 2011, 0);
PreviousJob2 = Job;
Job = ToJob;
Database.GetStats(this);
MyClient.LocalMessage(2000, "Congratulations! You are now reborn. All your skills and proficiency are gone.");
World.SendMsgToAll("SYSTEM", Name + " has got " + Reborns.ToString() + " reborn!", 2011, 0);