Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Hmm, that's odd. I thought I tested most food types, but apparently not! I'll do a test run now and try figure out the issue. Cheers!
  2. Unfortunately your account must be a week or more old to qualify for a trial. Sorry about that In the mean time, you can always give the free Rogues Den only version a go! Sure, refresh your scripts list!
  3. If they have an 'eat' or 'drink' option, the script should use them when on low HP (: -Apa
  4. Sure, done!
  5. Cheers for getting in touch, replied via PM!
  6. It's an interesting question, naturally there's no correct answer. I can't remeber exactly how the museum works, but I think it would be sufficient to store all the data in one big DisplayCase enum (position, config val, questions etc). Perhaps also create classes encapsulating questions and answers, and other intricacies. I'd do it this way because 1: all display cases are the same, thus there's really no need for inheritance, and 2: All the data is in one place so it's easier to manipulate when needed. You can then, as you suggested, switch through the current config value to determine the corresponding display case, and act on the data respectively. Good luck! Apa
  7. Sure thing, no problem. Refresh your scripts list and it should be there! (:
  8. Glad to hear! although the script should be able to handle different zooms..
  9. Sure thing, done!
  10. Good luck! (: There are always things to learn and it's great that you found something that interests you. I'm sure that once you learn a bit more about java, you will look back and see places where you can use what you have learned. Perhaps that will give you motivation to return with some cool content! Best Apa
  11. I'm sorry to hear It happens though! 4 hours is quite a long session, I normally try not to exceed 1 hour per day. Hopefully your account will last longer next time! -Apa Sure thing, done!
  12. Sure thing, done! (:
  13. Sure, done!
  14. If you didn't get to use the script, then that's fine! (: Just let me know when you would like a fresh trial. Apa
  15. Sure thing, done! (: Please refer to the below post as well, if you're having problems with the script, let me know! Hi there, certainly. The client has been having a few issues since the latest game update. The devs are aware and I believe are working on fixing the issues. As soon as the new client is released, I will give you a fresh trial, and perhaps extend the duration as compensation! -Apa
  16. That's OK! I wouldn't be surprised if other scripts were also having issues though, just a heads up! (: Apa
  17. That's such an awkward obstacle because half way across, it behaves as if your character is stationary! I'll add this to the list of obstacles which need alch-blocking. I'm working on implementing this now, although it's quite tough to test considering the local image loading issues that i'm experiencing in recent OSBot builds. Cheers for the detailed gif (: -Apa
  18. Hey, please refer to the post above you which i've copied here: Hopefully the issue should be resolved in the not-so-distant future, but until then there's no much I can do Apa
  19. Hi, sure thing. Refresh your scripts list and the trial should be there!
  20. Yeah - sorry about that It's an OSBot rule and all scripters must adhere to it! Sure, done! (: Hi, unfortunately I can't offer you a trial quite yet, your account must be at least a week old to qualify (per OSBot rules). Sorry about that!
  21. That's no problem! I've started the 24h trial on your account, hopefully it lives up to expectations. I'm not sure of the current status of the script as the client was having a few issues following a game update yesterday, but hopefully it is all in running order. If not, let me know and i'll extend your trial when the client is updated! Best Apa
  22. Please be patient for the client to be updated following the game update earlier this week!
  23. At a glance, you will have to first construct it: private final GrandExchange ge = new GrandExchange(); ... and then call it's methods, e.g: int sellingPrice = ge.getSellingPrice(995);
  24. I am currently using an ultra-wide monitor, it's really good and I don't regret buying it one bit! IMO better than 2(+) monitors side by side.
  25. Sure thing, done!
×
×
  • Create New...