-
Posts
35 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by Runeplug
-
Thanks mate but may need to start that again some other time I just got a ban rip!
-
Can this mine Rune ore and world hop?
-
NFO][Bot #1][05/08 02:19:26 AM]: INFO: Your Trident of the seas (full) has 2,500 charges. [INFO][Bot #1][05/08 02:19:26 AM]: Script FrostBarrows has resumed! [INFO][Bot #1][05/08 02:19:26 AM]: DEBUG: Checking trident [INFO][Bot #1][05/08 02:19:28 AM]: INFO: Your Trident of the seas (full) has 2,500 charges. [INFO][Bot #1][05/08 02:19:29 AM]: DEBUG: Checking trident [INFO][Bot #1][05/08 02:19:31 AM]: INFO: Your Trident of the seas (full) has 2,500 charges. [INFO][Bot #1][05/08 02:19:31 AM]: Script FrostBarrows has paused!
-
script broken keeps checking charges on trident over and over.. again
-
Hey Frostbug why isnt the loot tracker working at the moment?
-
Gee when I paid for this I kinda expected the person who I paid to atleast respond to posts? Like its obviously bugged does any repairs/fixes get done to this script?
-
I am having same issue.. please fix this
-
Hi K, can i get a trial please?
-
Hey K, Id too like to trial before I buy own a few of your other scripts already thanks
-
Hey Khal, Will you implement ring of elements for teleporting method? Thanks
-
Can I please try this script for 24hrs? In mirror mode?
-
Thanks Kahaleesi, Ill look at this in morning and rework... currently I had chnaged it to if (currentState == State.HIGH_ALCH) { getMagic().castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY); getInventory().interact("Cast", MAPLE_LONG_BOW_ID_NOTED); sleep(random(344,453)); Which works but obviously not best way around it.... I was previously using the tab method but kept getting a error when trying to == it to INVENTORY... I have very limited knowledge this is my first script so thanks for being patient... I am like 2 days into learning scripting / code. Thanks
-
Hi Bravo Taco, cheers for reply. the sleep is set so it doesnt start casting high alch again.. the issue I am having is its not interacting with the longbow at all as far as I am aware there is no code stopping that? I guess my question is does the below make sense? or is there a different way I should be selecting / interacting with the bows AFTER high alch has already been selected. getInventory().interact("Cast", MAPLE_LONG_BOW_ID_NOTED);
-
Hi Guys, trying to get my high alcher script to work... here is code below. Its getting to the right state get high alch selected then just hovers in inventory.... IF i pause script it then clicks once and alchs once! I am really confused I have tried a combination of interactions also tried getInventory().getItem("Maple longbow").interact("Cast"); didnt work either... Please help pulling my hair out if (currentState == State.HIGH_ALCH) { getMagic().castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY); new ConditionalSleep(random(30000, 100000)) { @Override public boolean condition() throws InterruptedException { return !getTabs().magic.isSpellSelected(); } }.sleep(); // sleep untill magic tab isnt open getInventory().interact("Cast", MAPLE_LONG_BOW_ID_NOTED);
-
Hi Tom, can i please have a trail
-
Scripts now stuck on Loading Cache?
-
I wouldnt say this script has bare minimum chance of a ban... Iv been watching it for last 12hrs and its break intervals are strange if its got even like 5 minutes to wait it logs out and logs back in and will repeat the process I had 3 times it logged out in 20mins and back in exactly at time to harvest herb etc. but hey what would I know im a newbie and you sir are Geralt.
-
Hey just wondering why the bot always goes "transversing to falador water pump" and walks there? I have teletabs / ports etc plus have 100+ full water cans in bank?
-
Is there a setting im missing for the script to be able to restock at GE?
-
my script keeps going Status : Deposting unwated items... it deposits CURE then says status: Withdraw plant cure 1x.... it just gets stuck in a loop like this
-
Dosnt have to do something for 100+ hrs mate just do like a randomised amount of alchs or fletches or anything in between waiting? Its a frustrating script to use as you have a lot of downtime where you arnt doing anything with your account / progress to any other skills
-
can this script have option to alch or do something else between break times?