Jump to content

Runeplug

Members
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Runeplug's Achievements

Bronze Poster

Bronze Poster (2/10)

6

Reputation

  1. Thanks mate but may need to start that again some other time I just got a ban rip!
  2. Can this mine Rune ore and world hop?
  3. 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!
  4. script broken keeps checking charges on trident over and over.. again
  5. Hey Frostbug why isnt the loot tracker working at the moment?
  6. Runeplug

    Stealth Quester

    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?
  7. Runeplug

    Stealth Quester

    I am having same issue.. please fix this
  8. Hi K, can i get a trial please?
  9. Hey K, Id too like to trial before I buy own a few of your other scripts already thanks
  10. Hey Khal, Will you implement ring of elements for teleporting method? Thanks
  11. Can I please try this script for 24hrs? In mirror mode?
  12. 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
  13. 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);
  14. 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);
×
×
  • Create New...