Jump to content

feggit

Members
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by feggit

  1. It also had never worked for me. I thought they disabled it on purpose.
  2. I think my problem is related to this. I thought the scripts I use (Perfect Fighter: I get the settings GUI but the script stops immediately, Night's AIO Magic: stun-alching doesn't work) just didn't work because of my PC, so I wanted to spend some time writing my own scripts, but it seems I get errors for the functions described in my own topic.
  3. I get NullPointerExceptions on "getTabs().isOpen()" and "getMagic().canCast([some spell])". Is anybody also having these problems? I also figured out that some scripts I used made by others are exiting immediately after starting it or are not functioning correctly. This happened after today's update. Before the update, it worked fine (I played today). Am I doing something wrong or did the update break stuff? These are my exceptions: lines: 121-126 if (getMagic().canCast(spell)) { log("Cast to " + spell.toString() + " on " + npc.getName()); getMagic().castSpellOnEntity(spell, npc); } else { stop(false); } java.lang.NullPointerException at org.osbot.rs07.api.Magic.canCast(wm:23) at org.osbot.rs07.api.Magic.canCast(wm:46) at s.onLoop(s.java:121) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(tl:104) at java.lang.Thread.run(Unknown Source) Line: 173 log(getTabs().getOpen()); [ERROR][08/30 07:01:34 PM]: Uncaught exception! java.lang.NullPointerException at org.osbot.rs07.script.MethodProvider.log(yn:866) at s$1.checkMouseEvent(s.java:173) at org.osbot.rs07.input.mouse.BotMouseListener.mouseClicked(yy:218) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.generateBotMouseEvent(nk:73) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.iiIiIiiiiiiI(nk:72) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.mouseClicked(nk:44) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
  4. I did read it. By saying it returns true, are you suggesting me to use an if-statement or anything? Oh wow, I didn't know this exists. Thanks
  5. I have been using dialogues.completeDialogueU() to talk to NPC's. For instance, for Rune Mysteries when talking to the Head Wizard I have this line: sedridor.interact("Talk-to"); dialogues.completeDialogue("I'm looking for the head wizard.", "Ok, here you are.", "Yes, certainly."); After the line finishes, it walks all the way to Varrock to Aubury. However, before the dialogue is completed, the script alright goes to the next line, which is walking to Aubury. This should not happen, right?
  6. feggit

    APA AIO Miner

    Isn't that something you should not do because of the banrate? I have been botting for 2 days in mirror mode, with the first few hours in stealth injection and I got a ban. I am now using mirror mode for two weeks on two accounts and no ban at all.
  7. feggit

    APA AIO Miner

    I am using mirror mode right now, and every time it double clicks on a mined ore (known issue), it waits too long to do its next task, like dropping or mining another ore that has not been mined. Other than this, this miner is really good. Keep up the good job!
×
×
  • Create New...