Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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/ ).
  2. Hello, Fightclass thread is in pause when you cast spell, remove condition "'Me In Cast = true"
  3. Droidz

    [TBC] Memory leak?

    Change continent (dead? logout?) seem to clean objectmanager. Can you try with the new update and tell me if this change something about CPU usage.
  4. Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ (try to install slimdx) Try to disable all plugins/fightclass and reactivate them one per one
  5. Hello, i need log file (disable your wow addons)
  6. Droidz

    [TBC] Memory leak?

    Hello, in tbc all items seems to be keep in memory (in the objectmanager), when you go to big city (with a lot of players and a lot of items (equipped)) or after few hours you can get bigger CPU usages.
  7. Last question, do you use wow addons? if yes you have try without? Normally WRobot detect spells of food items
  8. Changed Status to Confirmed Changed Version to All
  9. if the mob is agressiv and don't move you can try to use quest type "FollowPath" (and go to mob position). You can also try to filter mobs to run code like: wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit.Entry != 1234 || !Quest.HasQuest(1234) || unit.InCombatWithMe) return; if (unit.Guid != 12345645678) { wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true); cancelable.Cancel = true; } }; (complete the questid, entry and mob GUID, GUID is normally the same on all server and unique)
  10. Hello, sorry for the delay. You use same fightclass on bugged characters? if yes try without. You can also try to download anothers wow client or remove wow cache (to check if it is not the problem). But, some wow addons can auto repair/sell items, try to use that
  11. Hello, you cannot regen your health with spell if you use item for regen mana. Try to add health spell in your fightclass
  12. Hello, check if option "Remember account name" (in wow login window) is disabled
  13. Hello, look this fightclass https://wrobot.eu/files/file/1399-destruction-warlock-73/
  14. Hello, you have selected good WRobot for your game version in "Updater"?
  15. https://wrobot.eu/forums/topic/9614-bot-not-sellingrepair-items/?do=findComment&comment=45320
  16. Hello, 1. Yes 2. Check if you use grinder (and not quester or gatherer profile), and if you use vanilla profile. 3. Yes, look this: https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ 4. Try to disable your wow addons, if problem is not resolved try to increment your min/max latency (in advanced general settings).
  17. Yes it is based on https://wow.gamepedia.com/API_GetQuestsCompleted
  18. Droidz

    Mailing Issues Vanilla

    https://wrobot.eu/forums/topic/9731-mailing-issues/
  19. Hello, do you use wow addons? if yes disable all. Do you have try to increment min/max latency
  20. Vous jouez sur quelle version de WOw?
×
×
  • Create New...