Welcome!

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

Sign up now!

Resolved Menu - Can not set field x to y

The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
This bug occurred when my script tried to bank.


Code:
(03:12:51) java.lang.IllegalArgumentException: Can not set final java.lang.String field apq.a to rh (RS3: 1473176)
(03:12:51)     at com.runemate.zj.const(adb:1500)
(03:12:51)     at com.runemate.zj.long(adb:41)
(03:12:51)     at com.runemate.ZK.const(thb:146)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.getItems(qvb:171)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(qvb:184)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.getItem(qvb:104)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.click(qvb:176)
(03:12:51)     at com.runemate.MM.interact(kgb:241)
(03:12:51)     at com.runemate.MM.interact(kgb:178)
(03:12:51)     at com.runemate.al.interact(abb:222)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(fob:86)
(03:12:51)     at jgraniteminer.tasks.BankManager.execute(BankManager.java:27)
(03:12:51)     at shared.TaskHandler.tick(TaskHandler.java:20)
(03:12:51)     at jgraniteminer.Graniteminer.onLoop(Graniteminer.java:103)
(03:12:51)     at com.runemate.game.api.script.framework.LoopingScript.run(cbb:42)
(03:12:51)     at com.runemate.game.api.script.framework.AbstractScript.start(aib:7)
(03:12:51)     at com.runemate.Xk.run(ogb:162)
(03:12:51) java.lang.IllegalArgumentException: Can not set final java.lang.String field apq.t to rh (RS3: 1473176)
(03:12:51)     at com.runemate.zj.const(adb:1500)
(03:12:51)     at com.runemate.zj.long(adb:41)
(03:12:51)     at com.runemate.ZK.const(thb:46)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.getItems(qvb:171)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(qvb:184)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.getItem(qvb:104)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.Menu.click(qvb:176)
(03:12:51)     at com.runemate.MM.interact(kgb:241)
(03:12:51)     at com.runemate.MM.interact(kgb:178)
(03:12:51)     at com.runemate.al.interact(abb:222)
(03:12:51)     at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(fob:86)
(03:12:51)     at jgraniteminer.tasks.BankManager.execute(BankManager.java:27)
(03:12:51)     at shared.TaskHandler.tick(TaskHandler.java:20)
(03:12:51)     at jgraniteminer.Graniteminer.onLoop(Graniteminer.java:103)
(03:12:51)     at com.runemate.game.api.script.framework.LoopingScript.run(cbb:42)
(03:12:51)     at com.runemate.game.api.script.framework.AbstractScript.start(aib:7)
(03:12:51)     at com.runemate.Xk.run(ogb:162)


@Cloud
 
Top