Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, add this to your fightclass:
  2. Hello, try to use shortcut "WRobot no dx" to run WRobot
  3. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, Clear your "NPC DB" (tab tools). Add NPC in your profile. In advanced general settings tab "Other..." uncheck all options "Add NPCs ..." You can also run this code wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true;
  6. Hello, contact profile owner.
  7. foreach (var woWItem in wManager.Wow.Helpers.Bag.GetBagItem()) { if (!string.IsNullOrWhiteSpace(woWItem.Name) && !wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(woWItem.Name)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(woWItem.Name); } You can run this code in quester profile, custom profile, plugin, ...., or in "dev... tools" (tab "Tools")
  8. @camelot10 I don't forget you, I leveling a character (currently level 80) @nicky0412 If you want help, create your own post in the good forum category.
  9. Try to close wrobot, remove folder "'WRobot\Data\Meshes", disable all WRobot addon (some addon seem to not works with your game version).
  10. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. You use profile for Wow Wotlk and you play Wow Legion
  12. You get this problem since few days or since the start?
  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, reply by private message. Please stop to spam forum/private messages/bug tracker.
  15. Hello, if (robotManager.Products.Products.ProductName.ToLower() == "party") { PartyProduct.Bot.PartySetting.Load(); if (PartyProduct.Bot.PartySetting.CurrentSetting.HealBot) { // Your code here } }
  16. Hello, only "/run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())" ( https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447 ) seem to works in vanilla/tbc
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Do you have tested existing fightclasses https://wrobot.eu/files/category/133-fight-classes-tbc/ like https://wrobot.eu/files/file/1222-feral-druid-1-70/?tab=comments ?
  19. Hello, WRobot try to buy food (and drink?). Current NPC have your food (selected in advanced general settings)?
  20. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. Hello, you use flying profile? Do you have try to activate gatherer product option "Use flying mount at all times"?
  22. Droidz

    [TBC] Broken Meshes

    Changed Status to Confirmed Changed Version to All
  23. Changed Status to Confirmed Changed Version to All
  24. Hello, you can try to use ground mount and disable option (in advanced general settings) "Ignore fighting if in ground Mount"
×
×
  • Create New...