Jump to content

wkmac

Trade With Caution
  • Posts

    72
  • Joined

  • Last visited

  • Feedback

    77.8%

Everything posted by wkmac

  1. You're very welcome, 2 more free capes up for grabs.
  2. To do that you need to provide your skype lol. or just add me, the button is in the first post
  3. Add me on skype and we can get started on your cape
  4. [INFO ][10/03/13 02:20:49 PM]: Grabbing parameters... [INFO ][10/03/13 02:20:49 PM]: Successfully grabbed client parameters from world 1 [INFO ][10/03/13 02:20:49 PM]: Injecting client... [INFO ][10/03/13 02:20:51 PM]: Current RS2 client : 22 [INFO ][10/03/13 02:20:51 PM]: Loaded 22 class hooks! [INFO ][10/03/13 02:20:51 PM]: Loaded 209 field hooks! [DEBUG][10/03/13 02:20:51 PM]: Injected 2 focus filters! [DEBUG][10/03/13 02:20:51 PM]: Injected 5 key filters! [DEBUG][10/03/13 02:20:51 PM]: Injected 9 mouse filters! [DEBUG][10/03/13 02:20:52 PM]: Injected canvas! [DEBUG][10/03/13 02:20:52 PM]: Injected 5 model callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 2 interface callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 2 message callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 3 login callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 3 config callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 4 NPC definition callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 6 real NPC id callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 3 object definition callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 8 real object id callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 4 item definition callbacks! [DEBUG][10/03/13 02:20:53 PM]: Injected 2 NPC head message callbacks! [DEBUG][10/03/13 02:20:53 PM]: Spoofed 6 random.dat files! [INFO ][10/03/13 02:20:53 PM]: Client injection complete! [INFO ][10/03/13 02:20:53 PM]: Loading client... [ERROR][10/03/13 02:20:53 PM]: Failed to load client! cq at bu.v(bu.java:101) at client.init(client.java:607) at org.osbot.sA.run(hk:483) at java.lang.Thread.run(Unknown Source) whats wrong?
  5. How do i check if a shop is open and interact within the shop? as the title says... i got this: Shop trading = new Shop(this); if(trading.isOpen() && !client.getInventory().contains(unNotedEssence)){ ShopItem theEssence = trading.getShopItemByName("Pure essence"); client.getInventory().interactWithId(notedPureEssence, "Sell 10"); sleep(120); theEssence.buy10(); } else { NPC jimShop = closestNPC(jim); jimShop.interact("Trade"); sleep(random(100, 1200)); }
×
×
  • Create New...