Czar Posted September 17, 2016 Author Posted September 17, 2016 hmm okay start the script in blast furnace minigame, it should override the script quest handler, if not, I will add an update to make the script avoid quests if the required stats/quests aren't met (and the option is enabled) 1
NinjadGuy Posted September 17, 2016 Posted September 17, 2016 hmm okay start the script in blast furnace minigame, it should override the script quest handler, if not, I will add an update to make the script avoid quests if the required stats/quests aren't met (and the option is enabled) done. still getting the same result whether its enabled or disabled. 1
Jack Is Dead Posted September 17, 2016 Posted September 17, 2016 Can you make this only do the pump, for the str xp? Is this included?
lethalds9 Posted September 19, 2016 Posted September 19, 2016 Can you add coffer support? The script is stopping because of it. 1
Czar Posted September 19, 2016 Author Posted September 19, 2016 (edited) I was going to add coffer support but it seems that just adding coins to coffer and running the script is fine but I guess I will re-enable the last update, apologies guys As for quest update I will add one more update to it, should be back to normal in next version ^^ EDIT: Update is now live, good luck guys ;) Note: if coffer mode is enabled, the script will re-fill the coffer once the coffer amount falls below 1000 coins ^^ (: Edited September 20, 2016 by Czar 2
babytearz12 Posted September 23, 2016 Posted September 23, 2016 ERROR][bot #1][09/22 09:02:01 下午]: Error in bot executor! java.lang.AbstractMethodError: client.getDestinationX()I at org.osbot.rs07.api.Map.getDestination(sg:183) at perfect.scripting.b.c.aux.j(ae:375) at b.a.con.m(hf:1038) at b.a.con.F(hf:683) at b.a.con.onLoop(hf:254) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ao:83) at java.lang.Thread.run(Unknown Source) what happen? bot got stucked 1
Czar Posted September 23, 2016 Author Posted September 23, 2016 RS Update caused that, should be back to normal in no time
smartbalance Posted September 23, 2016 Posted September 23, 2016 Ge support seems to be having issues currently, after it runs out of coal or the other ore it stands at the BF bank and doesnt do anything, I have varrock tabs in my bank as well. 1
Czar Posted September 24, 2016 Author Posted September 24, 2016 Hmm GE mode should activate only when there are absolutely no ores left at all, try to make the ore count more balanced and it will activate ^^ Also guys, just poted a quick update (v40): - Added a delay for opening bank so that the bank isn't open/closed multiple times, works much better now ^^ 1
smartbalance Posted September 24, 2016 Posted September 24, 2016 Hmm GE mode should activate only when there are absolutely no ores left at all, try to make the ore count more balanced and it will activate ^^ Also guys, just poted a quick update (v40): - Added a delay for opening bank so that the bank isn't open/closed multiple times, works much better now ^^ Yea for some reason I start the bot with a 1:3 ratio of Adamantite Ore to coal and It always ends up being off at the end. If I have 1k starting ores and it does 27 at a time the last inventory will be left with 1 addy ore and 3 coal ores so that is probably where it is being thrown off. 1
Czar Posted September 27, 2016 Author Posted September 27, 2016 New update (v41) - Added another update for banking, and bucket of water - Added an update for making ores more balanced update will be live in less than 24 hours, good luck everyone ;) 1
smartbalance Posted October 2, 2016 Posted October 2, 2016 (edited) Very small bug report. Doing addy bars with GE mode enabled, once the bot goes to the ge to rebuy ores if the bot has enough money to buy more than 4500 ores it will attempt to purchase more than 4500 adamantite ores. This creates an issue because the GE buy limit is 4500 ores per 4 hours so if its purchasing even 4600 the first 4500 ores will buy but then it will sit and wait for 4 hours until the next 100 buy due to the limit being 4500 per 4 hours. Id assume the best way to fix this would be implement a max purchase for adamantite ore and possibly others. So if it has enough money to buy more than the listed amount below it should not do so and should just bank the extra coins or keep them in the inventory if coffer mode is enabled. Ore limits per 4 hours are as follows. Iron 13,000 Coal 13,000 Gold 13,000 Mithril 13,000 Adamantite 4,500 Rune 4,500 So every time the bot goes to GE the absolute maximum amount of ores it should be buying for each bar in order to not break the GE limit and have to sit at the GE for 4 hours are as follows. Iron Bar= 13,000 iron ore Steel Bar= 13,000 iron ore and 13,000 coal Gold Bar= 13,000 gold ore. Mithril Bar= 6,500 Mithril Ore and 13,000 coal Adamantite bar= 4,333 Adamantite ore and 12,999 coal Runeite bar= 3,250 Runite ore and 13,000 coal Edited October 2, 2016 by smartbalance 1