RanXerox
Master
Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19
|
RE: Can't set item's value in game? (or via script)
You can alter QUALITY (a little known, undocumented, item property), but only on certain "types" of items (like armor and weapons)... items created out of thin air by a vendor have zero quality (I seem to recall that the scale is weird too 1-200).
Try it in game... use:
.xshow quality
...and target some items sold by a vendor. Then craft your own stuff and try it on those.
We do need a developer with access to the code to explain what item types can use the quality property however...
If you have a bash shell, try this from the save directory:
Code:
grep -i quality sphereworld.scp | sort | uniq
...or in a windows command shell:
Code:
findstr /i quality sphereword.scp | sort
(I don't know if there is a MSDOS uniq command)
|
|
09-02-2012 04:42 AM |
|
|