Jump to content

t0r3

Members
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by t0r3

  1. Awsome thanks! How do I check if the bank is open? Also I am making a shrimp fishing script in lumby, but I have trouble interacting with the fishing spot as it is not and RS2Object which I am used to with wc and mining. Then i would just declare the RS2Object and .interact("object name") later. Is it a widget? When I use the entity hover debug it says Npc haha! Care to give me some pointers?
  2. Yeah I know u'r right, - any good sites/articles you recommend for learning basic java, like you mentioned? Thanks.
  3. Thank you for replying Yeah I know, - and I am going to! Just now, it's so fun scripting! I did manage to write a miner and a chopper that works very nicely though, only using tutorials It's probably obvious what I should do haha, but care to give me any pointers?
  4. if (getSkills().getStatic(Skill.MINING) { getBank().withdraw("Steel pickaxe", 1); } This is as far as I get. What could I do after this to define that the mining level has to be over/equal to 6 and under 21 for it to withdraw the pickaxe?
  5. Hey, sry I'm a complete beginner to java and scripting, so it is not apparently obvious to me which of these I should use and how, - could you give me any pointers?
  6. Hey! Just began scripting a couple of days ago, and in need of some help. I want to withdraw an item from bank based on the condition that a skill is equal or/and above or under a certain level. How could I go about writing this? ex. if ( condition based on level is met) { getBank().withdraw("exampleItem", 1); } Snippets would be helpful
×
×
  • Create New...