Jump to content

Th3

Veteran
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Th3

  1. Cool puppy.
  2. Show some pictures of the first one. Check craigslist.
  3. Th3

    Live Support.

    Isn't chatbox live support?
  4. Th3

    Jack's Pest Control

    Is there an example somewhere? Look into tutorials for making hooks, it's not easy.
  5. Th3

    Jack's Pest Control

    You gonna have to make your own hook to get the components of the child for it since API doesn't support the option at the moment. I think it's the components of interface 489 child 5.
  6. Th3

    Jack's Pest Control

    I can look into this, but the clan chat interfaces and not in the api Read the interface data from the clan members, array the worlds all the members are in. Using a map find the most common number in the array and hop to that world. Something like this. public int getCommonWorld(int[] a) { int count = 1, tempCount; int world = a[0]; int temp = 0; for (int i = 0; i < (a.length - 1); i++) { temp = a[i]; tempCount = 0; for (int j = 1; j < a.length; j++) { if (temp == a[j]) tempCount++; } if (tempCount > count) { world = temp; count = tempCount; } } return world; }
  7. Th3

    Error on phone.

    Clear safari cache on iPhone. Restart phone.
  8. You zoomed out way too far. lol. Just restart it.
  9. Here is a simple world map app I would like to share with you guys. I personally hate having to go to runescape website every time to look at the map so I made this to save time. You can save it anywhere you want and run it, note this is not a script, it's a standalone app. It lets you zoom in/out and pan around. http://up.ht/19XDlpp Reuploaded 10/21/13
  10. You are alive?
  11. Replace IPB files. In-case one of the files was altered.
  12. Might be a good idea to check if any recent code was added to IPB to send data elsewhere.
  13. Were sdn sources leaked as well?
  14. Guys all the admins have left to Fiji for 15 days. They were nice enough to share some pics with us. Kati Maxi Laz Zach Only 13 more days left until they return!
  15. Still not working Think its limited to vip/sponsor
  16. sleep for 13888-16666 hours? I like it.
  17. Th3

    BETA v1.7.31

    [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! [ERROR][08/04/13 01:50:22 PM]: Class z does not have a valid accessor! It spammed me that..
  18. Why not make the script loader more secure instead that let's us block incoming and outgoing connections. This way you guys won't have to always go through the code manually.
  19. if (this.client.getRunEnergy() > 30) { setRunning(true); }
  20. Th3

    No

    Yes
  21. its detecting your other study door is closed but it gets confused and tries to open the nearest one. I need to change the way it handles doors by the lectern. For the time either leave your other door open in the study room or put another room to get rid of the room by it.
  22. How does your home setup look like?
  23. That one is out of stock because its %80 broken now. The only id i use in the script is for the noted soft clay and interfaces. So the script shouldn't need any foreseeable updates because of jagex.
  24. Trial download for bug testing. http://up.ht/14EezxG For the time being it will only work with a butler and stop after 30 minutes, until the release status is decided. Please post any bugs you find.
  25. Progress updated. Vote so I'll have an idea on how to release the script.
×
×
  • Create New...