Jump to content

iJabba

Members
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male
  • Location:
    West Yorkshire, UK
  • Interests
    Programming, Motorcycles and COD

iJabba's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. agreed, aio script would be good,
  2. if (this.bank.isOpen()) { switch (this.bank.getWithdrawMode()) { case WITHDRAW_ITEM: case REARRANGE_SWAP: case REARRANGE_INSERT: this.bank.enableMode(Bank.BankMode.WITHDRAW_NOTE); break; } } check the current mode, if the current mode isn't withdraw note, then set the mode to withdraw note, then perform your banking actions
  3. Don't quote me on this, but from what I've seen in the api, you'll first need to get the configs for the attack style. i believe this is '43' and values range from 0 upwards, 0 being attack, then you need to get the widget id's for the given style you want to switch and write a piece of code for it. int currentAttackStyle = getConfigs().get(43); if (currentAttackStyle == 0 && getSkills().getDynamic(Skill.ATTACK) > 10) { // current attack style is 'attack' and our player has an attack level higher then 10 // this is where you now want to perform widget interactions to change the given attack style to one of your choice. } Should be enough information here for you to accomplish what you need, I'd also advise you taking a look at: it's a very helpful resource.
  4. Ye same kappa, fancy seeing you here ;)
  5. Problem still the same man
  6. Just bought this and getting same Image error as other users.... Heres a hint, the previous update you did, if you messed about with an image, then thats your problem, it's a npe for us, so we either don't have the image or you're using the image without setting it [ERROR][Bot #1][11/24 02:34:51 AM]: [nUL.a] java.lang.NullPointerException at javax.swing.ImageIcon.<init>(Unknown Source) at a.b.cOM1.<init>(ug:1162) at a.b.Nul.M(zn:106) at lemons.api.c.a.CON.C(vk:182) at lemons.api.c.a.CON.a(vk:27) at lemons.api.c.a.CON.a(vk:184) at lemons.api.script.TaskScript.a(td:115) at lemons.api.script.TaskScript.j(td:144) at a.b.Prn.a(vg:231) at lemons.api.script.TaskScript.onStart(td:258) at org.osbot.rs07.event.ScriptExecutor.IIiiiiiiIiii(mh:71) at org.osbot.rs07.event.ScriptExecutor.start(mh:56) at org.osbot.Lpt9.run(um:1) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
×
×
  • Create New...