Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Alpha Magic [Deleted]

Status
Not open for further replies.
Joined
Dec 17, 2014
Messages
836
Got this;

java.lang.ArrayIndexOutOfBoundsException: 4
at com.slashnhax.tracker.StatTracker.draw(StatTracker.java:70)
at com.slashnhax.paint.StandardInfoPaint.draw(StandardInfoPaint.java:82)
at com.slashnhax.scripts.HaxScript.onPaint(HaxScript.java:50)
at com.runemate.game.api.script.framework.core.EventDispatcher.process(fjb:197)
at a.Xk.paintComponent(xfb:792)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JLayeredPane.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.awt.Container.paint(Unknown Source)
at java.awt.Window.paint(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.access$1300(Unknown Source)
at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(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$1.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)

and



java.lang.ArrayIndexOutOfBoundsException: 4
at com.slashnhax.tracker.StatTracker.onExperienceGained(StatTracker.java:37)
at com.runemate.game.api.script.framework.core.EventDispatcher.process(fjb:75)
at a.CL.byte(dpb:94)
at a.Nm.run(jnb:133)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Joined
Dec 10, 2014
Messages
3,255
Got this;
Code:
java.lang.ArrayIndexOutOfBoundsException: 4
at com.slashnhax.tracker.StatTracker.draw(StatTracker.java:70)
at com.slashnhax.paint.StandardInfoPaint.draw(StandardInfoPaint.java:82)
at com.slashnhax.scripts.HaxScript.onPaint(HaxScript.java:50)
at com.runemate.game.api.script.framework.core.EventDispatcher.process(fjb:197)
at a.Xk.paintComponent(xfb:792)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JLayeredPane.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.awt.Container.paint(Unknown Source)
at java.awt.Window.paint(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.access$1300(Unknown Source)
at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(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$1.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)

and



java.lang.ArrayIndexOutOfBoundsException: 4
at com.slashnhax.tracker.StatTracker.onExperienceGained(StatTracker.java:37)
at com.runemate.game.api.script.framework.core.EventDispatcher.process(fjb:75)
at a.CL.byte(dpb:94)
at a.Nm.run(jnb:133)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Thanks, I've fixed that. Should be fine in the next update.
 
Joined
Dec 17, 2014
Messages
836
Keep getting


java.lang.RuntimeException: java.lang.IllegalStateException: Cannot get an instance value from a null instance
at com.runemate.game.api.script.Execution.delayUntil(xhb:96)
at com.runemate.game.api.script.Execution.delayUntil(xhb:239)
at com.runemate.game.api.script.Execution.delayUntil(xhb:85)
at com.runemate.game.api.script.Execution.delayUntil(xhb:2)
at a.Ym.byte(yqb:165)
at a.Ym.accepts(yqb:17)
at a.vl.byte(sqb:207)
at a.vl.byte(sqb:152)
at a.vl.move(sqb:75)
at com.runemate.game.api.hybrid.input.Mouse.move(ep:234)
at a.Hn.interact(pqb:21)
at com.runemate.game.api.hybrid.entities.details.Interactable.interact(im:264)
at com.runemate.game.api.hybrid.entities.details.Interactable.interact(im:78)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(knb:88)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(knb:127)
at com.slashnhax.tasks.Withdraw.execute(Withdraw.java:67)
at com.slashnhax.scripts.HaxScript.poll(HaxScript.java:63)
at com.slashnhax.scripts.HaxScript.onLoop(HaxScript.java:46)
at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
at a.sJ.run(clb:102)
Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
at a.vI.byte(xcb:652)
at a.vI.do(xcb:262)
at a.ML.next(wrb:248)
at a.ML.hasNext(wrb:124)
at a.AM.byte(bwb:91)
at com.runemate.game.api.hybrid.local.hud.Menu.getItems(xwb:64)
at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(xwb:71)
at com.runemate.game.api.hybrid.local.hud.Menu.contains(xwb:118)
at a.AL.byte(yqb:248)
at a.AL.call(yqb:165)
at com.runemate.game.api.script.Execution.delayUntil(xhb:163)
... 20 more
 
Joined
Dec 10, 2014
Messages
3,255
Keep getting


java.lang.RuntimeException: java.lang.IllegalStateException: Cannot get an instance value from a null instance
at com.runemate.game.api.script.Execution.delayUntil(xhb:96)
at com.runemate.game.api.script.Execution.delayUntil(xhb:239)
at com.runemate.game.api.script.Execution.delayUntil(xhb:85)
at com.runemate.game.api.script.Execution.delayUntil(xhb:2)
at a.Ym.byte(yqb:165)
at a.Ym.accepts(yqb:17)
at a.vl.byte(sqb:207)
at a.vl.byte(sqb:152)
at a.vl.move(sqb:75)
at com.runemate.game.api.hybrid.input.Mouse.move(ep:234)
at a.Hn.interact(pqb:21)
at com.runemate.game.api.hybrid.entities.details.Interactable.interact(im:264)
at com.runemate.game.api.hybrid.entities.details.Interactable.interact(im:78)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(knb:88)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(knb:127)
at com.slashnhax.tasks.Withdraw.execute(Withdraw.java:67)
at com.slashnhax.scripts.HaxScript.poll(HaxScript.java:63)
at com.slashnhax.scripts.HaxScript.onLoop(HaxScript.java:46)
at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
at a.sJ.run(clb:102)
Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
at a.vI.byte(xcb:652)
at a.vI.do(xcb:262)
at a.ML.next(wrb:248)
at a.ML.hasNext(wrb:124)
at a.AM.byte(bwb:91)
at com.runemate.game.api.hybrid.local.hud.Menu.getItems(xwb:64)
at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(xwb:71)
at com.runemate.game.api.hybrid.local.hud.Menu.contains(xwb:118)
at a.AL.byte(yqb:248)
at a.AL.call(yqb:165)
at com.runemate.game.api.script.Execution.delayUntil(xhb:163)
... 20 more
@Cloud looks like a bug in Bank.open()?
 
Joined
Dec 10, 2014
Messages
3,255
Not using preset at bank when alching, just stops

Yeah currently the alching doesnt support banking, although you can note the items and alch those. I didn't account for people wanting to alch more than 27 stacks of items xD
 
Joined
Dec 18, 2014
Messages
145
Yeah currently the alching doesnt support banking, although you can note the items and alch those. I didn't account for people wanting to alch more than 27 stacks of items xD

lol yeah, just saw the option there and tried to test it out. ;D
 
Joined
Aug 27, 2014
Messages
246
the alcher doesn't do anything if it miss clicks it just stays there until the account logs out, I've seen it right click the item once and accidentally click examine then it didn't do anything until the account logs out
 
Joined
Dec 10, 2014
Messages
3,255
the alcher doesn't do anything if it miss clicks it just stays there until the account logs out, I've seen it right click the item once and accidentally click examine then it didn't do anything until the account logs out
Hmmm, looking at the code I see why. My delay didn't have a timeout and would just wait indefinitely. Fixed for next update, thanks :)
 
Joined
Dec 10, 2014
Messages
3,255
Next update should fix the bug where it wouldn't enchant onyx stuff (Lvl 6 enchant).
Kinda surprised I didn't notice it earlier.
 
Joined
Dec 22, 2014
Messages
7
It doesnt enchant dragon necklace, you named it like dragonstone necklace and in game its called dragon necklace thats probably the problem.
 
Joined
Dec 10, 2014
Messages
3,255
dragon necklace and dragon bracelet
I can change that and have it fixed next patch, thanks for letting me know about the bug :)

Edit: Pushed the update so it's now in the queue. Not sure if I changed the version number or not though.
Edit 2: I did, fixed version will be 1.1.1
 
Last edited:
Status
Not open for further replies.
Top