prestonjacobs 4 Posted July 27, 2018 Share Posted July 27, 2018 Is it possible to make the bot click an object very fast and multiple times? I usually just use the regular harvest one but Ive found a spot where spam clicking the object is necessary, is this possible? mby via a plugin or mby in a quester profile? Any assistance would be much appreciated! Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/ Share on other sites More sharing options...
Droidz 2738 Posted July 27, 2018 Share Posted July 27, 2018 Hello, in which circumstance? do you have object entry id, and what delay between two click? Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46086 Share on other sites More sharing options...
prestonjacobs 4 Posted July 27, 2018 Author Share Posted July 27, 2018 Just now, Droidz said: Hello, in which circumstance? do you have object entry id, and what delay between two click? Objectid is 218889, its a chest that spawns a mob when u loot it, but if you click it fast you can spawn 2-3 mobs. so as close to no delay between the clicks as possible. Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46087 Share on other sites More sharing options...
Droidz 2738 Posted July 27, 2018 Share Posted July 27, 2018 This object appear randomly at random positions? Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46089 Share on other sites More sharing options...
prestonjacobs 4 Posted July 27, 2018 Author Share Posted July 27, 2018 8 minutes ago, Droidz said: This object appear randomly at random positions? no its a specific spawnpoint on my server, So i can just stand there and wait for it to respawn Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46090 Share on other sites More sharing options...
Droidz 2738 Posted July 27, 2018 Share Posted July 27, 2018 Try code like while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889)); if (!o.IsValid) break; wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); Thread.Sleep(100); } (use quest profile and overidepulse... quest type) Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46097 Share on other sites More sharing options...
prestonjacobs 4 Posted July 27, 2018 Author Share Posted July 27, 2018 2 hours ago, Droidz said: Try code like while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889)); if (!o.IsValid) break; wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); Thread.Sleep(100); } (use quest profile and overidepulse... quest type) Tried adding it, but it gives me compiler error on start chest.xml Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46101 Share on other sites More sharing options...
sb360 17 Posted July 27, 2018 Share Posted July 27, 2018 You can paste the code into the dev tools window and try it Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46104 Share on other sites More sharing options...
prestonjacobs 4 Posted July 27, 2018 Author Share Posted July 27, 2018 11 minutes ago, sb360 said: You can paste the code into the dev tools window and try it ___________________________________________ ( robotManager.Helpful.Var.SetVar("dbgOutput", VALUE_HERE); ) dbgOutput = Execute time: 0 Is what it says when i try to run it while standing ontop of the chest, doesnt take any action though. Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46105 Share on other sites More sharing options...
sb360 17 Posted July 28, 2018 Share Posted July 28, 2018 Start the bot with tracker or wrotation or a blank profile. Code wont run if bot isnt started. Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46123 Share on other sites More sharing options...
prestonjacobs 4 Posted July 28, 2018 Author Share Posted July 28, 2018 53 minutes ago, sb360 said: Start the bot with tracker or wrotation or a blank profile. Code wont run if bot isnt started. Ok im stupid, thanks. Link to comment https://wrobot.eu/forums/topic/9846-spam-click-specific-object/#findComment-46125 Share on other sites More sharing options...
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