Coruja 
Sphere Developer
    
Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7
Dimension Shard
![]()
|
RE: New Variables List (Updated 27-11-2013)
any plan to implement these new properties as ITEMDEF readable?
I mean, use it directly as itemdef property (like WEIGHT, VALUE, etc) like this
Code:
[ITEMDEF xxxx]
ID=i_long_sword
IncreaseHitChance=15
instead this
Code:
[ITEMDEF xxxx]
ID=i_long_sword
ON=@Create
IncreaseHitChance=15
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
|
|
| 12-28-2013 05:22 AM |
|
|