Everything posted by Droidz
-
How to execute a task step for 30 minutes and then proceed to the next step?
Hello, the best is to use "Relogger" application. You can also try with the product "Schedule" (or "Quester" if you have good knowledge).
-
Q [UPGRADE] 1 sessions -> 3 sessions
Hello, For this type of request, it's best to send me a private message. You can find the invoice for your subscription upgrade here: https://wrobot.eu/clients/orders/
-
need to change billing information
https://wrobot.eu/forums/topic/15054-payment-option/?&_rid=1#findComment-70150
-
Payment option
Hello, Please provide me with the information you want to update via private message: https://wrobot.eu/messenger/compose/?to=1
- Good day, I don't receive a code by email. Help me contact the administration.
- Good day, I don't receive a code by email. Help me contact the administration.
-
How freeze bot while gatherer
Hello, You can execute your code in the product thread (gatherer) using, for example, the "OnBeforeCheckIfNeedToRunState" event. Sample : https://wrobot.eu/forums/topic/15429-plugin-for-robotsresponse-to-player-attack/?&_rid=1#findComment-69230
-
is there any Plugin for MailboxWhenBagsFull?
Hello, By default, when the bot goes to town, it starts by mailing items using the closest mailbox. The bot goes to town when the bags are full. Configure the mailing parameters in "Advanced Settings" and add a mailbox to your profile.
-
Server Connection Failed to Wrobot server
Hello, can you share your log file please
-
Log spam
Hello, Check in the main tab if the remote option is enabled; if it is, try disabling it. If that's not the issue, it's likely due to one of your plugins/profiles/fightclasses. Try disabling them one by one to find the source of the problem.
-
I'm not sure, that bug, but...
If you use the "Relogger" you can try to schedule a bot restart every X hours. You can try on a bot to separate its folder (1 wrobot folder for 1 wow) to see if it solves the problem.
-
I'm not sure, that bug, but...
Do you use Relogger? If yes, try to restart bot/game more frequently (like every 6h). Or use one WRobot folder per game, but that requires much more work for maintenance.
-
I'm not sure, that bug, but...
Hello, Do you have enough free space on your "C:" drive? Try installing/reinstalling the latest version of the .NET Framework: https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net481-web-installer Do you have this issue with other profiles/fightclasses?
-
Mailing Items Blacklist
Hello, To try to fix this, I made a plugin that manages the "Do Not Sell" list automatically. Instead of loading a huge list, the plugin updates the "Do Not Sell" list based on what’s actually in your bag. Edit the _doNotSellList list in the C# to include the items you don’t want to sell : using System.Collections.Generic; using System.Linq; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { private List<string> _doNotSellList = new List<string> { "item name to not sell 1", "item name to not sell 2", "item name to not sell 3", }; public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancel) => { if (state is wManager.Wow.Bot.States.ToTown) { var bagItems = Bag.GetBagItem().Where(i => !string.IsNullOrWhiteSpace(i.Name)).Select(i => i.Name).ToList(); wManager.wManagerSetting.CurrentSetting.DoNotSellList.Clear(); foreach (var itemNameToNotSell in _doNotSellList) { if (bagItems.Contains(itemNameToNotSell)) { wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(itemNameToNotSell); } } } }; } public void Dispose() { } public void Settings() { } }
-
Bot does not target mobs
Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
- How can I find the time remaining on a buff/debuff?
-
I'm not sure, that bug, but...
Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
Botting private, Playing Wow Classic official in same time
Hello, I don’t recommend it. I’m not sure if it’s still the case, but a few years ago, it could lead to a ban.
-
how do i get my license key?didnt recived from my email
Hello, You can find your key here https://wrobot.eu/clients/purchases/ (click in the "Manage" button)
-
WRobot Spell Casting "英勇打击" Language Issue
Could you please share the full log file of the session where you encountered the issue (with plugin activated)? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
WRobot Spell Casting "英勇打击" Language Issue
Hello, have you tested these two plugins ? https://wrobot.eu/forums/topic/15588-wrong-wow-language/#comment-69899 https://wrobot.eu/forums/topic/15477-i-need-help-with-my-fightclass-thought-lua-code/#comment-69403
-
Im confused about buying seasions my goal is to running multiple bots on multiple PC.
You can run 3 WRobots on multiple computers with the same key, there is no restriction (limited to the number of sessions in your subscription).
-
Wrobot won't use flight form
Have you tried with a new installation of WRobot? Without deleting your current installation, download and install WRobot in a new folder, fill in only the flight form option and launch to see if it works, then try with your profile, and then your fight class.
-
Wrobot won't use flight form
Hello, I think your profile uses ground positions. Try using a profile that has flying positions. You can also remove the name of the ground mount from the bot's settings.
-
Error On install Wrobot
Hello, Could you please share the full log file of the session where you encountered the issue? You can find instructions on how to post your log file here: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/