Need Help for question

12/11/2015 01:22 Capturador#1
very Good
Someone would kindly tell me how I can add these values in the database, I tried everything and I do not show thanks


[Only registered and activated users can see links. Click Here To Register...]
12/11/2015 08:22 Vake24#2
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.
12/11/2015 15:49 Capturador#3
thank you so much for your help
12/11/2015 17:20 TheOnlyOneRaskim#4
Quote:
Originally Posted by Vake24 View Post
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.
Bullshit.

The auto_tooltip value is an bitset and it does (wonder oh wonder) generates the Tooltip automatic.

So if you entered correct types and values, it will be displayed automaticly.

Stop providing wrong Info's please, if you dont know better.