April 30, 20197 yr 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.
April 30, 20197 yr 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/ ).
April 30, 20197 yr Author 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
April 30, 20197 yr 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/ ).
April 30, 20197 yr 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. ?
April 30, 20197 yr Author 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 ?
April 30, 20197 yr 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.
Create an account or sign in to comment