hooplako 0 Posted July 12, 2020 If anyone could find a way to check if https://pasteboard.co/JhlEV5A.png is enabled/disabled that would help alot. Like any parameters that I could read. I tried the widget hover tool and was unable to find any parameter that could help distinguish if the quantity mode was enabled or not. Here is the snippet of code I have so far: https://pasteboard.co/JhlE4op.png I tried the java docs and other posts, but couldn't find anything so far. Q: "Why not use .withdraw(item ID, amount) ?" A: I wanna left click to withdraw the items in the bank so if it is the first time I'm withdrawing items I just wanna set it to 'X' mode.
Stoned 52 Posted July 12, 2020 Why don't you just interact with the widget on the first withdraw regardless? xMode.interact();
Shunoo 2 Posted July 12, 2020 I agree with StonedFarmer, however if u really want to check if the X is marked u can always check if the childs of the widget texture ID is between 1150 and 1155.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.