Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. 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)
  3. Do you have try with lua code?
  4. Hello, It is hard. Why do you want script your own system? Lua is the best way
  5. Hello, change search radius before this quest
  6. Droidz

    Cataclysm quester

    Hello, for some quests you need to use custom "is complete condition"
  7. Hello, your project seem good, I added subscription a your account ( https://wrobot.eu/clients/purchases/ )
  8. Hello, you have forget to change fight range (top-left in fightclass editor)
  9. Hello, this type of subscription no longer exists.
  10. You use a very old version, I cannot help you, update WRobot and check if problem appear again.
  11. Bonjour, déplacez le fichier dll dans le dossier fightclass il sera visible dans lors dans la selection
  12. Hello, I am not sure to understand what you want but: robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.StopBotIf && state.DisplayName == "Security/Stop game") { // sample to disable tp detection: wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.Wow.Bot.States.StopBotIf.ForcePvpMode = true; wManager.Wow.Bot.States.StopBotIf.LastPos = wManager.Wow.ObjectManager.ObjectManager.Me.Position; // how to wrobot check if your char is tp: if (wManager.Wow.Bot.States.StopBotIf.LastPos != null && wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAlive && wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(wManager.Wow.Bot.States.StopBotIf.LastPos) >= 450) { // close bot... } } };
  13. Hello, you need to complete list yourselft, list is in advanced general settings.
  14. Hello, To launch Wow in 32 bit with "Battle.net launcher": https://eu.battle.net/support/en/article/33881 To launch Wow in 32 bit without "Battle.net launcher" you have several methods: Create shortcut (create shortcut of Wow.exe and add argument "-noautolaunch64bit"): Rename(or remove) "Wow-64.exe": Use WRobot to launch Wow: Use "Relogger": https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ To check if Wow is running in 32bit:
  15. Bonjour, pouvez vous partager le fichier journal de la session qui bug ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, problem resolved by PM
  17. Hello, can you give more detail about your problem
  18. Try to reinstall WRobot in new folder (don't remove your old folder, just to check if it is the problem)
×
×
  • Create New...