November 15, 20187 yr I have drink name typed correctly and the percentages are at 1% to 70% but it only stops to drink once its run out of mana mid fight, it will kill the mob then say resting but never drinks the item. Any idea why?
November 15, 20187 yr At 1% minimum, it would only start drinking if you drop below 1% mana after combat. So Just do 55% to 95%. It will start drinking if you drop below 55 and until you've reached 95% before it gets up and fights again. This is a common question, use the search next time.
November 15, 20187 yr Author I did use the search, i even tried 70% to 70% and it still refuses to drink
November 15, 20187 yr At 70% to 70% it can't start drinking... Just set it to 55 to 95, make sure the names are set correctly and you don't use a plugin like iEquip that overwrites drink.
November 15, 20187 yr Author 1 hour ago, Matenia said: At 70% to 70% it can't start drinking... Just set it to 55 to 95, make sure the names are set correctly and you don't use a plugin like iEquip that overwrites drink. i've noticed it tends to keep fighting if its very far below the set percentage. I have it set to 40 but if it gets down to like 5% it still fights regardless. Is there a setting im missing? my repair bill is huge cause the bot keeps dying from going in with 10 mana
November 16, 20187 yr Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
November 16, 20187 yr Author 8 hours ago, Droidz said: Hello, Can you share your log file please ( ). Got a fresh log from today, ended up doing the same thing, fighting till it hit the mark would sometimes sit down and drink/eat then fight but other times would fight, not drink and keep fighting at 0 mana then after wanding it to death it drinks/eats 16 Nov 2018 12H17.log.html
November 17, 20187 yr WRobot try to use water: Quote 12:17:54 - [Regen] Use drink Conjured Fresh Water try to disable your wow addons
November 17, 20187 yr Author 3 hours ago, Droidz said: WRobot try to use water: try to disable your wow addons Disabled every addon, same result. Sometimes it would drink and eat but most times it just keeps fighting till it dies 17 Nov 2018 12H26.log.html
November 18, 20187 yr Author Still having this issue, would love to fix it so i can get money's worth
November 19, 20187 yr Author 20 hours and still no one? Bot is not doing what it is set to do, is this being worked on or investigated? I've reset everything to default and it still will not follow its default rules. this is an issue
November 19, 20187 yr What are your food and drink settings? As a test set the minimum % on drink to something like 80% and max to 100% This means it should drink after any fight where its mana is below 80%.
November 19, 20187 yr Nvm, just read your log file, it goes into the regen state (waits for your % to be what your set) but doesn't drink, correct?
November 19, 20187 yr Author 7 hours ago, Marsbar said: Nvm, just read your log file, it goes into the regen state (waits for your % to be what your set) but doesn't drink, correct? Correct, it tries to drink but never does even though i have plenty of food and drink. For some reason it just skips right over it. Sometimes it does though and works correctly but at a certain point it just keeps going till it dies. I should note it says its drinking in the log file but it doesnt stop or anything. I see it printed in debug sometimes but does nothing. I've set everything to default, followed tutorials in case i was doing something wrong. Not sure whats up with it
November 20, 20187 yr 17 hours ago, Damply said: Sometimes it does though and works correctly ^ can you elaborate? As in sometimes it does drink or sometimes it just sits there and waits for mana? Couple of things you could try: Disable "Search in bag for best food/drink item available." Changing a setting that I don't seem to see in the GUI called SkipRegenIfFlaggedInCombat, it's set to true in your log but I have no idea what it actually does (so maybe ignore this one). You can set it to false by going into the development tools and running (set it to c#) wManager.wManagerSetting.CurrentSetting.SkipRegenIfFlaggedInCombat=false; Guidance on devtools can be found here. Make sure to check if you have your exact current drink using the dev tools var haveCurrentDrink = Bag.GetBagItem().Select(x => x.Name).Contains(wManager.wManagerSetting.CurrentSetting.DrinkName); robotManager.Helpful.Var.SetVar("dbgOutput", haveCurrentDrink); it will return true if you have the drink that you set in the settings in your inventory. Edited November 20, 20187 yr by Marsbar
November 20, 20187 yr nvm as I was writing this stuff i checked your log again and saw you have a space after your drink name scratch that i got over excited. Edited November 20, 20187 yr by Marsbar
November 20, 20187 yr I created a small diagnostics plugin that should log some additional stuff when it's in its regeneration state, can you run this? It's in cs format so you can open it in notepad if you're interested in what it's doing. Removed the diagnostics plugin because of a bad while loop Edited November 21, 20187 yr by Marsbar
November 20, 20187 yr Author 6 hours ago, Marsbar said: I created a small diagnostics plugin that should log some additional stuff when it's in its regeneration state, can you run this? It's in cs format so you can open it in notepad if you're interested in what it's doing. Diagnostics.cs Well this breaks the whole bot, when it needs to drink/eat it spams in debug that its not doing it and just sits there doing nothing but i created a log if you want it. To elaborate more on what its doing, it will fight and drink/eat SOMETIMES. Other times just doesnt do it and keeps fighting till it dies 20 Nov 2018 13H10.log.html
November 20, 20187 yr Author I will say though, i ran that command you said to earlier and it has yet to miss one regen step and seems to be working perfectly now
Create an account or sign in to comment