Kirito 5 Posted December 27, 2016 Just a question how do you interact with an item that is equipped? :/
Hashtag 9070 Posted December 27, 2016 Everything you need to know is here https://dreambot.org/javadocs/org/dreambot/api/methods/container/impl/equipment/Equipment.html
Kirito 5 Author Posted December 27, 2016 Everything you need to know is here https://dreambot.org/javadocs/org/dreambot/api/methods/container/impl/equipment/Equipment.html lets see Edit: Hmm it seems like there is nothing staded about an item like the Reindeer Hat with the option Prance Reindeer hat
Hashtag 9070 Posted December 27, 2016 interact(EquipmentSlot slot, java.lang.String action) Interacts with the slot specified with the action specified Seems pretty self explanatory. getEquipment().interact(EquipmentSlot.HAT, "Operate");
Kirito 5 Author Posted December 27, 2016 interact(EquipmentSlot slot, java.lang.String action) Interacts with the slot specified with the action specified Seems pretty self explanatory. getEquipment().interact(EquipmentSlot.HAT, "Operate"); gonna try it when i'm done playing cs:go ^^ Got it fixed https://dreambot.org/forums/index.php/topic/7768-snowballer/ thx once again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.