-
Posts
12586 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, try without plugins and wow addons
-
Version 1.0.0
65 downloads
ReloggerBackup Relogger plugin to make backups of "WRobot\Settings\ReloggerGeneralSettings.xml" (this file contain your relogger settings), backups are in folder "WRobot\ReloggerBackup\" and by default removed after 7 days (you can edit file to change that). Download and move plugin file in folder "WRobot\Plugins\Relogger\" (maybe you need to create folder). Launch (or relaunch) relogger, click on button "Plugins", if plugin is correctly installed you can see it. Tips: If you want use/transfert same relogger setting file in different VM/computer without get passwords problems, you can use option https://wrobot.eu/byme/doc/html/F-robotManager.robotManagerGlobalSetting.ForceStaticEncryptKey.htm (edit with notepad file "WRobot\Settings\RobotManagerGlobalSetting.xml") -
Changed Status to Confirmed Changed Version to All
-
Hello, in "working schedule" put "From" > "06:00:00" "To" > "18:00:00"
-
Hello, yes you can run several wrobot at same time (limit is number of sessions of your subscription (look your subscription name, you can downgrade or upgrade number of session, for that send me message)). You can use one or several IPs.
-
Just a few questions
Droidz replied to j9000's topic in WRobot for Wow Battle for Azeroth - Help and support
Hello, 1. Yes you can (but not at same time). 2. Yes 3. There isn't a lot of content for BFA You can use key "TRIAL" to test WRobot for free and check if he works on your server. -
Error starting bot? Does this bot work for current classic?
Droidz replied to ZombieDad's topic in General assistance
Hello, WRobot works only on private servers -
Hello, Idea is good but it will be complicated to do. You can already compile several profiles to one (if you don't forget to mention creators and that they are agree). If you have some XML knowledge you can easily take quests from one profile and put them on another with notepad.
-
WoWPlayer.Attackable returns wrong values?
Droidz replied to s1m421's topic in Developers assistance
var playersAttackable = new List<wManager.Wow.ObjectManager.WoWPlayer>(); foreach (var player in wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWPlayer()) { bool canAttack = false; var f = wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid; wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = player.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == player.Guid) canAttack = Lua.LuaDoString<bool>("return UnitCanAttack('player', 'focus')"); wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = f; if (canAttack) playersAttackable.Add(player); Logging.WriteDebug("Can attack = " + canAttack + " > " + player); } You can change focus several time -
Hello, WRobot works only on private server
-
WoWPlayer.Attackable returns wrong values?
Droidz replied to s1m421's topic in Developers assistance
WoWPlayer player1 = ...; bool canAttack = false; var f = wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid; wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = player1.Guid; if (wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid == player1.Guid) canAttack = Lua.LuaDoString<bool>("return UnitCanAttack('player', 'focus')"); wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid = f; Logging.WriteDebug("Can attack = " + canAttack + " > " + player1); try code like (no tested) -
WoWPlayer.Attackable returns wrong values?
Droidz replied to s1m421's topic in Developers assistance
Hi, use lua Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target')") -
Hello, I just checked it is 1 month and not a number of days (if you buy today (February 26) it expires on March 26 (same result for the 28 or 31 days mounths). But I don't found 30 days mention, it is written by mounth.
-
"The system detected the use of IsSecure" ??
Droidz replied to Slite62's topic in General assistance
issecure is https://wow.gamepedia.com/API_issecure , that return true lua can call protected functions. They use it to detect bot/cheat. I looked yesterday so far I have nothing. Be careful but I find it strange that there is a warning, usually they ban directly. -
Hello, They can manage to make the links between your old and new accounts, you do not use the same browser? never same ip (you told that you use VPN but you use also to create account?)? Also, try download again the Wow client for a new account. How many hours per day you bot? You have try to use different fightclasses/plugins/profiles? They do not necessarily ban when they catch you, some wait and ban several users at the same time.
-
Hello, you can't. Maybe if you wait that character are in game, you can logout him and access to character screen
-
Bot shuts down World of Warcraft after clicking "Launch Bot"
Droidz replied to Marvelino123's topic in General assistance
Hello, try to download another wow client (to be sure that your wow client is not modified). You can also check if you have error in your log file (folder Logs) -
"The system detected the use of IsSecure" ??
Droidz replied to Slite62's topic in General assistance
Hi, you are sure that this happen only when WRobot is running? WRobot don't use issecure. -
Hello, If you use fightclass editor (xml fightclass) use spell setting "Not spell is lua script" and in spell name put code like: CastSpellByName("Hoily strike"); https://wowwiki-archive.fandom.com/wiki/API_CastSpellByName (you need to check distance, maybe timer (if you can't check if spell is usable), ... manually in conditions)
-
Hey, look https://wrobot.eu/files/file/1738-example-random-areas-on-a-timer-for-grinding/
-
Hey, https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm look MaxZDistanceAttack MaxZDistanceFarm MaxZDistanceIsAttacked