|
Item database:
U need to modificy item columns:
Opt_type[0-2] and Opt_var1_[0-2] ; Opt_var2_[0-2]
for adding +to all stats:
Opt_type0 = 96, Opt_var1_0 = 63, Opt_var2_0 = number what u what to add
for adding % values:
Opt_type0 = 98, opt_var1_0 = 63, Opt_var2_0 = 0.1 | (0.1 = 10%, 1.0 = 100%, 10.0 = 1000%, etc)
Opt_var2 parameters:
1- str
2- vit
4- dex
8- agi
16- int
32 - men
64 - luk
63 - str,vit,dex,agi,int,men
128 - Phys. Atk
256- Magic. Atk
and much more
Than db_String.rdb:
where item tooltip_id = code in db_string.rdb
After @#auto_tooltip#@ add <br> adds +xx to stats\any other things what u whant.
|