Jump to content

Explv

Scripter II
  • Posts

    2314
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. I have now added rune essence mining, it will be available when the SDN is next updated.
  2. Sorry, I have now updated the skills list, yes you are right blood runes, as well as soul runes are not currently supported. So I have removed those (I will also remove them from the GUI). Everything else should work, if it doesn't let me know and I will fix it ASAP.
  3. Script is now fixed and ready to use.
  4. I have not yet added rune ess mining, its on the todo list. But yes you can do Tutorial Island -> Rune Mysteries -> Something else -> etc. No it doesn't currently upgrade axes or pickaxes again on the todo list. Combat training aside from range guild has not been added yet either. The full list of currently supported activities can be found on the first page of the thread.
  5. Currently no, I have just pushed a fix however, so it will be working again when the SDN is next updated. Just pushed a fix, it will be working again when the SDN is next updated
  6. I don't follow the spam section, I do follow the programming section however, which is how I saw the thread in the first place. I may be wrong but I'm pretty sure it was in programming
  7. Why was this thread moved to Spam? It was originally in the Programming section. Maybe we should have a programming questions section in there if this is considered off topic?
  8. I'll take a look at improving that interaction, thanks Will do
  9. Explv

    Explv's Walker

    Working for me, try checking the log, it may be that the web walker cannot find a path from where your player is to the destination.
  10. I have added an extra check for disabled accounts, and tested it, it seems to work now, try the updated code in my post
  11. This is the scripting help section, it is for people that need help with writing scripts. Post on the thread of the script instead.
  12. I still need to fix saving and loading, will take a look at that ASAP. Thieving task is probably also a bug, i'll take a look thanks.
  13. I will be adding a feature to show/hide the log in the manager
  14. UPDATED 2016-12-22 - Added the nointerface option (currently only available in the dev build)
  15. Make sure the language level of your IDE is set to Java 8, because Optionals were a new feature introduced in Java 8.
  16. I have skimmed your code and to me it does look like time and space complexities would be O(n). Time complexity: You visit each node exactly once (there are no repeated visits because you store the shortest path from that node in a HashTable). Therefore the complexity is O(n). Space complexity: You store the sum of the shortest path from each node in a HashTable therefore the space complexity is O(n) I have no idea where they got O(n^2) from That is of course assuming that your Java implementation is identical to your pseudo code. I could only really tell you if your TA was wrong if you posted the actual pseudo code you wrote in the exam.
  17. Not too sure why you keep commenting on these threads if you have no knowledge of the subject area and cannot answer OP's question. You did this on the last thread he posted too. Although this is an osrs bot website, this is the "Programming" section, and OP's question is perfectly valid, and there are users here who can answer his question. Perhaps in the future you should just not reply unless you have an answer.
  18. It was before, but now it's the other way around
  19. Are you logging in using default account? If yes, don't
  20. Try setting the language level of your IDE to Java 8
  21. The issue should be fixed, please update to the latest version (5.2)
  22. Problem resolved, user was using the development build .103 which is currently having web walking issues
×
×
  • Create New...