casual Posted August 31, 2015 Posted August 31, 2015 Got this [ERROR][Bot #1][08/31 12:05:06 PM]: Error executing event : org.osbot.rs07.event.InteractionEvent@2dc81717 java.lang.NullPointerException at org.osbot.rs07.input.mouse.InventorySlotDestination.isVisible(ld:187) at org.osbot.rs07.event.InteractionEvent.execute(dk:225) at org.osbot.rs07.event.EventExecutor$2.run(ae:111) at org.osbot.rs07.event.EventExecutor.execute(ae:175) at org.osbot.rs07.api.util.ItemContainer.interact(ag:231) at org.osbot.rs07.api.model.Item.interact(wh:134) and it stopped the script instantly. Please look into this bug
Bobrocket Posted August 31, 2015 Posted August 31, 2015 Are you null checking? Item i = getInventory().getItem("Tuna"); if (i != null /* other checks */) { //execute }