Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Need help. On how to Edit item effects.

Initiate Mage
Joined
Jul 12, 2023
Messages
2
Reaction score
1
Hello guys, can anyone help me on how to edit the item effects?

For example:

Amulet of Pain +7
Effects:
Def: 15
Def Rate: 50
CDI: 12%
Max Critical Rate: 4%

I want to edit this Amulet of Pain +7 into:
Max Critical Rate: 50%
Critical Rate Increase: 90%

Is there a way that I can change the effect of the item that I mentioned above? If ever who has an idea, please help me on how to change the effect step by step.

Thank you.
And post your paypal account if ever you did a great tutorial for me.
 
Junior Spellweaver
Joined
Apr 2, 2023
Messages
198
Reaction score
88
First of all, the files item.dec and item.scp are the ones of interest for you.

In sweetscape, if using the item template, you can change the options for each of the white option slots by changing these:
uint attack_rate__opt_1
uint str_lmt_1_opt_2
uint int_lmt_1_opt_3
uint dex_lmt_2_opt_4

Beneath the respective lines, you will find ones that end with _val.
Those are the ones that define the values for each of the options above.

You can replace the opt_x as well as the _val one beneath it with a 0 in order to disable them.

The item.scp values have similar names, make sure they are synced.
A channel restart is required to have the changes apply to your server.

Don't pay a dime for things like that, it may be good will, but when it comes to basic things like this, there should be enough people around to help you freely, especially since the lot of us got helped just the same.
 
Upvote 0
Junior Spellweaver
Joined
May 24, 2018
Messages
160
Reaction score
8
First of all, the files item.dec and item.scp are the ones of interest for you.

In sweetscape, if using the item template, you can change the options for each of the white option slots by changing these:
uint attack_rate__opt_1
uint str_lmt_1_opt_2
uint int_lmt_1_opt_3
uint dex_lmt_2_opt_4

Beneath the respective lines, you will find ones that end with _val.
Those are the ones that define the values for each of the options above.

You can replace the opt_x as well as the _val one beneath it with a 0 in order to disable them.

The item.scp values have similar names, make sure they are synced.
A channel restart is required to have the changes apply to your server.

Don't pay a dime for things like that, it may be good will, but when it comes to basic things like this, there should be enough people around to help you freely, especially since the lot of us got helped just the same.
Thank you for always answering some problems to the newbies like us
 
Upvote 0
Banned
Banned
Joined
Sep 13, 2023
Messages
32
Reaction score
2
First of all, the files item.dec and item.scp are the ones of interest for you.

In sweetscape, if using the item template, you can change the options for each of the white option slots by changing these:
uint attack_rate__opt_1
uint str_lmt_1_opt_2
uint int_lmt_1_opt_3
uint dex_lmt_2_opt_4

Beneath the respective lines, you will find ones that end with _val.
Those are the ones that define the values for each of the options above.

You can replace the opt_x as well as the _val one beneath it with a 0 in order to disable them.

The item.scp values have similar names, make sure they are synced.
A channel restart is required to have the changes apply to your server.

Don't pay a dime for things like that, it may be good will, but when it comes to basic things like this, there should be enough people around to help you freely, especially since the lot of us got helped just the same.
Could you make a mini tutorial on how to do it? I read it twice but I didn't understand, I tried and it didn't work
 
Upvote 0
Skilled Illusionist
Joined
Jun 18, 2023
Messages
309
Reaction score
182
It is already stated clearly, all you need to do is to try those force code and the value on that each stated by Anndralgon. Btw, he stated only for force code, for value must have a _value in the last as stated by him.
 
Upvote 0
Banned
Banned
Joined
Sep 13, 2023
Messages
32
Reaction score
2
Yes, I understand, but I couldn't use the 010 editor as it says in item.dec, opening it with notepad, among others. I'm new to the server so I'm asking for help, I wanted to first do the test on the admin board, change the attack from 1000 to 90000.
 
Upvote 0
Skilled Illusionist
Joined
Jun 18, 2023
Messages
309
Reaction score
182
Yes, I understand, but I couldn't use the 010 editor as it says in item.dec, opening it with notepad, among others. I'm new to the server so I'm asking for help, I wanted to first do the test on the admin board, change the attack from 1000 to 90000.
Open item.dec via 010 Sweetscape Editor and run template EP8 and look for itemID, there you can find that option and value and just don't forget to sync it to item.scp and restart your WorldSvr.
 
Upvote 0
Banned
Banned
Joined
Sep 13, 2023
Messages
32
Reaction score
2
So I did this, look how my item.dec is... forgive me for abusing, but I'm just saying because I'm not really getting it --' with a video tutorial you can check it better and do it right. At the moment I want to change the admin card as a test to see if it works.
 

Attachments

  • item966 plac adm - Need help. On how to Edit item effects. - RaGEZONE Forums
    item966 plac adm.png
    41.6 KB · Views: 25
  • placa adm - Need help. On how to Edit item effects. - RaGEZONE Forums
    placa adm.png
    37.1 KB · Views: 24
Upvote 0
Skilled Illusionist
Joined
Jun 18, 2023
Messages
309
Reaction score
182
So I did this, look how my item.dec is... forgive me for abusing, but I'm just saying because I'm not really getting it --' with a video tutorial you can check it better and do it right. At the moment I want to change the admin card as a test to see if it works.
You must run the item_ep8 template to item.dec first before you can see those itemID's like this
1697326999643 - Need help. On how to Edit item effects. - RaGEZONE Forums
 
Upvote 0
Banned
Banned
Joined
Sep 13, 2023
Messages
32
Reaction score
2
I got a template in another post! Thank you very much, I managed to do as another post provided the 010 editor template and it worked perfectly.
 
Upvote 0
Back
Top