Everything posted by Droidz
-
Buy food and drink
Hello, in advanced general settings tab "Vendor" put value bigger at 0 in the option "Food/Drink Amount" and in tab "Food/drink..." put your food/drink name (don't forget to add vendor in your "NPC DB" (tab tools) or in your profile
-
Dont start regen if mobs are around
Hello, too hard to add
-
Moving on to fast after turnin step
If you can wait next update EDIT: To force to update completed quests list you can run this code: wManager.Wow.Bot.States.FinishedQuestsState.Do();
-
The keyring is not included in the "bag"
Sorry I cannot help you
-
Fishing bot - Bobber click delay
Hello, I'll not add this feacture, but you can create plugin for that (and use wrobot event "wManager.Events.InteractEvents.OnInteractPulse")
-
Attacking Player
If you can try with last update
-
[Vanilla/TBC/WOTLK] "Loot chest" dosent work
Changed Status to Confirmed Changed Version to All
-
"To Town - update"
Hello, sorry I'll not add this feature (this will use too many CPU/Memory/Time)
-
Bot skips Steps if the Quest is Discover Step (Follow Path)
- The "discover" quests
- I have found a Addon that could help us write our Fight classes faster.
Hello, I'll not add this- Joueur deux compte en groupe
Hello, https://wrobot.eu/files/file/428-wait-party/- Replenish Food and Drink
Hello, in advanced general settings tab "Vendor..." you have option "Food/Drink Amount"- [Suggestion] Record waypoint after x meters
Hello, sorry I'll not add this feature.- Detect Spider Web / Immobilization
- Gathering "Failed Attempt" on WOTLK
Changed Status to Confirmed Changed Version to All- Not selling last bag
- Quest Editor
- Relogger not working
If you can tell me if problem is resolved with last wrobot update- Gatherer constantly stuck in "flying up and down loop"
can you also send me your profile (by private message if it is private profile), and your full log file. (and if someone else has this problem he does not hesitate to tell it)- mailing system bug log
Hello, I'll obfuscate recipient name in log. And can you sendme screenshot when you are stuck- Help Wrobot Dont Open
- Mounts named different than their "buff" bug the bot
Hello, sorry but I cannot fix that- [TBC] GetItemCountByNameLUA returning 0
Hello, this can happen sometimes, if you can add 2 check like: if (Conditions.InGameAndConnected && ItemsManager.GetItemCountByNameLUA("item name") == 0) { System.Threading.Thread.Sleep(200); if (Conditions.InGameAndConnected && ItemsManager.GetItemCountByNameLUA("item name") == 0) return true; } return false;- First Aid ?
Hello, add this to your fightclass: