Search the Community
Showing results for tags 'trade'.
-
Title, looking to buy trade unrestricted accounts Looking to buy ~40 Offer price thx
-
- trade
- unrestricted
-
(and 2 more)
Tagged with:
-
CQuest Completes Rune Mysteries, Restless Ghost, and Romeo & Juliet Works when low cpu enabled and client rendering disabled Absolutely NO setup, no items, no problems Averages a 30-40 minute run time Works right off the boat! Download Link CQuest 1.04 Change Log Todo Pictures
- 110 replies
-
- 8
-
Hey there, new to these forums I'm looking to trade around 334,000 WoW gold along with some pets that are valuable for Old School Runescape gold. The gold is on Bleeding Hollow US Horde side. If you are interested let me know how much gold you have and how much WoW gold you are looking for Email me at Theraline126@gmail.com or feel free to leave a message back on here. Thank you!
-
I am using this snippet of code to try and offer all of a particular item to the trade and it doesn't work. All it does is just hover over the item and won't click on offer. Am I doing something wrong ? If so could you please help as to how I should do it ??? Script.getTrade().offerAll(ItemId); (new ConditionalSleep(10000) { public boolean condition() throws InterruptedException { return Script.getInventory().isEmpty(); } }).sleep();