April 10, 201214 yr comment_108713 With the addition of more 'physical' resources, shared tools, and such, would it be possible to adapt the same sort of functionality that mds_is_ctc() uses, to get the info from an ITC code? The CTC checker is nice to confirm trades, and rewards of quest sponsors, and I'd like to have the ability to confirm items sponsored as well, before actually trading the items. (and on a more personal note, I have a basic @storage for my own quest rewards, that ensures the CTC is still valid for things I saved in it a while ago... it would be awesome to validate ITC as well, so folks can save their own sponsored rewards via my "clickie treasury" ) Thoughts? Report
April 13, 201214 yr comment_109022 If this get's implemented you'd only need mds_is_atc() and you've got them all. Report
May 22, 201214 yr Author comment_112598 Thank you Rendril! mds_is_itc(); is now a valid function. It returns the following details on an item. (returns 'false' if an invalid code is entered) ["id"] - The ID of the item itself. ["uid"] - The ID of the owner! ["name"] - The name of the object (ie: "Silver Coin") ["creationdate"] - When it was created (as epoc seconds I think?) ["transferdate"] - last transfer date (also as epoc secondS?) ["tag"] - Tag ("tool", "Valuable", "enchanted, consumable", etc) Report
May 22, 201214 yr comment_112603 Only additional thing that might also be good to have is whether it is editable, and if applicable how many uses it has left. But woop! :-D Report
May 24, 201214 yr comment_112800 Added field for whether it is scriptable. Unsure about showing how many uses are left, seems abuseable. Report
May 24, 201214 yr Author comment_112824 (Oh, go tell Willow's Shopkeeper "Trade Checker" for this in action. Use either type of *TC ...except ATCs) Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.