Jump to content

scaryscar6

Members
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by scaryscar6

  1. Tried with both Cooked Karambwans and Jugs of Wine. EDIT: Tried with Trout, worked fine. Maybe something to do with the space in the name?
  2. Hi there, been having a problem with the Graveyard room. It will withdraw the items it needs from the bank, then will deposit all as there are "irrelevant items" then repeatedly withdraw and deposit all. Help is appreciated, cheers
  3. This is exactly it. It's been 10 years. 3653 days. Even Jagex can admit a mistake from 10 years ago that is now one of the most known and remembered parts of it's history.
  4. How would I do this? Right now what I am using is checking nature runes, if the amount doesn't go down after 20 checks then open the magic spellbook. It doesn't work for me though, here is the code: alchAmount = inventory.getAmount("Nature runes"); mouse.click(false); alchAmount1 = inventory.getAmount("Nature runes"); if (alchAmount == alchAmount1){ i++; } else { i = 0; } if (i == 20){ if(getTabs().getOpen() != null && !getTabs().getOpen().equals(Tab.MAGIC)) { getTabs().open(Tab.MAGIC); } mouse.move(rectangleDest, true); }
  5. I made my own alching script, but it is just an autoclicker. I wanted this so that it could have a failsafe, for example with a regular autoclicker it sometimes stops working at level up. How would I be able to, for example, check if the character is not doing the alch animation for x amount of time, or any other way to check that I'm not alching? Thanks!
  6. Did almost all f2p quests for me in under an hour! Trustworthy and fast. Thanks alot!
×
×
  • Create New...