Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, WRobot method "IsSpellUsable" check if spell is not gray in action bar (mana, cooldown, usable on target, ...: https://wow.gamepedia.com/API_IsUsableSpell and https://wow.gamepedia.com/API_GetSpellCooldown ). if it is not a spell at cast on self, you need to check if target is in "line of sight" and target distance: var notInLineOfSight = TraceLine.TraceLineGo(ObjectManager.ObjectManager.Target.Position); var isGoodDistance = spell.IsDistanceGood;
  2. Hello, https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  3. Salut, oui mais tu en as plus besoin https://wrobot.eu/forums/topic/2804-gestion-du-focus/?do=findComment&comment=13076
  4. I added since option "try to detect evade mobs..." in advanced general settings
  5. I not added timer, but I added quest type "UseScriptOn" (you can use lua or c# code and add wait time easily)
  6. One method to resolve this problem: https://wrobot.eu/forums/topic/7604-specific-vendor-in-profile/?do=findComment&comment=34754
  7. Yes I see that I have fixed this problem also (and for looting also).
  8. Bonjour, pouvez vous partager votre fichier journal ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Essayez de désactiver votre antivirus
  9. If you can wait next update
  10. Changed Status to Confirmed Changed Version to All
  11. Bonjour, WRobot n'a pas été détecté par les nouvelles mesure de sécurités mise en place par Bliz, vous pouvez trouver les rapports de bans ici: https://wrobot.eu/forums/forum/29-security-ban-reports et je fais tout mon possible pour qu'il ne le soit pas, mais rien est indétectable.
  12. If you can wait next update
  13. Hello, you have a lot of way for that. The best way is to add it to your fightclass or use "Macro" tab (in advanced general settings)
  14. It is not "NpcMailboxSearchRadius" it is "wManager.wManagerSetting.CurrentSetting.SearchRadius = 20;"
  15. Hello, with product "Schedule" (or quester)
  16. Try to download another client
  17. Droidz

    Selling item

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Droidz

    Wrbot quête

    Essayez d'avancer (de passer la zone ou WRobot coince) manuellement puis essayez de relancer WRobot, il trouvera peut êtres le chemin
  19. https://wrobot.eu/forums/topic/7750-hearth-and-logout/
  20. Hello, Do you have try to reinstall WRobot?
  21. Droidz

    DisposeCustomClass(); Bug?

    Hello, do you call "DisposeCustomClass();" from several threads? if yes try to use lock https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/keywords/lock-statement
  22. Hello, run this lua code and check if you have "SPELLCAST_STOP" in wow chat: local frame = CreateFrame('Frame') frame:RegisterAllEvents() frame:SetScript('OnEvent', function() DEFAULT_CHAT_FRAME:AddMessage(tostring(event)) end ) This seem to be in wow bug: http://forum.nostalrius.org/viewtopic.php?t=12765&f=38
  23. Droidz

    Wrong Lua events

    Hello, i cannot reproduce problem, to test if it is not wow or server bug, try to run this code: local f = CreateFrame('Frame') f:RegisterAllEvents() f:SetScript('OnEvent', function() if event and tostring(event) == 'PLAYER_DEAD' then DEFAULT_CHAT_FRAME:AddMessage("DEADDDDD") end end ) And check if when WRobot detect "PLAYER_DEAD" event, this event appear also in Wow.
  24. Droidz

    Wrbot quête

    Bonjour essayé de signaler le problème au créateur du profil, et rejoindre manuellement la zone (ou WRobot n'arrive pas a aller seul)
×
×
  • Create New...