You win 8 Posted November 11, 2016 How do i alch something? I've gotten: getMagic().castSpell(Normal.HIGH_LEVEL_ALCHEMY); int count = getInventory().count("Maple longbow(u)"); getInventory().get("Maple longbow(u)").interact(); sleepUntil(() ->count > getInventory().count("Maple longbow(u)"), 5000); It doesn't work CastSpellOn takes an entty, and i cant cast an item to an entity. Help plz
None 227 Posted November 11, 2016 if (!getMagic().isSpellSelected()){ if (getMagic().castSpell(Normal.HIGH_LEVEL_ALCHEMY)){ if( getInventory().get("Gold amulet (u)").interact()){ sleepUntil(()-> !getLocalPlayer().isAnimating(),3000); } } }ORif (!getMagic().isSpellSelected()){ getMagic().castSpell(Normal.HIGH_LEVEL_ALCHEMY); sleepUntil(()-> getTabs().isOpen(Tab.INVENTORY),2000);}else{ getInventory().get("Gold amulet (u)").interact(); sleepUntil(())-> getLocalPlayer().isAnimating(),2000 )}
You win 8 Author Posted November 11, 2016 if (!getMagic().isSpellSelected()){ if (getMagic().castSpell(Normal.HIGH_LEVEL_ALCHEMY)){ if( getInventory().get("Gold amulet (u)").interact()){ sleepUntil(()-> !getLocalPlayer().isAnimating(),3000); } } } OR if (!getMagic().isSpellSelected()){ getMagic().castSpell(Normal.HIGH_LEVEL_ALCHEMY); sleepUntil(()-> getTabs().isOpen(Tab.INVENTORY),2000); }else{ getInventory().get("Gold amulet (u)").interact(); sleepUntil(())-> getLocalPlayer().isAnimating() ) } Worked like a charm!
Kimbo 12 Posted November 11, 2016 Tip: alching is more effective to bot in runescape client than rs bot client (to avoid bans) make sure you have / make auto clicker with random intervals
None 227 Posted November 11, 2016 Tip: alching is more effective to bot in runescape client than rs bot client (to avoid bans) make sure you have / make auto clicker with random intervals but with an auto clicker you can only run 1 account and you cannot use your computer for other things
Kimbo 12 Posted November 12, 2016 but with an auto clicker you can only run 1 account and you cannot use your computer for other things yup I used this when I was sleeping
Recommended Posts
Archived
This topic is now archived and is closed to further replies.