Everything posted by Explv
-
Explv's Tutorial Island [Free] [Random Characters]
I'll take a look at improving that interaction, thanks Will do
-
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.
-
A Simple Login Handler
I have added an extra check for disabled accounts, and tested it, it seems to work now, try the updated code in my post
-
CZAR THIEVING
This is the scripting help section, it is for people that need help with writing scripts. Post on the thread of the script instead.
-
Explv's AIO [13 skill AIO in 1 script]
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.
-
Explv's OSBot Manager
I will be adding a feature to show/hide the log in the manager
-
Explv's OSBot Manager
UPDATED 2016-12-22 - Added the nointerface option (currently only available in the dev build)
-
GE Data (get price etc. by item name) no external libraries required
Make sure the language level of your IDE is set to Java 8, because Optionals were a new feature introduced in Java 8.
-
Calculate Time complexity of this algorithm...
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.
-
Calculate Time complexity of this algorithm...
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.
-
Definition of Area not working?
You missed the "new" keyword.
-
Explv's Tutorial Island [Free] [Random Characters]
It was before, but now it's the other way around
-
Explv's Tutorial Island [Free] [Random Characters]
Are you logging in using default account? If yes, don't
-
Mining rocks with ore [No IDs]
Try setting the language level of your IDE to Java 8
-
Explv's Tutorial Island [Free] [Random Characters]
The issue should be fixed, please update to the latest version (5.2)
-
Explv's AIO [13 skill AIO in 1 script]
Problem resolved, user was using the development build .103 which is currently having web walking issues
-
Questions about Tut island scriptm
wtf https://github.com/OSBot-Transporter/OSBot/blob/master/src/com/acescripts/scripts/overloadaio/framework/Constants.java
- Explv's Walker
-
Questions about Tut island scriptm
You open the tab, look at the Tabs class.
-
Explv's AIO [13 skill AIO in 1 script]
Pushed a fix, it will be available when the SDN is next updated, thanks. It's on my todo list, will take a look when I have the time
-
Explv's AIO [13 skill AIO in 1 script]
Sorry, I thought that I had, but looking at the code it seems I forgot. I will update the code now and it will be fixed when the SDN is next updated.
-
Explv's Tutorial Island [Free] [Random Characters]
That's weird, i'll take a look at it tonight. Thanks for the report
-
Explv's Walker
What would be the purpose of that?
-
Explv's AIO [13 skill AIO in 1 script]
Will take a look, thanks
-
Explv's AIO [13 skill AIO in 1 script]
No, it doesnt. I'll add it when I have time