PrivateVoid 13 Posted March 13 could anyone help me with high alching a item from inventory please? fairly new to simple scripting as a whole, learning on the job and making improvement along the way this is bugging me hope someone can fix me up lol thanks
PrivateVoid 13 Author Posted March 13 also i dont think im missing any imports import org.dreambot.api.wrappers.interactive.NPC; import org.dreambot.api.wrappers.items.GroundItem; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.item.GroundItems; import org.dreambot.api.wrappers.items.Item; import org.dreambot.api.methods.magic.Magic; import org.dreambot.api.methods.tabs.Tab; import org.dreambot.api.methods.tabs.Tabs; import org.dreambot.api.methods.magic.Spell; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set;
MaximusPrimo 99 Posted March 13 There's no getSpell method in the magic class. Have a look through the javadocs for the "Normal" enum. You will find the spell you want there PrivateVoid 1
PrivateVoid 13 Author Posted March 13 thanks alot! that fixed it @Deep Slayer and thanks @MaximusPrimoi have been in the docs quite alot the last few days kind of learning as i go all round! thanks again i appreciate it Deep Slayer 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now