Maebius Posted April 10, 2012 Report Share 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? Krioni, The Warrior and Kamisha 3 Quote Link to comment Share on other sites More sharing options...
Eagle Eye Posted April 10, 2012 Report Share Posted April 10, 2012 nice one and good thoughs +1 The Warrior 1 Quote Link to comment Share on other sites More sharing options...
The Warrior Posted April 13, 2012 Report Share Posted April 13, 2012 If this get's implemented you'd only need mds_is_atc() and you've got them all. Quote Link to comment Share on other sites More sharing options...
Maebius Posted May 22, 2012 Author Report Share 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 Link to comment Share on other sites More sharing options...
Grido Posted May 22, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Rendril Posted May 24, 2012 Report Share Posted May 24, 2012 Added field for whether it is scriptable. Unsure about showing how many uses are left, seems abuseable. Quote Link to comment Share on other sites More sharing options...
Maebius Posted May 24, 2012 Author Report Share Posted May 24, 2012 (Oh, go tell Willow's Shopkeeper "Trade Checker" for this in action. Use either type of *TC ...except ATCs) Quote Link to comment Share on other sites More sharing options...
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.