Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

QualityHerblore [Deleted]

Status
Not open for further replies.
Joined
Dec 10, 2014
Messages
3,255
Yeah :D Its not hard, but i am short on time for it and scholl :/ damn i wish it will end soon.
If you want it per user it's easy, but if you want a global list it gets trickier :p
Also be sure to check that the tiles are actually not valid due to them being not valid, not just because there's a fire there or something :)
 
Joined
Jul 24, 2014
Messages
633
I would just put your bot at Burthorpe bank, W2. There's virtually always a well there so you just need to check if there is any in a certain radius around you.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
I would just put your bot at Burthorpe bank, W2. There's virtually always a well there so you just need to check if there is any in a certain radius around you.
It already does that.
 
If you want it per user it's easy, but if you want a global list it gets trickier :p
Also be sure to check that the tiles are actually not valid due to them being not valid, not just because there's a fire there or something :)
Awesome. Thanks for the tip sir!
 
Joined
Apr 6, 2015
Messages
250
How is this script doing at the moment? I like that it supports portables, I'm gonna need it for ovls. :)

The script is running good, I'm just wondering why its called AIO when it doesnt support all the pots;o
I'm missing super magic, extremes and ovls :(
 
Last edited:
Joined
May 1, 2015
Messages
36
May I ask why it stops multiple times to enter the clean herbs interface during a 28 herb cleaning process?
It seems a little bot-like in that regard, considering an inventory would be cleaned automatically without manually re-entering the setup.
Also, the bot seems to crash after perhaps 9-11k herbs, and has to be manually restarted- after the login sequence goes haywire, lol.
Next time it happens, I'll submit a report.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
May I ask why it stops multiple times to enter the clean herbs interface during a 28 herb cleaning process?
It seems a little bot-like in that regard, considering an inventory would be cleaned automatically without manually re-entering the setup.
Also, the bot seems to crash after perhaps 9-11k herbs, and has to be manually restarted- after the login sequence goes haywire, lol.
Next time it happens, I'll submit a report.
Yeah i have to re-check whole code... May take a while -.-
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Will you add more potions too?
Sure. Please do me a favour.

Post here a reply with next form:


Code:
POTION_NAME_UPPER_CASE("Ing 1 Name", "Ing 2 name", "Full pot name");

thanks
 
Joined
Apr 6, 2015
Messages
250
Code:
POTION_NAME_UPPER_CASE("Ing 1 Name", "Ing 2 name", "Full pot name");

Code:
SUPER_MAGIC_POTION("Lantadyme potion (unf)", "Potato cactus", "Super magic potion (3)");
EXTREME_ATTACK("Super attack (3)", "Clean avantoe", "Extreme attack (3)");
EXTREME_STRENGTH("Super strength (3)", "Clean dwarf weed", "Extreme strength (3)");
EXTREME_DEFENCE("Super defence (3)", "Clean lantadyme", "Extreme defence (3)");
EXTREME_RANGING("Super ranging potion (3)", "5 Grenwall spikes", "Extreme ranging (3)");
EXTREME_MAGIC("Super magic potion (3)", "Ground mud rune", "Extreme magic potion (3)");
I hope I got it right now
For overloads: http://runescape.wikia.com/wiki/Overload
I noticed that super attack and super defence were missing too, if you could check these up on wiki that be great too, I wrote this edit on phone, sorry.
 
Last edited:
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Code:
SUPER_MAGIC_POTION("Lantadyme potion (unf)", "Potato cactus", "Super magic potion (3)");
EXTREME_ATTACK("Super attack (3)", "Clean avantoe", "Extreme attack (3)");
EXTREME_STRENGTH("Super strength (3)", "Clean dwarf weed", "Extreme strength (3)");
EXTREME_DEFENCE("Super defence (3)", "Clean lantadyme", "Extreme defence (3)");
EXTREME_RANGING("Super ranging potion (3)", "5 Grenwall spikes", "Extreme ranging (3)");
EXTREME_MAGIC("Super magic potion (3)", "Ground mud rune", "Extreme magic potion (3)");
I hope I got it right now
For overloads: http://runescape.wikia.com/wiki/Overload
I noticed that super attack and super defence were missing too, if you could check these up on wiki that be great too, I wrote this edit on phone, sorry.
Awesome thanks. The bot is being completely rewritten right now. Im working on it. Ill add this :D
 
Joined
Apr 6, 2015
Messages
250
Awesome thanks. The bot is being completely rewritten right now. Im working on it. Ill add this :D
Glad to be of any help, I wasnt quite sure how to add overloads though as it was a lil more ingredients, hope you can work this out by yourself.
When do you expect this update to go live? Cant wait to use it!
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Glad to be of any help, I wasnt quite sure how to add overloads though as it was a lil more ingredients, hope you can work this out by yourself.
When do you expect this update to go live? Cant wait to use it!
Well few days are going to be rough because of finals. But expect it this week :D
 
Joined
Apr 6, 2015
Messages
250
I'd suggest some sort of a task system, make x amount of this pot and then make x amount of another and so on. This is very nice when you make extremes and then into overloads.
 
java.lang.NullPointerException
at com.runemate.qosmiof2.herblore.tasks.AntiBan.activate(AntiBan.java:15)
at com.runemate.qosmiof2.herblore.QHerblore.onLoop(QHerblore.java:87)
at com.runemate.game.api.script.framework.LoopingScript.run(brb:38)
at com.runemate.game.api.script.framework.AbstractScript.start(fqb:54)
at app.Nm.run(hnb:127)
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
I'd suggest some sort of a task system, make x amount of this pot and then make x amount of another and so on. This is very nice when you make extremes and then into overloads.
 
java.lang.NullPointerException
at com.runemate.qosmiof2.herblore.tasks.AntiBan.activate(AntiBan.java:15)
at com.runemate.qosmiof2.herblore.QHerblore.onLoop(QHerblore.java:87)
at com.runemate.game.api.script.framework.LoopingScript.run(brb:38)
at com.runemate.game.api.script.framework.AbstractScript.start(fqb:54)
at app.Nm.run(hnb:127)
Thank you for the report. Will check it later tonight.
 
Joined
Apr 6, 2015
Messages
250
It may just be client sided since it started to occur after the rs update a few days ago, maybe worth looking into though
 
Joined
Jul 24, 2014
Messages
633
@Qosmiof2 Once the bot has mixed one inventory, it refuses to do anything else. Probably because you implemented waiting for every herb to have gone in the current before starting withdrawing the next inventory. If you have the scroll of cleansing (dungeoneering reward which lets you save the herb or secondary ingredient sometimes) I will almost always end up with some leftover herbs in my inventory.
Could you have a look at this?
 
Joined
Nov 3, 2013
Messages
2,389
Hey man, could you start supporting OSRS? There's currently no bots for it on OSRS so that'd mean an open market for you ;)
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Hey man, could you start supporting OSRS? There's currently no bots for it on OSRS so that'd mean an open market for you ;)
I have it fully working already ;)

Tomorrow morning it will be released
 
Status
Not open for further replies.
Top