Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Changed Status to Confirmed Changed Version to All
  2. 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.
  3. If you can wait next update
  4. 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)
  5. It is not "NpcMailboxSearchRadius" it is "wManager.wManagerSetting.CurrentSetting.SearchRadius = 20;"
  6. Hello, with product "Schedule" (or quester)
  7. Try to download another client
  8. 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/ ).
  9. 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
  10. https://wrobot.eu/forums/topic/7750-hearth-and-logout/
  11. Hello, Do you have try to reinstall WRobot?
  12. 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
  13. 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
  14. 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.
  15. 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)
  16. Do you have try with lua code?
  17. Hello, It is hard. Why do you want script your own system? Lua is the best way
  18. Hello, you get this problem only in this zone?
  19. Hello, change search radius before this quest
  20. Hello,
  21. Droidz

    Cataclysm quester

    Hello, for some quests you need to use custom "is complete condition"
  22. Hello, your project seem good, I added subscription a your account ( https://wrobot.eu/clients/purchases/ )
  23. Hello, you have forget to change fight range (top-left in fightclass editor)
×
×
  • Create New...