Quote:
Originally Posted by [GA]Sharingan
T1-T3 Masterclass dura eq isnt working. all stats fail in database you must search/add the kts itemresource to the database or you make it manually but this is rlly long shit work and so boring.. xD
|
Wrong.
The Dura Statīs of each item, are stored in the item effect resource.
How to solve it?
Search your item id For example a D1 mc 1h sword (101710501)
Search for itīs Effect_id (400073)
Now you have to insert into the itemeffectresource the needed Values, using the effect_id as id.
For Example
Code:
Item id = 101710501
effect_id = 400073
effect_id = id in itemeffectresource
INSERT INTO [dbo].[ItemEffectResource]([id],[ordinal_id],[tooltip_id],[effect_type],[effect_id],[effect_level],[value_0],[value_1],[value_2],[value_3],[value_4],[value_5],[value_6],[value_7],[value_8],[value_9],[value_10],[value_11],[value_12],[value_13],[value_14],[value_15],[value_16],[value_17],[value_18],[value_19]) VALUES ([B]400073[/B],1,74000731,2,2,0,97.00,1024.00,69.73,97.00,2048.00,49.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0)