Everything posted by Droidz
- Relogger
-
Relogger error
Hello, in relogger general settings try to increment "Wait after launch"
-
[Possible Bug] Bot targeting and untargeting enemy that another player is fighting
Hello, try to activate options (in advanced general settings) "Can attack units already in combat" and "Ignore combat with all pets"
-
Defend Against Players (Party Mode)
Hello, it is know issu, I need to fix it https://wrobot.eu/forums/topic/6565-party-does-not-attack-enemy-players/
- Defend Against Players
-
[Vanilla] DeeprunTram Map missing
Hello, you get this problem all the time?
-
Plugin for use mount in wotlk
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Could not create SSL/TLS secure channel.
Hello, do you use last updater version? try to re donwload WRobot and disable your antivirus
-
Cant load the bot correctly
- Randomly restart wrobot
- Ban wave - 30 March 2018
- Update Status - Patch 7.3.5 Build 26365
Update done- Incorrect game version
- Update Status - Patch 7.3.5 Build 26365
- Refused by payment processor
Hello, try to contact Paypal- The LUA code is not executed by the bot.
- disable pet in fightclass thru C#
second code don't works?- Vendoring all the time
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Ban wave - 30 March 2018
Hello, I'am sorry but banwave hit again WRobot for official servers. WRobot is currently detected, run it only if you know what you are doing! Check news during next days to get more informations about future of WRobot. You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave/ EDIT 5 April 2018: I did some changes with update for Wow 7.3.5.26365, wait and see... EDIT 6 April 2018: Last update seem detected, I just release new update. If this update don't resolve problem (and if I don't found anothers solution) I'll probably stop WRobot for official servers . View full article- Ban wave - 30 March 2018
Hello, I'am sorry but banwave hit again WRobot for official servers. WRobot is currently detected, run it only if you know what you are doing! Check news during next days to get more informations about future of WRobot. You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave/ EDIT 5 April 2018: I did some changes with update for Wow 7.3.5.26365, wait and see... EDIT 6 April 2018: Last update seem detected, I just release new update. If this update don't resolve problem (and if I don't found anothers solution) I'll probably stop WRobot for official servers .- How to check Objectives in Scenarios?
- Target too close
Hello, try to use another figthclass.- disable pet in fightclass thru C#
Hello, the more easy way is to dispose fightclass: wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass(); You can also try to cancel spell state (but this will works only with xml fightclasses): robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { try { var s = state as wManager.Wow.Bot.States.SpellState; if (s != null) { if (s.Spell.Name.StartsWith("Call Pet")) cancelable.Cancel = true; } } catch { } };- New features and Bot.States assist
https://wrobot.eu/forums/topic/8959-botstates/- Bot.States
You can try bool added = false; robotManager.FiniteStateMachine.State myState = null; // ... robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (added) return; if (state.DisplayName == "Quester") { added = true; state.NextStates.Add(myState); //engine.AddState(myState); //state.BeforeStates.Add(myState); } }; (replace "null" line 2 by your state instance)
Account
Navigation
Search
Configure browser push notifications
Chrome (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions → Notifications.
- Adjust your preference.
Chrome (Desktop)
- Click the padlock icon in the address bar.
- Select Site settings.
- Find Notifications and adjust your preference.
Safari (iOS 16.4+)
- Ensure the site is installed via Add to Home Screen.
- Open Settings App → Notifications.
- Find your app name and adjust your preference.
Safari (macOS)
- Go to Safari → Preferences.
- Click the Websites tab.
- Select Notifications in the sidebar.
- Find this website and adjust your preference.
Edge (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions.
- Find Notifications and adjust your preference.
Edge (Desktop)
- Click the padlock icon in the address bar.
- Click Permissions for this site.
- Find Notifications and adjust your preference.
Firefox (Android)
- Go to Settings → Site permissions.
- Tap Notifications.
- Find this site in the list and adjust your preference.
Firefox (Desktop)
- Open Firefox Settings.
- Search for Notifications.
- Find this site in the list and adjust your preference.