Everything posted by Droidz
-
Can't download bot, virus detected
Hello, what antivirus do you use?
- Command to party By Party Chat
-
Party chat command
Usage sample here: http://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat/
- 8 comments
- 1 review
-
Rotation Bot Bug when stun
Your server seem change character target when is stunned/silenced. You get this problem only with WRotation? Do you have try to disable your wow addons? try with anothers fightclass?
-
Rotation Bot Bug when stun
Hello, can you share your log file please (just after bug) http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ .
-
Help with quest
Try with this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12204 Replace if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25) by if (ObjectManager.Target.IsValid && !ObjectManager.Target.IsAlive)
-
Grinder Action
You need to put in action: c#: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; but you need also to wait next udapte of WRobot (ForceIgnoreIsAttacked is not released yet).
-
BG join
Try after wManager.Wow.Helpers.Battleground.AcceptBattlefieldPort (1, true); add code line: wManager.Wow.Helpers.Battleground.AcceptBattlefieldPort(2, true);
- Relogger feat over?
-
Grinder Action
Hello, I don't understand, you speak about this: http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ ?
-
Problem with advanced settings (under general settings)
You can try with windows magnifier http://windows.microsoft.com/en-us/windows-10/use-magnifier Yes, you can edit xml file: "WRobot\Settings\General-PlayerNameServerName.xml"
-
some problems with party bot in openpvp
Hello, 1: You can use this plugin to stop fight: http://wrobot.eu/files/file/650-party-chat-command/ (Add command with this c# code: wManager.Wow.Helpers.Fight.StopFight(); wManager.Wow.Helpers.MovementManager.StopMove(); ). 2 & 3: I'll check it. 4: You can disable option to help party member in advanced general settings and, in plugin chat command... and use this c# code to attack current group leader target: if (wManager.Wow.Helpers.Party.IsInGroup()) { wManager.Wow.Helpers.Fight.StartFight(new wManager.Wow.ObjectManager.WoWPlayer(wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(wManager.Wow.Helpers.Party.GetPartyLeaderGUIDHomeAndInstance()).GetBaseAddress).TargetObject.Guid); } 5: Sorry, dead units(players) are not supported. To it, you need to create fightclass in c# (or vb.net). ps: You can found some codes for plugin here: http://wrobot.eu/forums/topic/2834-command-to-party-by-party-chat
-
Implement auto Need/Greed loot?
On this image http://i.imgur.com/Xzlnjn7.png what is the button with the name "GroupLootFrame3RollButton"
-
Problem with advanced settings (under general settings)
Hello, Right-click on WRobot.exe and then click Properties. On the Compatibility tab, select Disable Display Scaling On High DPI Settings, and then click OK: https://www.youtube.com/watch?v=0xS-UCuyq7s
-
Gather bot that only searches in 5 yard radius
In advance generals settings tab "Looting and Farming options" put 999 at option "Max Units Near"
-
Don't attack the mobs !
You need to wait next update
-
Focus maintenant pris en charge ?
Salut, dans la prochaine mise à jour: http://wrobot.eu/forums/topic/2804-gestion-du-focus/#comment-13076
-
Gather bot that only searches in 5 yard radius
Hello, You can edit searches radius: in tab "General Settings" > "Advanced ..." > onglet "Looting and Farming options" > "Search Radius" To add objects at collect: Go to tab "General Settings", button advanced..., in new window go to tab "Looting and farming options" and add id of name of object in textbox "Harvest objects...".
-
Snippets codes for quest profiles
Ignore fighting back To disable detection when the character is attacked, use this c# code: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; To reactivate attack detection: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; (don't forget to reactivate it, or restart WRobot if you want use other profile/product) You can also ignore fighting back with specific mob: WoWUnit unit = new WoWUnit(0); if (unit.IsValid && !wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(unit.Guid, System.DateTime.Now + System.TimeSpan.FromMinutes(2));
-
Don't attack the mobs !
Wait next update, to disable detection when player is attacked, use this c# code: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; To reactive attack detection: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; (don't forget to reactive it, or restart WRobot if you want use other profile/product) To use this code, you have a lot of ways, the more easy ways is to add this on your profile like this: http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ or you can run this code in tab "Tools" > "Dev... tools" > paste code in textbox and click on button "Run c# code...".
-
Don't attack the mobs !
Hello, If you want ignore when your character is attacked you cannot (or you need to create custom profile like bettersiter has said). If you want just not start attack, activate option in advanced general settings "Don't start fighting".
-
Using old version of wrobot license
Hello, these versions use normal WRobot license (private server license don't work). But all of these versions has not supported (it is possible that it no longer works, and if it works today it is possible that tomorrow it no longer works.
-
Gestion du focus ?
Je viens de l'ajouter à l'API (attendre la prochaine mise à jour). var guid = wManager.Wow.ObjectManager.ObjectManager.Me.FocusGuid; var wowUnitObj = wManager.Wow.ObjectManager.ObjectManager.Me.FocusObj;
-
Revival needs improvements
Hello, if you can wait next update and tell me if this feature works correctly.
-
cant login wrobot
Hello, When I'll update WRobot beta, I'll also remove trial version and free products (WRotation and Party). If you want play on Wow PTR servers, you can use WRobot stable version (currently support PTR servers). ps: If you want wrobot subscription and you do not pay, you can help the Community (sharing profiles, fightclasses, help users on the forum) and I would give you a free subscription.