Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Thank you for the proggy ! Walking is also a little bit dodgy on mirror atm, it should be better on injection. I believe the devs are aware and are in process of fixing apa
  2. http://help.eclipse.org/kepler/index.jsp?topic=/org.eclipse.wb.doc.user/html/installation/index.html
  3. I'm not sure about other IDEs but a great place to start if you're using eclipse is: http://www.eclipse.org/windowbuilder/download.php windowbuilder generates most of the code for you so all you need to do is work with your custom variables. Let me know if you have any more questions! apa
  4. When a scripter pushes an update, the script manager / devs check the content to ensure it's not malicious. They then put the update live for everyone to use. The schedule for live pushes is twice a day, so it may take a little while for an update to be available to you. But rest assured that you're not doing anything wrong and you just have to wait for the version to go live! As for the collections, make sure you're using the in-game script browser. If it's not showing your scripts there then i'm not sure what to suggest. Which scripts did you purchase in the past? apa
  5. holy shit the new interactions are awesome
  6. Hi Thanks for showing interest however i'm not sure which script you're after. Please fill reply following the format on the thread's original post thanks apa
  7. Looks good i've seen this tool but never used it, i've always just used the widget debugger. What's the advantage to having this which the widget debugger doesn't provide ? I feel like I may be missing out on alot apa
  8. Hey Unfortunately this is probably meant to be handled by the client but was probably overlooked as most botted accounts don't have bank pins. Unfortunately there's not really much I can do about it (could potentially add a handler for it I spose?). It might be quicker for you to wait for the interface to expire (should be a couple days I think?) Will see apa
  9. Not necessarily, I'm not sure how the .interact() method works exactly as I've not looked at the client code, but I believe it will most times just left click but sometimes right click. Give it a test! apa Not always!
  10. Ah, I see Would be very hard to implement as would require alot of engine changes. Additionally, it would have to take priority over anti-ban as this would scuff the method up. This would end up looking incredibly botlike and I don't want you guys accs to get banned! Nonetheless I can take a look and perhaps i'll consider implementing it as an optional thing. No promises tho! apa
  11. Ye the initial idea was to reset crabs while hopping. The script should hop before trying to walk back , i'm not sure why it walks back before hopping again for you as it seems to be ok for me ;o I'll take a look apa
  12. Hey I will consider making a shorter path walking route but the idea was to be out of combat for longer than 10 secs so it didn't fail to hop. alternatively you can let it refresh by entering the cave which might be better for ya apa
  13. I've given you a 12h trial, enjoy! apa
  14. I've given you guys all 24h trials. Enjoy! apa
  15. ^ This issue is present in all scripts, just gotta be patient for devs to fix thanks apa
  16. new Gui: beta testing coming to a close, almost all bugs are squished and things are now running very smoothly! apa
  17. That will work just fine too however the rect may overlap with the stack size should the item be stackable apa
  18. Unfortunately from the current api it seems you can only draw the first slot as mousedestination returns the first item in the inventory (L->R,T->B) But in order not to overlap the number, you can do something like: g.drawRect( (int) this.inventory .getMouseDestination( this.inventory.getSlot(item)) .getBoundingBox().getX() - 1, (int) this.inventory .getMouseDestination( this.inventory.getSlot(item)) .getBoundingBox().getY() - 1, (int) this.inventory .getMouseDestination( this.inventory.getSlot(item)) .getBoundingBox().getWidth() + 2, (int) this.inventory .getMouseDestination( this.inventory.getSlot(item)) .getBoundingBox().getHeight() + 2); where the additions correct the rectangle dimensions apa
  19. Unfortunately I cannot watch videos as i've just moved house and have VERY limited internet (2GB allowance per month) but i'll google it a bit later on apa
  20. thanks for the proggie I don t think the video rates include breaks. But they don't look entirely accurate either. It's hard to tell I guess! As for 3 tick cooking, you'll need to explain what that is to me apa
  21. GroundItem g = groundItems.closest("bobrocket is a nub"); if (g != null && g.exists() && map.canReach(g)) { //blah } apa
  22. BTS Update: Just made changes to banking. Now uses more up-to-date code. Apa
  23. Unforuntately I cannot give you a trial as it's not currently released. Hang around until hopefully the end of this week and you may be in luck tho apa I've given you a 24h trial, enjoy! apa
×
×
  • Create New...