visaboy 0 Posted December 26, 2021 I saw a few examples in which people were using an ID to get certain items (drop or pick up coins etc) Is there a forum with which ID corresponds to what item? Where can I find out more info here. Secondly is there any easy guide I can look at to help me out? What methods I need to run at the beginning or end of a script etc. Absolutely new to this and clueless how to begin Thanks in advance!
SubCZ 284 Posted December 26, 2021 You can get all IDs from the client using the developer tools (CTRL + D) or from the cache using the API.
camelCase 300 Posted December 27, 2021 20 hours ago, visaboy said: were using an ID to get certain items (drop or pick up coins etc) Is there a forum with which ID corresponds to what item? https://github.com/open-osrs/runelite/blob/master/runelite-api/src/main/java/net/runelite/api/ItemID.java + game explorer in dreambot client 20 hours ago, visaboy said: Where can I find out more info here https://discord.gg/wvZaH3W is the dreambot edu server i like it alot https://dreambot.org/javadocs/allclasses-noframe.html is most useful reference it contains a list of all classes in dreambots api with lists of their methods you will use to interact with the game
Recommended Posts
Archived
This topic is now archived and is closed to further replies.