Jump to content

Apaec

Scripter III
  • Posts

    11134
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. I'm sure you got your money's worth I owned an iPhone 1, but they stopped selling them. If I asked for a refund because it was no longer in production, I'm sure i'd get some confused faces xD. But in terms of the script, It must have been for the old client (OSBot 1). OSBot 2 was released earlier this year which featured major improvements to the bot - this did however make all the old scripts mostly disfunctional. Alot of the scripters were inactive / moved on after it's release as they weren't prepared to update their scripts (basically re-write them) for the new client. Apaec
  2. I pushed a fix for this ages ago and i'm not sure why but it's still not on the sdn... Wierd. EDIT: turns out the SDN manager was on holiday but returned today. @Alek mentioned he will try and commit the changes within the next few days (but hopefully sooner, if he can). When version 3.05 is out, then your problems will be fixed.
  3. He's looking for a mouse-keys style of interaction. interact(item) is too slow for him! OP: You can use the following code to generate the area around an item in your inventory (I put this in onpaint just for the visual representation). All you would do then is move the mouse using rectangle destination and click. Item[] items = this.inventory.getItems(); for (Item item : items) { Rectangle rectangleAroundItem = this.inventory.getMouseDestination(this.inventory.getSlot(item)).getBoundingBox(); g.drawRect((int) rectangleAroundItem.getX() - 1, (int) rectangleAroundItem.getY() - 1, (int) rectangleAroundItem.getWidth() + 1, (int) rectangleAroundItem.getHeight() + 1); } The rectangle will be recreated every iteration, however if the id/name of the item changes and you adjust the filter for the items array, you should be able to write it like that.
  4. That's odd as I pushed an update fixing that a while back, perhaps it hasn't been committed? I'll look into that Edit; Yes, I pushed a fix not too long ago however it looks like the version hasn't been pushed to the SDN. I'll push a quick version this evening being version 3.05. Once you're getting 3.05, your problems should be solved, however we're currently waiting on the development team to push my update live! Hopefully this problem will be short-lived Apaec
  5. Is the issue still persisting? because I didn't get round to testing it on my account however I filed through the code and it seemed in order. Will deffo run the script on my account tonight and see what happens.
  6. Lol, not sure what happened there xD
  7. Will take a look into this when I get home, thanks for reporting.
  8. I can enable a 24h trial on your account so you can give it a shot! Trial started now, let me know if you need longer. Enjoy!
  9. u can have house parties in world 330
  10. Unfortunately the error drawing canvas was a confirmed bug in the client which us (all the scripters) are still waiting on to be fixed! At the moment there's nothing I can do however I believe this issue has been reported to the devs so it will be fixed soon hopefully.
  11. Woah thank you, really appreciate it! First proggie i've recieved since it's release many months ago, despite the 2500 users xD Genuinely appreciate it & added to front page, Apaec.
  12. Thanks for the mention and the update
  13. Found the bug and got it fixed. The update I pushed should be available within the next 24 hours. Cheers! Apaec.
  14. oO that's odd I'll check that out - thanks for reporting
  15. Like I said the script works fine for me. I can help you on teamviewer when I get home from work like I said on the other thread. if I can't fix it on your computer that you can get a refund by contacting @Maldesto. I have no idea why it's not working as it's working for me and all my other customers Add my skype: mukl.barlow - I'll be home at 5 or so this evening
  16. If you add my skype i might be able to assist you get this sorted when I get back from work today mukl.barlow cheers! Apaec
  17. This is odd, it seems to be running on my account just fine as of now... i'm running the sdn version and it banks fine, draws paint fine, walks to crabs fine. not sure what's gone wrong for you
  18. http://osbot.org/mvc/sdn2/scripts/12?action=add&scriptID=541 SCRIPT RELEASED! Click the above link to be redirected to the SDN and get Alching!
  19. I'll take a look at this, thanks for letting me know.
×
×
  • Create New...