Everything posted by Droidz
-
License Key is not working for Legion 7.3.5 (26124)
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/ ).
-
change Product in plugin
Use product Schedule
-
How to lock onto a target when mobs are running away
Hello, you can try (it's not recommended to use this code, it can add bugs) : wManager.Events.FightEvents.OnFightEnd += delegate(Int128 guid) { var o = ObjectManager.GetObjectByGuid(guid); if (o != null && o.IsValid && o.Type == WoWObjectType.Unit && // o.Entry == 1234 && // By Entry ID ????? new WoWUnit(o.GetBaseAddress).IsAlive) { Fight.StartFight(guid, false); } };
-
Steps
Hello, we need more information to help you. There are many possibilities, but we need to know the context.
-
Radar3D
For the options, you can find most of them here https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm For the rest, search on the forum (use Google it is better), look at the code for profiles/plugins/etc, or request help of forum.
-
change Product in plugin
Hello, if you want to use several products, using "relogger" application is the best way.
-
Radar3D
Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true;
-
Put an item in the list not to sell
List<String> ItemNames = new List<string> { "First Item", "second Item", //etc }; foreach (string ItemName in ItemNames) { if(!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(ItemName)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(ItemName); }
-
Servers seem to be down
I am sorry, I don't understand why you get this problem. Have you tried to restart your computer? Do you use proxy ?
-
Servers seem to be down
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Wrobot dont harvest herbs
Hello, in advanced general settings tab "Looting & Farming..." add herbs names in "Harvest object..." list
-
IF => Ground mount
Hello, try SpellManager.ExistMount("Warhorse") || SpellManager.ExistSpellBook("Warhorse")
-
general problem?
- server seem to be down
Changed Status to Fixed- Can i just buy a month session?
I recently added https://wrobot.eu/articles/news/mobiyo-allopass-payment-gateway-has-been-added-r133/- Can i just buy a month session?
Hello, At the end of your subscription, we will send you an invoice with renewal link to remind you to renew your subscription. We will not automatically renew your subscription.- Move with rot bot
Hello, in product "settings tab" you need to disable option "Manage character movement"- Current state
Hello, There is no other solution than events, a bot session can contain several FSMs.- Drink
Are you enabled https://wrobot.eu/byme/doc/html/P-wManager.wManagerSetting.RestingMana.htm ?- Drink
You are sure that no one of your plugins/figthclass/profile change these settings ? Check value of option (with dev tools) when bot is running- Drink
Hi, try to disable option "TryToUseBestBagFoodDrink"- License Key is not working for Legion 7.3.5 (26124)
Hello, your problem should be solved- Problem with elevators after update
Hello, you need to install SlimDX (4.0 X86)- License Key is for an other Wrobot Program ( Legion 7.3.5 26124)
Hello, try again, problem should be resolved.- Wrobot moves like a bot
Hello, If you get stuck often it is probably your profile. But movement behavior can't be changed with default WRobot feature. - server seem to be down