DEV Code request for item option

02/13/2015 16:55 darkcrude#1
To all Dev's out there, I need some help on dev code for item option. Can you tell me what is the code for damage reduction in accessories. Thanks!
07/10/2018 15:09 rheacute7#2
i also need codes ty
07/15/2018 20:29 PMZnak#3
I don't like digging out, but no one has answered since 2015 ...
So the code is :

dropitem_custom [Item index] [Number of sockets] [Option index:value] (x1-x4)

*Option index can be found in files :
- itemoption.csv
- itemoption_armor.csv
- itemoption_weapon.csv

You can add max 4 Options (as much, as Divine Noble can have).

*value
All i know is, that 250 is max.

For example :
Code:
dropitem_custom 2401 2 43346:250 43346:250
It will drop item (with index 2401), with 2 slots, with 2 maximum options (with index 43346) .
07/21/2018 21:59 doooby#4
Nothing worse than searching for your problem and finding someone having the same one and no answer. Even worse when OP answers "nvm fixed".
09/30/2021 20:14 zombeke28#5
Hi, i Need some question tho, When i try to dn my belt it's always failed and it says please select a weapon or armor first. anyone can help me? thank you