Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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); } };
  2. Hello, we need more information to help you. There are many possibilities, but we need to know the context.
  3. 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.
  4. Hello, if you want to use several products, using "relogger" application is the best way.
  5. Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true;
  6. 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); }
  7. I am sorry, I don't understand why you get this problem. Have you tried to restart your computer? Do you use proxy ?
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, in advanced general settings tab "Looting & Farming..." add herbs names in "Harvest object..." list
  10. Hello, try SpellManager.ExistMount("Warhorse") || SpellManager.ExistSpellBook("Warhorse")
  11. Changed Status to Fixed
  12. I recently added https://wrobot.eu/articles/news/mobiyo-allopass-payment-gateway-has-been-added-r133/
  13. 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.
  14. Hello, in product "settings tab" you need to disable option "Manage character movement"
  15. Hello, There is no other solution than events, a bot session can contain several FSMs.
  16. Droidz

    Drink

    Are you enabled https://wrobot.eu/byme/doc/html/P-wManager.wManagerSetting.RestingMana.htm ?
  17. Droidz

    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
  18. Droidz

    Drink

    Hi, try to disable option "TryToUseBestBagFoodDrink"
  19. Hello, you need to install SlimDX (4.0 X86)
  20. Hello, If you get stuck often it is probably your profile. But movement behavior can't be changed with default WRobot feature.
  21. Hello, you can use lua https://wowwiki-archive.fandom.com/wiki/API_Quit but, no easy way to use it with relogger. And I found it better to not save settings, some profiles/plugins/fightclass modify wow settings.
  22. Hello, your profile is for Wotlk ? Profile path are good (not positions underground or in water)? When you activate Radar3D where bot try to go ? Do you have tried to disable your wow addons and wrobot plugins? DO you have log file of bugged session?
×
×
  • Create New...