Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

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

    Drink

    Are you enabled https://wrobot.eu/byme/doc/html/P-wManager.wManagerSetting.RestingMana.htm ?
  22. 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
  23. Droidz

    Drink

    Hi, try to disable option "TryToUseBestBagFoodDrink"
×
×
  • Create New...