Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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;
  2. @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 )
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Do you have activated product setting "Randomise path"? If yes disable this option
  5. Yes he works, but it is better to test with trial version before purchase.
  6. Hello, you can try to add gate in object at harvest (wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(190942);) and use quest type "UseSpellOn"
  7. 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/
  8. 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"
  9. 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)
  10. 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/ ).
  11. Do you have try to run wow without addons and wrobot without plugins, can you share your profile pelase
  12. Hello, try to remove your wow cache and settings
  13. Hello, can you share screenshot of your folder "C:\Windows\Microsoft.NET\Framework\"
  14. 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)
  15. Droidz

    Tbc problem lvl1

    Try to use another fightclass
  16. Droidz

    Tbc problem lvl1

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

    scripts error

    Changed Status to Fixed Changed Version to All
  18. Changed Status to Fixed Changed Version to All
  19. Hello, can you share screenshot of your folder "C:\Windows\Microsoft.NET\Framework\"
  20. Version 1.0.0

    891 downloads

    Auto Choose Food And Drink Select best food/drink of your bag/merchant before to regen/buy. Credit: reapler (for idea and base code)
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try to activate option "Use lua to move"
  22. Bonjour, le seul profil de quêtes vanilla disponible est: https://wrobot.eu/files/file/1081-paid-vanilla-questing-profiles/ . Il existe également ce type de profil: https://wrobot.eu/files/file/1245-h-paid-quest-1-70-grinder/ (les profils TBC sont plus ou moins compatible Vanilla)
  23. Droidz

    TBC Wrobot crashes

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  24. Hello, To download files (profiles/fightclasses) of WRobot for official wow servers you need active WRobot subscription on your WRobot account (no restriction for WRobot files for server private).
  25. Hello, it is (for your current settings) "if smaller than 1% regen to 70%", you need to change 1 by value like 60%
×
×
  • Create New...