12-28-2013, 05:22 AM
any plan to implement these new properties as ITEMDEF readable?
I mean, use it directly as itemdef property (like WEIGHT, VALUE, etc) like this
instead this
today I started to implement these new properties on my custom properties engine but I abandoned it after the first try when I noticed that these new internal properties are stored under @Create and this will cost me more than 200.000+ new lines on save files
I mean, use it directly as itemdef property (like WEIGHT, VALUE, etc) like this
Code:
[ITEMDEF xxxx]
ID=i_long_sword
IncreaseHitChance=15Code:
[ITEMDEF xxxx]
ID=i_long_sword
ON=@Create
IncreaseHitChance=15today I started to implement these new properties on my custom properties engine but I abandoned it after the first try when I noticed that these new internal properties are stored under @Create and this will cost me more than 200.000+ new lines on save files
