• 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.

[Help] HOW TO EDIT THE STATS of THE ARMORS??

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 9, 2013
Messages
33
Reaction score
7
sir..anyone can help me on how to edit stats of the armors??? thanks in advance ...
 
Newbie Spellweaver
Joined
Mar 9, 2013
Messages
33
Reaction score
7
hmm... i have the files now sir..but dont really know the steps on changing it...like for DA, i want to put Force Range Increase in each part...can u teach me bout it ??


- NEWBIE
 
Upvote 0
Newbie Spellweaver
Joined
Dec 4, 2012
Messages
22
Reaction score
4
Edit
Server Side
Code:
GauntletItem.dat 
HelmetItem.dat 
LowerItem.dat 
ShoeItem.dat 
UpperItem.dat
Client Side
Code:
Item.edf
 
Upvote 0
Newbie Spellweaver
Joined
Mar 9, 2013
Messages
33
Reaction score
7
yes sir..but i want to know the process on how to do it...im newbie sir ... hope u can help me
 
Upvote 0
Newbie Spellweaver
Joined
Mar 10, 2013
Messages
52
Reaction score
1
i want to know the process sir.. cuz im still a newbie...i hope someone can help me ... but thanks also sir ..

ammandes..can u send me mail...for tutorial for this ??

fly2hven95@yahoo.com


OPEN

helmetitem.dat
upperitem.dat
loweritem.dat
gauntletitem.dat
shoeitem.dat

make sure you have the right strs for the files

try to find this line "m_nEff1Code" and "m_nEff1Unit"

for "m_nEff1Code"
you shud put this one for kinds of effects/stats of items

one=0,
SP=1,
FPConsume=2,
Accuracy=3,
Dodge=4,
HPFP=5,
Atk=6,
Def=7,
LvlSkill=8,
Stealth=9,
Detect=10,
DmgProt=11,
Speed=12,
FPRecov=14,
Fatk=15,
FP=16,
Vamp=17,
fpVamp=18,
Crit=19,
Range=20,
Def=21,
DebuffTime=22,
HPRecov=23,
Dodge=24,
LauDelay=25,
ForceRange=26,
AntiCrit=27,
Protect=28,
Resist=29,
MaxHP=30,
DebuffTime=31,
IgShield=32,
SkillDelay=34
ForDelay=35



for "m_nEff1Unit"

this is the stats effect for example m_nEff1Code = 6 (attack) / m_nEff1Unit = 0.1 (10% attack increase)

% stats effect = with decimal = 0.1 = 10%
a none % stats effect = dont put any decimal cuz that is 500 = 500

do the same as "m_nEff2Code" and "m_nEff2Unit" etc.. for adding more stats/effects

"DON'T forget to Edit Item.edf (client side) too u need it to show the effects in game
 
Upvote 0
Junior Spellweaver
Joined
May 22, 2013
Messages
108
Reaction score
22
if you mean deff armor.. edit at
GauntletItem.dat HelmetItem.dat LowerItem.dat ShoeItem.dat UpperItem.dat for server side..
for client side at item.edf

if you mean effect set armor..
edit at setitemeffect.dat for server side and itemseteffect.edf for client side
 
Upvote 0
Newbie Spellweaver
Joined
Jun 27, 2013
Messages
9
Reaction score
0
OPEN

helmetitem.dat
upperitem.dat
loweritem.dat
gauntletitem.dat
shoeitem.dat

make sure you have the right strs for the files

try to find this line "m_nEff1Code" and "m_nEff1Unit"

for "m_nEff1Code"
you shud put this one for kinds of effects/stats of items

one=0,
SP=1,
FPConsume=2,
Accuracy=3,
Dodge=4,
HPFP=5,
Atk=6,
Def=7,
LvlSkill=8,
Stealth=9,
Detect=10,
DmgProt=11,
Speed=12,
FPRecov=14,
Fatk=15,
FP=16,
Vamp=17,
fpVamp=18,
Crit=19,
Range=20,
Def=21,
DebuffTime=22,
HPRecov=23,
Dodge=24,
LauDelay=25,
ForceRange=26,
AntiCrit=27,
Protect=28,
Resist=29,
MaxHP=30,
DebuffTime=31,
IgShield=32,
SkillDelay=34
ForDelay=35



for "m_nEff1Unit"

this is the stats effect for example m_nEff1Code = 6 (attack) / m_nEff1Unit = 0.1 (10% attack increase)

% stats effect = with decimal = 0.1 = 10%
a none % stats effect = dont put any decimal cuz that is 500 = 500

do the same as "m_nEff2Code" and "m_nEff2Unit" etc.. for adding more stats/effects

"DON'T forget to Edit Item.edf (client side) too u need it to show the effects in game

How to do it (The BOLD ONE) ???
Just RF Decrypt&Encrypt ? And use UE/Hex Editor ???
 
Upvote 0
Junior Spellweaver
Joined
Mar 3, 2013
Messages
168
Reaction score
48
Decrypt the item.edf to item.dat
then edit use dateditor
when edit the item.dat dont forget you must have item.strs and config.strs at your folder ,
then just drag and drop the item.dat to dateditor ..
and start edit what item do you want edit
 
Upvote 0
Pokemon Tamer
[VIP] Member
Joined
Feb 9, 2010
Messages
383
Reaction score
84
when edit the item.dat dont forget you must have item.strs and config.strs at your folder ,
to straight things up, so that there will not be a confusion later.. config.strs its not a must, it depends on your structures and your self
its a must if you just leeching the files from others and didnt learn why it need config.strs
this config.strs serves to make it easy for you in editing the files, it replaces some value in your dateditor when you open a dat file, you can see it at these pictures, see the difference at m_neff1code column
with Config
fly2hven89 - [Help] HOW TO EDIT THE STATS of THE ARMORS?? - RaGEZONE Forums
without config
fly2hven89 - [Help] HOW TO EDIT THE STATS of THE ARMORS?? - RaGEZONE Forums
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jun 27, 2013
Messages
9
Reaction score
0
to straight things up, so that there will not be a confusion later.. config.strs its not a must, it depends on your structures and your self
its a must if you just leeching the files from others and didnt learn why it need config.strs
this config.strs serves to make it easy for you in editing the files, it replaces some value in your dateditor when you open a dat file, you can see it at these pictures, see the difference at m_neff1code column
with Config
fly2hven89 - [Help] HOW TO EDIT THE STATS of THE ARMORS?? - RaGEZONE Forums
without config
fly2hven89 - [Help] HOW TO EDIT THE STATS of THE ARMORS?? - RaGEZONE Forums


So, then teach us how to make Client Side and what tools need to make structorian from header, as ur siggy said
NGEMIS² AE KAPAN BELAJARNYA​
....
 
Upvote 0
Newbie Spellweaver
Joined
Jun 27, 2013
Messages
9
Reaction score
0
What suppose reply do u give -_- so tell us how to do it or u can PM me...
as ur siggy said too "and dont forget sharing files that you have"

to create structorian, you just need a notepad, that's all :D:

Yes its just "to create structorian" <<< Before u create it, u have to know what header file is it and its need more than just IDA PRO....
 
Upvote 0
Joined
Apr 21, 2012
Messages
765
Reaction score
83
What suppose reply do u give -_- so tell us how to do it or u can PM me...
as ur siggy said too "and dont forget sharing files that you have"



Yes its just "to create structorian" <<< Before u create it, u have to know what header file is it and its need more than just IDA PRO....


You can create strs without any header :) In simple way of saying it is by guessing.
 
Upvote 0
Status
Not open for further replies.
Back
Top