Everything posted by Droidz
-
Créer une ClassFight Mage feu
Bonjour, Déplacer votre personnage est compliqué (voir très compliqué si vous utilisez une classe de combat XML), regarder ces exemples https://wrobot.eu/forums/topic/2029-going-backward/?do=findComment&comment=10267&_rid=1 Pour la création d'eau regarde ce post: https://wrobot.eu/forums/topic/5015-mage-conjuring-too-many-water/
-
character lag while walking
Hello, try with new update, problem should be solved
-
Relogger automatically invokes /camp upon wow client login
Hello, I found the cause of problem (in Vanilla, BC and Wotlk). It should sovled.
-
Help with the code to change the complexity of the raid
It is code used in BFA interface (function seems changed since old game vesions) to change difficulty: https://github.com/tomrus88/BlizzardInterfaceCode/blob/ffbd8a3f993fb455aaff5726a8192b1a6d81f56c/Interface/FrameXML/UnitPopup.lua#L1885 For "DUNGEON_DIFFICULTY": SetDungeonDifficultyID(difficultyID); For "RAID_DIFFICULTY": SetRaidDifficulties(true, difficultyID); For "LEGACY_RAID_DIFFICULTY": SetRaidDifficulties(false, difficultyID); And diffultyID can be found here: https://github.com/tomrus88/BlizzardInterfaceCode/blob/ffbd8a3f993fb455aaff5726a8192b1a6d81f56c/Interface/FrameXML/UnitPopup.lua#L85 ["DUNGEON_DIFFICULTY1"] > difficultyID = 1 ["DUNGEON_DIFFICULTY2"] > difficultyID = 2 ["DUNGEON_DIFFICULTY3"] > difficultyID = 23 ["RAID_DIFFICULTY1"] > difficultyID = 14 ["RAID_DIFFICULTY2"] > difficultyID = 15 ["RAID_DIFFICULTY3"] > difficultyID = 16 ["LEGACY_RAID_DIFFICULTY1"] > difficultyID = 3 ["LEGACY_RAID_DIFFICULTY2"] > difficultyID = 4 IDs seems unchanged, you can use https://wowpedia.fandom.com/wiki/API_SetRaidDifficultyID 3 → 10 Player 4 → 25 Player 5 → 10 Player (Heroic) 6 → 25 Player (Heroic) 14 → Normal 15 → Heroic 16 → Mythic Based on wow UI code you code should look like (to use heroic difficulty): SetRaidDifficulties(true, 15);
-
Relogger automatically invokes /camp upon wow client login
Hello, if you can tell me if problem is resolved with the new update
-
will I get banned easily?
Hello, it is not recommanded to use bot with your main account.
-
Help with the code to change the complexity of the raid
Hello, look https://github.com/tomrus88/BlizzardInterfaceCode/blob/ffbd8a3f993fb455aaff5726a8192b1a6d81f56c/Interface/FrameXML/UnitPopup.lua#L1885 (to get DifficultyID https://github.com/tomrus88/BlizzardInterfaceCode/blob/ffbd8a3f993fb455aaff5726a8192b1a6d81f56c/Interface/FrameXML/UnitPopup.lua#L85 )
-
Unable to Login
I have no idea, there is Cloudflare between you and the server, I think the problem may be with it.
-
Unable to Login
I don't have the problem. I rebooted auth server, you still get this error? You can access to this address ? https://auth.wrobot.eu/o You can also try to use google or cloudflare DNS (and restard computer).
-
Unable to Login
Hello, Does anyone else have this problem? If yes, how often? When you get this problem you can access to the website with your webbrowser?
-
Crashing problem
Hello, try to launch wrobot with the shortcut "WRobot (No Lock Frame)"
-
How to talk to all NPCs in the area
Hello, you can try to use quester product (with quest type interactwith)
-
Self Heal (Holy Light) Pala while infight.
Look this video For healing your character, use condition "Health percent"
-
Self Heal (Holy Light) Pala while infight.
Do you have link please
-
Self Heal (Holy Light) Pala while infight.
Which fight class do you use?
-
All apps freezing except "No DX Hook" & Error #132
Try to update Windows also if it is not done. If it is not the problem I am sorry I don't understand why you get this problem.
-
Wrobot interface freezes when using it on virtual machine
You have try to update Windows or try to install it with others iso (some versions don't work fine)? But WRobot should work fine in VM.
-
fight class mage feu
Bonjour, pouvez vous donner plus de détails.
-
Self Heal (Holy Light) Pala while infight.
Hello, infight healing is managed by the fightclass
-
Wrobot interface freezes when using it on virtual machine
Hello, maybe Wow FPS is too slow for the bot. VM settings provide good performance?
-
All apps freezing except "No DX Hook" & Error #132
To be sure that it isn't the cause of the problem please disable this plugin. You can also try to download Wow client in another website (to be sure that it is not modified).
-
WoW_7.3.5_26124 - License Key Does Not Work
I added session to your key
-
Wrobot is using mount even when mob is close[Fixed]
Hello, yes if you can send me your log please
-
WoW_7.3.5_26124 - License Key Does Not Work
Hello, your problem should be solved.
-
Cannot find path
Hello, https://wrobot.eu/forums/topic/13470-ascension-map-not-working-bot-allways-running-into-walls/?do=findComment&comment=63515&_rid=1