[Release]How to fix Prof Level

10/22/2008 01:11 BlooD-BoY#1
ok in some sources prof goes to lvl 21+ i ones got it to lvl 60 something XD but lets get to the point..
go to Character.CS and search for:
Code:
public void AddProfExp(short Type, uint Amount)
after
Code:
if (Prof_Exps.Contains(Type))
add
Code:
if (Prof_Lev < 20)
{
then you will see
Code:
byte Prof_Lev = (byte)Profs[Type];
cut it and paste it above the "if (Prof_Lev < 20)" so it will look like that
Code:
byte Prof_Lev = (byte)Profs[Type];
                if (Prof_Lev < 20)
                {
then just close it with "}" at the end of the code, and your good....i hope that it actually helps some one :o
if you have a better way, please do tell if you want =)
don't forget to click "Thanks" button if it helped you =)
i'm not sure if its the same in LOTF sources cuz i'm using PowerSource...
10/22/2008 01:28 XxArcherMasterxX#2
added to [Only registered and activated users can see links. Click Here To Register...]
10/22/2008 01:32 BlooD-BoY#3
Quote:
Originally Posted by XxArcherMasterxX View Post
added to [Only registered and activated users can see links. Click Here To Register...]
DID U ASK MY PERMISION?!? AHHA?! no jk ;P cool, i feel special now i got 2 guides on the list O.O lolz
10/22/2008 02:18 Eternal46#4
Quote:
Originally Posted by BlooD-BoY View Post
... now i got 2 guides on the list O.O lolz
Well good for you :)
10/22/2008 04:24 demonscim#5
Hah nice :D, Yeah I've gotten lvl 60 something as well.. like 421 actually.
10/22/2008 22:58 tao4229#6
No guides on the list, heck yeah =O!
10/27/2008 22:05 reborn666#7
Quote:
Originally Posted by BlooD-BoY View Post
ok in some sources prof goes to lvl 21+ i ones got it to lvl 60 something XD but lets get to the point..
go to Character.CS and search for:
Code:
public void AddProfExp(short Type, uint Amount)
after
Code:
if (Prof_Exps.Contains(Type))
add
Code:
if (Prof_Lev < 20)
{
then you will see
Code:
byte Prof_Lev = (byte)Profs[Type];
cut it and paste it above the "if (Prof_Lev < 20)" so it will look like that
Code:
byte Prof_Lev = (byte)Profs[Type];
                if (Prof_Lev < 20)
                {
then just close it with "}" at the end of the code, and your good....i hope that it actually helps some one :o
if you have a better way, please do tell if you want =)
don't forget to click "Thanks" button if it helped you =)
i'm not sure if its the same in LOTF sources cuz i'm using PowerSource...

dont work for me
bug alot my console when i atack monsters
11/20/2008 12:33 AngelusInkubus#8
Quote:
Originally Posted by reborn666 View Post
dont work for me
bug alot my console when i atack monsters
Perhaps the character you were testing the prof already had prof above 20?
This might cause errors.
If true, open your database on phpmyadmin and edit the prof of your char on the character page or test it with a fresh new account.