Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. You can try to use this plugin to unblacklist blacklisted npc: Main.cs
  2. And whitout plugin "AvoidIt" you get this problem?
  3. Hello, use wManager.Wow.ObjectManager.ObjectManager.Target.Reaction == wManager.Wow.Enums.Reaction.Hostile Hated, Hostile, Unfriendly, Neutral, Friendly, Honored, Revered, Exalted, or lua: http://wowprogramming.com/docs/api/UnitReaction
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Droidz

    TBC Wrobot crashes

    I ignore what can cause crash, last update is very small. You can also try to disable your antivirus and run again Updater
  6. Droidz

    TBC Wrobot crashes

    You get also this problem with new WRobot install?
  7. Droidz

    TBC Wrobot crashes

    Try to reinstall WRobot and to run WRobot with shortcut "WRobot No DX"
  8. You have also run this tools dotnetfx_cleanup_tool ? Do you have restard your computer?
  9. Ok, try to use quest type "OverridePulseCSharpCode" and use code like : new Spell("Death Gate", false).Launch(); Thread.Sleep(Usefuls.Latency + 500); if (ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(190942)).GetDistance < 10) wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(ObjectManager.Me.Position, 190942); return true;
  10. @joseocnejo Can you try that: (Windows 10 only): And if you can also try to run: https://www.microsoft.com/en-us/download/details.aspx?id=30135 And https://blogs.msdn.microsoft.com/astebner/2008/08/28/net-framework-cleanup-tool-users-guide/ ( dotnetfx_cleanup_tool )
  11. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Do you have activated product setting "Randomise path"? If yes disable this option
  13. Yes he works, but it is better to test with trial version before purchase.
  14. Hello, you can try to add gate in object at harvest (wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(190942);) and use quest type "UseSpellOn"
  15. Hello, For download and use trial version read this:https://wrobot.eu/forums/topic/2972-download-wrobot-for-tbc/ For start guide: https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
  16. 2017-07-26_20-32-37.mp4 He works (Wotlk), If you want you can increment reactivity of eventlua, for that put lower valua at "wManager.wManagerSetting.CurrentSetting.EventsLuaWithArgsWaitTime"
  17. Hello, I don't get this problem, and few update ago I added time before blacklist vendor. Can you share log file of WRobot session with this problem please (with WRobt updated)
  18. Droidz

    Tbc problem lvl1

    Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, request help on forum with your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Do you have try to run wow without addons and wrobot without plugins, can you share your profile pelase
  20. Hello, try to remove your wow cache and settings
  21. Hello, can you share screenshot of your folder "C:\Windows\Microsoft.NET\Framework\"
  22. Try code like EventsLuaWithArgs.OnEventsLuaWithArgs += (id, args) => { if (id == wManager.Wow.Enums.LuaEventsId.UNIT_SPELLCAST_START) { for (int i = 0; i < args.Count; i++) { Logging.Write("Arg" + (i + 1) + " contains: " + args[i]); } } }; (your code probably crash a lot of time)
  23. Droidz

    Tbc problem lvl1

    Try to use another fightclass
  24. Droidz

    Tbc problem lvl1

    Changed Status to Not a Bug Changed Version to All
  25. Droidz

    scripts error

    Changed Status to Fixed Changed Version to All
×
×
  • Create New...