• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Guide]Update Level Cap Method

Experienced Elementalist
Joined
Aug 24, 2012
Messages
219
Reaction score
41
Server:
1.
Added New Line in 4 Class Mastery Limit
Copy Your Lastest Line and Change the level to what you want
example for level 80 :
level1 - [Guide]Update Level Cap Method - RaGEZONE Forums

2.
Added New Line in EXP.DAT ,and Grade.Dat
Copy Paste your Lastest and Change the level to what you want
Example for level 80
54321 - [Guide]Update Level Cap Method - RaGEZONE Forums
73733 - [Guide]Update Level Cap Method - RaGEZONE Forums

3.for updating Animus edit 4 Animus file ,method = see #1

Done with Server

Client :

My Simple Method(without hexing bin) :

Open your Character.dat
Change all MasteryLimit to 99/GM

2nd step> ,Change the Every Mastery Limit Level ,Using Hex Editor ,Copy 1 by 1
add 1 by 1 ,Paste all edited level mastery to one file
and then paste in all of mastery offset
dont for get to change number of offset

Other Method
some guide from me...

Updating PT for Character.edf for it can read you must hex it to your value.. using IDA Pro and search by text "PlayerCharacter.edf" and scroll up you can find "42h" then change to hex view to see the offset :D and the last you must open the bin with hex editor and change that..



Dont Forget to Change The offset in Zoneserver for pvp point and animus
idk what offset in 2.2.3.2[GU] ,you can find it with IDA pro ,Novanakal Share this Method here

for 2.2.3
0x0BAD84

0x0BAE33

41=65

STRS Mastery Limit
[filemask="SpecialistMasteryLimit.dat;SpiritualistMasteryLimit.dat;WarriorMasteryLimit.dat;RangerMasteryLimit.dat"]

struct MasteryLimitFile
{
u32 nBlocks;
u32 nColumns;
u32 nBlockSize;
child _MasteryLimit_fld [count=nBlocks];
}

struct _MasteryLimit_fld [preload, tableview]
{
u32 [tag="m_dwIndex"];
cstr [len=64] m_strCode;
i32 m_nLevel;
repeat 2
{
i32 m_nBnsMMastery;
}
i32 m_nBnsSMastery;
i32 m_nBnsDefMastery;
i32 m_nBnsPryMastery;
repeat 3
{
i32 m_nBnsMakeMastery;
}
repeat 8
{
i32 m_nBnsSkillMastery;
}
repeat 24
{
i32 m_nBnsForceMastery;
}


}

PvP Point Zone GU Offset
0x3f59d1 :acc
0x3f5a8c :bcc
0x3f6286 :ccc

1E= 30

Limit Count ,Not Your Max Level


Post Your Problem here
 
Last edited:
Joined
Apr 21, 2012
Messages
765
Reaction score
83
Server:
1.
Added New Line in 4 Class Mastery Limit
Copy Your Lastest Line and Change the level to what you want
example for level 80 :
View attachment 117566

2.
Added New Line in EXP.DAT ,and Grade.Dat
Copy Paste your Lastest and Change the level to what you want
Example for level 80
View attachment 117567
View attachment 117568

3.for updating Animus edit 4 Animus file ,method = see #1

Done with Server

Client :

My Method :

Open your Character.dat
Change all MasteryLimit to 99/GM

2nd Method ,Change the Every Mastery Limit Level ,Using Hex Editor ,Copy 1 by 1
add 1 by 1 ,Paste all edited level mastery to one file
and then paste in all of mastery offset
dont for get to change number of offset


Dont Forget to Change The offset in Zoneserver for pvp point and animus
idk what offset in 2.2.3.2[GU] ,you can find it with IDA pro ,Novanakal Share this Method here

for 2.2.3
0x0BAD84

0x0BAE33

41=65

STRS Mastery Limit

Credit Novanakal & INDONESIA :D:

Post Your Problem here

Correct me If I'm wrong but I guess you forgot to edit the bin?
 
Junior Spellweaver
Joined
Jul 6, 2011
Messages
176
Reaction score
25
some guide from me...

Updating PT for Character.edf for it can read you must hex it to your value.. using IDA Pro and search by text "PlayerCharacter.edf" and scroll up you can find "42h" then change to hex view to see the offset :D and the last you must open the bin with hex editor and change that..
 
Experienced Elementalist
Joined
Aug 24, 2012
Messages
219
Reaction score
41
using my 1st method ,
without hexing bin

if you want to make server with all PT = GM From lv 1
cause it only on client side logic

