mankel200 0 Share Posted September 9, 2022 Hey, im trying to use the level 1 enchant ability on some items. About 20-30% of the time the script will just be stuck on magic tab, as you can see in the embedded picture. Also sometimes it gets stuck on the "Filters" tab, its located on the bottom of magic tab Do you guys have any ideas on how to fix these problems? @Override public int onLoop() { if (Inventory.contains("Emerald ring")){ Magic.castSpell(Normal.LEVEL_1_ENCHANT); sleep(Calculations.random(100, 200)); if (Tabs.isOpen(Tab.INVENTORY)){ Inventory.get("Emerald ring").interact(); sleep(Calculations.random(100, 200)); } } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.