Redfr3sh Posted July 15, 2017 Share Posted July 15, 2017 (edited) closed Edited July 16, 2017 by Redfr3sh Quote Link to comment Share on other sites More sharing options...
Rekt Posted July 15, 2017 Share Posted July 15, 2017 getInventory().getCapacity() ? Quote Link to comment Share on other sites More sharing options...
Abysm Posted July 15, 2017 Share Posted July 15, 2017 10 minutes ago, Get Rekt said: getInventory().getCapacity() ? I think he is talking about the player he is trading with? Quote Link to comment Share on other sites More sharing options...
Redfr3sh Posted July 15, 2017 Author Share Posted July 15, 2017 Yes indeed, I am talking about the player I am trading with - The number appears in that box inside the middle of the trade. Quote Link to comment Share on other sites More sharing options...
dreameo Posted July 15, 2017 Share Posted July 15, 2017 Have you tried using widgets? Quote Link to comment Share on other sites More sharing options...
Redfr3sh Posted July 15, 2017 Author Share Posted July 15, 2017 I do not think widgets work my man, thanks for the input tho Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted July 15, 2017 Share Posted July 15, 2017 (edited) There's a method in the Trade API I'm pretty sure to check the trade offer. Forgotten it tho Edit: Nvm, Thought you meant checking their offer. Grab the widget, should be grabbable via text and then parse the int removing all the letters and spaces minus the numbers you want Edited July 15, 2017 by HeyImJamie Quote Link to comment Share on other sites More sharing options...
godspower33 Posted July 15, 2017 Share Posted July 15, 2017 ya what @HeyImJamie said and LOL script 1. Grab interface, parse that shit and you got ur number Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted July 15, 2017 Share Posted July 15, 2017 13 minutes ago, godspower33 said: ya what @HeyImJamie said and LOL script 1. Grab interface, parse that shit and you got ur number I'll await the discord abuse Quote Link to comment Share on other sites More sharing options...
Juggles Posted July 15, 2017 Share Posted July 15, 2017 get widget and convert to text. Same as getting amount of absorbs in NMZ Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted July 15, 2017 Share Posted July 15, 2017 3 minutes ago, Juggles said: get widget and convert to text. Same as getting amount of absorbs in NMZ Why would you convert text to text Quote Link to comment Share on other sites More sharing options...
TTTTurbo Posted July 15, 2017 Share Posted July 15, 2017 Quote Link to comment Share on other sites More sharing options...
Eliot Posted July 15, 2017 Share Posted July 15, 2017 Something like getWidgets containing text "free" then parse the string and get the number. Quote Link to comment Share on other sites More sharing options...
Redfr3sh Posted July 15, 2017 Author Share Posted July 15, 2017 Dont mean to be a pain but can someone give me some example code pls. Quote Link to comment Share on other sites More sharing options...
Juggles Posted July 15, 2017 Share Posted July 15, 2017 1 hour ago, HeyImJamie said: Why would you convert text to text Wow brain fart. Meant. Convert to int 1 Quote Link to comment Share on other sites More sharing options...