Everything posted by Droidz
-
Cannot click start button
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
low fps in background
try https://wrobot.eu/applications/core/interface/file/attachment.php?id=12794
-
game frezzes after short time
Try to launch WRobot with shortcut "WRobot No Lock Frame"
-
Key don't work Private server 7.3.5 - 26365 "Firestorm"
Bonjour, essayez a nouveau le probleme est normalement resolu
-
game frezzes after short time
Hello, try to disable all wow addons
-
Clear dont sell list.
Hello, in advanced general settings, but if you want do it in C#: wManagerSetting.CurrentSetting.DoNotSellList.Clear();
-
different name
Hello, check tab "Tools" if you haven't put custom window title
-
How can I add Action(SAY) in Grinder profile
Hello, in "Action" (with profile editor) add text: c#: wManager.Wow.Helpers.Chat.SendChatMessage("123", wManager.Wow.Enums.ChatTypeId.SAY);
-
Bot stops to auto attack
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Fishing bot Wont work.
Hello, try to increment your min/max latency in advanced general settings or increment wait times in fisher product settings
-
not vendering
Hello, WRobot cannot make path to your NPC
-
Bot don't work
share full log file
-
wrobot wont start
Hello, try to update windows and reinstall required software
-
wrobot wont start
Hello, try to update windows and reinstall required software
-
Bot don't work
Hello, you probably try to use grinder/gatherer profile with Quester bot
-
Wrong class
Hello, in tab tools, button "NPC DB" remove this NPC (you can also edit profile to check if NPC is not in the profile)
-
Don't fight without pet
Hello, your pet is managed by your fightclass
-
Dispel Poison or Curse
Hello, you play in Vanilla? Lua api seem bugged for that https://wrobot.eu/forums/topic/9072-add-remove-lesser-curse-to-fightclass/
-
Following: The begining of the end of WRobot for official servers
Hello, Following the "The begining of the end of WRobot for official servers" , I'll stop to sell subscriptions of WRobot for official servers the 24 June 2018, and I'll remove and stop support of this version the 24 July 2018 (or before if blizz release the BfA pre-patch earlier). This don't affected versions of WRobot for private servers. Kind regards EDIT: Subscriptions removed from the store ? View full article
-
Following: The begining of the end of WRobot for official servers
Hello, Following the "The begining of the end of WRobot for official servers" , I'll stop to sell subscriptions of WRobot for official servers the 24 June 2018, and I'll remove and stop support of this version the 24 July 2018 (or before if blizz release the BfA pre-patch earlier). This don't affected versions of WRobot for private servers. Kind regards EDIT: Subscriptions removed from the store ?
-
Druid forms food/drink problem
Hello, druid form is managed by your fightclass
-
Check profession lvl
Hello, wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) wManager.Wow.Helpers.Skill.GetMaxValue(wManager.Wow.Enums.SkillLine.Skinning) The condition: wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) > 250
-
Change settings plugin with command in quester profile
Hello, if you current plugin settings have a public and static field you can try to get value with code like https://wrobot.eu/forums/topic/8930-quester-settings-saving/?do=findComment&comment=41462 , you can also try to contact plugin creator, or try code like wManager.Plugin.PluginsManager.DisposeAllPlugins(); // load and edit settings file wManager.Plugin.PluginsManager.LoadAllPlugins();
-
Machine learning combat
Hello, I haven't capacity to add feature like that.
-
Draenic Water Breathing Elixir
Hello, If you use XML fightclass, add in spell: 116271 Put true a the spell settings "Not spell, is item id". Add condition "C Sharp Code" with: wManager.Wow.ObjectManager.ObjectManager.Me.IsSwimming Add condition "Buff" with: Name: Greater Water Breathing Need: "False" Draenic Water Breathing Elixir.xml