Welcome!

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

Sign up now!

Quality Alcher [Deleted]

Status
Not open for further replies.
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Qosmiof2 submitted a new resource:

Quality Alcher - Get that 99 already!

Refresh, select, start

Items required:

- staff of fire equipped or fire runes in backpack
- nature runes in backpack

If you are worried about bot accidentally dropping any items:

dc13a982f65f41dcb73b49e327927fc1.png


This image is available thanks to @S Cript

Read more about this resource...
 
Last edited by a moderator:
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
how to use this script...i have added item...yew shieldbow but dont have respond...why?
Hi, sorry i didnt get a notifcation for your post.

Do you have nature runes in your inventory?

Do you have fire runes or staff of fire?

Did you type the name of the bows into the textfield? (Case sensitive)
 
Joined
Dec 20, 2015
Messages
6
Running on OSRS-

No timer to check if the bot messes up, no checks to see whether high alchemy is already selected/ you can cast high alchemy on an item or not. These are extremely basic things which have been missed out.

The bot will misclick at some point due to bad timing of high alchemy. This usually happens after 10 minutes or so; the bot will then hover over high alchemy for the next 10 hours.

Please spend 20 seconds to stick this in your script if you cba to fix it:

private Timer inactivity = new Timer(15000);
int XP;

onstart:
inactivity.start

before anything else in your loop:
if (!inactivity.isRunning()) {
this.stop();
} else {
if (XP < (Skill.MAGIC.getExperience()) {
XP = (Skill.MAGIC.getExperience());
inactivity.reset();
} else {
Your loop
}

This way it will not spaz out for 10 hours when it messes up.
If you cba to fix the alchemy timing use inacitivity.getelapsed() >10000 or something to click somewhere when it has high alchemy selected in the magic tab.

~~~

This is currently an unsafe bot, please do not use.
 
Last edited:
Joined
May 1, 2016
Messages
1
Alrighty then.
Bought 800 ascendri bolts(e) with my entire bank (i know only 9m but thats why im alching for profit). Have to fix it immediately after it gets stuck hovering over high alch even before 1 alch.
Check on it in 5 minutes to see that i have been logged out after running out of resource to alch. Turns out it dropped all the bolts and unfortunately someone picked them up and sold them.
Thought i'd let you know about this.
 

k52

Joined
Mar 9, 2014
Messages
101
1111.png It keeps clicking on the "abilities" tab instead of the skilling tab...
 
Joined
Jun 20, 2015
Messages
279
RS3. I have noted Green d'hide bodies in inventory with nature runes and fire staff. The bot selects the spell appropriately, but does not click on the noted items.

Edit: Also tried with unnoted variants. Still the same problem.
 
Last edited:
Status
Not open for further replies.
Top