all pt for LV 1 = GM ,Client Read all PT GM ,cause all PT line is GM =)
if you think ranger can use lv 65 shield = PT in server still 66
tested and work on my server

thx to bagzinside for the IDA guide
 
Newbie Spellweaver
Joined
Dec 5, 2012
Messages
15
Reaction score
2
if i wanna change level animus , server side change in zoneserver & editing for newblock in isischaracter,etc & client side give a new block in character.edf for animus . and done ? or i must change in my bin ?

some guide from me...

Updating PT for Character.edf for it can read you must hex it to your value.. using IDA Pro and search by text "PlayerCharacter.edf" and scroll up you can find "42h" then change to hex view to see the offset :D and the last you must open the bin with hex editor and change that..

if i change that , that just for PT ? or can for animus too ? my server is 2232
 
Last edited:
Junior Spellweaver
Joined
Mar 11, 2012
Messages
155
Reaction score
1
Pvp Point still error ..

What offset for 2.2.3.2 for edit Pvp Point ??
 
Banned
Banned
Joined
Oct 17, 2012
Messages
293
Reaction score
3
Pvp Point still error ..

What offset for 2.2.3.2 for edit Pvp Point ??

Edit the pvpcashpoint.ini make sure premium and non premium edit well you need to change the levelstart you will see it to zoneserver
 
Newbie Spellweaver
Joined
Dec 3, 2012
Messages
21
Reaction score
0
Server:
1.
Added New Line in 4 Class Mastery Limit
Copy Your Lastest Line and Change the level to what you want
example for level 80 :
View attachment 117566

2.
Added New Line in EXP.DAT ,and Grade.Dat
Copy Paste your Lastest and Change the level to what you want
Example for level 80
View attachment 117567
View attachment 117568

3.for updating Animus edit 4 Animus file ,method = see #1

Done with Server

Client :

My Simple Method(without hexing bin) :

Open your Character.dat
Change all MasteryLimit to 99/GM

2nd step> ,Change the Every Mastery Limit Level ,Using Hex Editor ,Copy 1 by 1
add 1 by 1 ,Paste all edited level mastery to one file
and then paste in all of mastery offset
dont for get to change number of offset

Other Method




Dont Forget to Change The offset in Zoneserver for pvp point and animus
idk what offset in 2.2.3.2[GU] ,you can find it with IDA pro ,Novanakal Share this Method here

for 2.2.3
0x0BAD84

0x0BAE33

41=65

STRS Mastery Limit

Credit Novanakal & INDONESIA :D:

Post Your Problem here


ANY ONE CAN HELP ME THIS ONE... can anyone make some video to add new line using DATEditor.
 
Newbie Spellweaver
Joined
Dec 3, 2012
Messages
21
Reaction score
0
DOne already now it was 80 lvl cap.. but now my problem is i cant Wear a items... "its says unable to use. low skill leve"
but my all pt was now set to GM....
 
Last edited:
Newbie Spellweaver
Joined
Dec 3, 2012
Messages
21
Reaction score
0
I already change server side all MasteryLimit..

then when in Client when i open Character.edf it was like this.. Untitled - [Guide]Update Level Cap Method - RaGEZONE Forums
can you give me clue where was i need to edit in that... and i cant read the name.. it was all ???????...
 
Newbie Spellweaver
Joined
Feb 20, 2013
Messages
27
Reaction score
0
I already change server side all MasteryLimit..

then when in Client when i open Character.edf it was like this.. View attachment 124773
can you give me clue where was i need to edit in that... and i cant read the name.. it was all ???????...

The same problem here bro..

Could someone give us the right strs for Character.edf?? sorry im just newbie it's so hard to make Character.edf strs and as far as i know only few RF-dev have it..

Sorry newbie here~~ need help
 
Junior Spellweaver
Joined
Jul 14, 2011
Messages
144
Reaction score
3
sent u a PM with link to all the strs u will need for 223 noobie and u should be able to pm now if u need me
 
Newbie Spellweaver
Joined
Apr 5, 2013
Messages
11
Reaction score
0
im already geting uses with server side.
but still confuse what i must edit at client side " character.edf ".
really2 sorry if my question a litte bit make u guys confuse
 
Experienced Elementalist
Joined
Aug 24, 2012
Messages
219
Reaction score
41
Copy Paste Method on Hex Editor..

See Picture

for bin ,search on my post,i already post the offset for INA bin ,then match with US bin if you using US bin
 
Back
Top