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

Edit Weapon Level, SLOT Level

Status
Not open for further replies.
Skilled Illusionist
Joined
Feb 17, 2012
Messages
392
Reaction score
22
Hey i want ask about
how to edit weapon level and upgrade slot ?..

and i got problem in RF Manager
error : "ERROR, MAX LIMIT6" When i try send Item +7

help please..

thanks
 
Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
You need to write a PHP script to generate item serials based on their text codes, then insert it in to the pending items table, forgot the exact name. There is a table in the DB you insert the serials in to, then the items will be sent when the character relogs.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Sep 9, 2009
Messages
1,312
Reaction score
313
Edit dat files for weapon and armours server side and item.edf client side. Control server could be giving you that error because the item your upgrading is set to max 6 slots server side.
 
Upvote 0
Newbie Spellweaver
Joined
Jan 22, 2005
Messages
26
Reaction score
2
First select the items you wish to edit (item code) or item number then with dat editor load structure weapon/upper/lower or what ever you want to change, then look for the item code or easer for the item number, then search for LVL change to the level you desire, scroll down at the end there is upgrade change to 7 then save.

Now its time for client open item.str then item.dat search for the NUMBER ITEM ONLY of your item, then look for Lv change, look for slot change to 7 save.

and for last crypt your item.dat file (client) to edf, and the rest copy past xD.

Now if you wish to add options to items, in server side you have 4 columns weapon/armor etc and 5 columns for elems, you just add te ability then the %, at client side you have to add either the number of effects you will see the columns is very easy.

here is my list of effects i've figured out them yesterday hope it helps someone.

1. sp maximum increase 1= 100%
2. increase fp consumition when using skill 1= 100%
3. accuracy rate increase 1=1
4. increase damage avoidance increase 1=1
5. max hp/fp increase 1=100%
6. increase att 1=100%
7. increase def 1=100%
8. level up skill increase 1=1
9. sthealt
10. detect
11. removes damage protection skill
12. moving speed increase 1=1
13. show enemy vulnerability information
14. increase fp recovery rate
15. force attack power increase 100% =1
16. fp increase 100%=1
17. drain damage to hp 100%=1
18. drain damage to fp 100%=1
19. critical 1=1
20. range 1=1
21. defense 100%=1
22. debuff assisting time 100%=1
23. hp recovery rate 100%=1
24. dodge 1=1
25. delay launcher increase
26. force range 1=1
27. decrease critical 1%=1
28. success block 1%=1
29. all resistence 1=1
30. max hp increase 100%=1
31. debuff increse 100%=1
32. ignore block 1%=1
33. delay attack range increase
34. delay of skill increase
35. delay of force increase

for the delay you have to write - (minus) before number if dont do so it will decrease speed instead increasing.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 27, 2013
Messages
9
Reaction score
0
First select the items you wish to edit (item code) or item number then with dat editor load structure weapon/upper/lower or what ever you want to change, then look for the item code or easer for the item number, then search for LVL change to the level you desire, scroll down at the end there is upgrade change to 7 then save.

Now its time for client open item.str then item.dat search for the NUMBER ITEM ONLY of your item, then look for Lv change, look for slot change to 7 save.

and for last crypt your item.dat file (client) to edf, and the rest copy past xD.

Now if you wish to add options to items, in server side you have 4 columns weapon/armor etc and 5 columns for elems, you just add te ability then the %, at client side you have to add either the number of effects you will see the columns is very easy.

here is my list of effects i've figured out them yesterday hope it helps someone.

1. sp maximum increase 1= 100%
2. increase fp consumition when using skill 1= 100%
3. accuracy rate increase 1=1
4. increase damage avoidance increase 1=1
5. max hp/fp increase 1=100%
6. increase att 1=100%
7. increase def 1=100%
8. level up skill increase 1=1
9. sthealt
10. detect
11. removes damage protection skill
12. moving speed increase 1=1
13. show enemy vulnerability information
14. increase fp recovery rate
15. force attack power increase 100% =1
16. fp increase 100%=1
17. drain damage to hp 100%=1
18. drain damage to fp 100%=1
19. critical 1=1
20. range 1=1
21. defense 100%=1
22. debuff assisting time 100%=1
23. hp recovery rate 100%=1
24. dodge 1=1
25. delay launcher increase
26. force range 1=1
27. decrease critical 1%=1
28. success block 1%=1
29. all resistence 1=1
30. max hp increase 100%=1
31. debuff increse 100%=1
32. ignore block 1%=1
33. delay attack range increase
34. delay of skill increase
35. delay of force increase

for the delay you have to write - (minus) before number if dont do so it will decrease speed instead increasing.



How i can find Item.strs bro ??

Im using file RF OFFLINE G4
 
Upvote 0
Status
Not open for further replies.
Back
Top