Maebius Posted April 10, 2012 Report Posted April 10, 2012 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? Kamisha, Krioni and The Warrior 3 Quote
Eagle Eye Posted April 10, 2012 Report Posted April 10, 2012 nice one and good thoughs +1 The Warrior 1 Quote
The Warrior Posted April 13, 2012 Report Posted April 13, 2012 If this get's implemented you'd only need mds_is_atc() and you've got them all. Quote
Maebius Posted May 22, 2012 Author Report Posted May 22, 2012 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) Quote
Grido Posted May 22, 2012 Report Posted May 22, 2012 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 Quote
Rendril Posted May 24, 2012 Report Posted May 24, 2012 Added field for whether it is scriptable. Unsure about showing how many uses are left, seems abuseable. Quote
Maebius Posted May 24, 2012 Author Report Posted May 24, 2012 (Oh, go tell Willow's Shopkeeper "Trade Checker" for this in action. Use either type of *TC ...except ATCs) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.