xerion777 1 Posted April 30, 2019 Share Posted April 30, 2019 Hey, Is it possible to level through dungeons with this bot ? I tried various options with wrotation/party mode but bot never uses mana potions after combat. Link to comment Share on other sites More sharing options...
Droidz 2737 Posted April 30, 2019 Share Posted April 30, 2019 Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Link to comment Share on other sites More sharing options...
xerion777 1 Posted April 30, 2019 Author Share Posted April 30, 2019 Log without addons and plugins The issue is fixed but there is still one problem with the Party Module. While im drinking if the tank moves it stops drinking and tries to drink again which wasted alot of mana potions. The second issue is when there is a roll for an item going on it stops all healing. 30 Apr 2019 21H01.log.html Link to comment Share on other sites More sharing options...
Droidz 2737 Posted April 30, 2019 Share Posted April 30, 2019 24 minutes ago, Droidz said: Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Link to comment Share on other sites More sharing options...
xerion777 1 Posted April 30, 2019 Author Share Posted April 30, 2019 Added fixed log Link to comment Share on other sites More sharing options...
Ordush 185 Posted April 30, 2019 Share Posted April 30, 2019 1 hour ago, xerion777 said: Added fixed log I have made a plugin just for leveling in dungeons. However, the profiles for each dungeon. You'll have to make yourself. There is a video guide etc. ? Link to comment Share on other sites More sharing options...
xerion777 1 Posted April 30, 2019 Author Share Posted April 30, 2019 Thx Ordush for the amazing plugin but all i want is to use dungeon finder and do the dungeons with other people. All i need is to use mana potions on party mode and dont mindlessly follow the target when drinking ? Link to comment Share on other sites More sharing options...
TheSmokie 242 Posted April 30, 2019 Share Posted April 30, 2019 you are able to add pots to you're fightclass with this. if (ItemsManager.HasItemById(118) && ItemsManager.GetItemCountByIdLUA(118) >= 1 && ObjectManager.Me.HealthPercent <= 40 && ObjectManager.Me.InCombat && ObjectManager.Me.Level <= 10) // change 118 in Hasitem, item count and use item. { ItemsManager.UseItem(108); Thread.Sleep(10); // change sleep to you're ms. i use 10 as a defult. return; } you can add any condition you would like. Link to comment 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