-
Posts
12587 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, like this: var r = Lua.LuaDoString<List<string>>( string.Format(@"local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, canStealOrPurge, shouldConsolidate, spellId, canApplyAura, isBossDebuff, isCastByPlayer = UnitAura('player', 'BUFF_NAME'); return name .. '{0}' .. rank .. '{0}' .. icon;", Lua.ListSeparator)); if (r != null && r.Count == 3) { var name = r[0]; var rank = r[1]; var icon = r[2]; }
-
Auto Facing Mobs
Droidz replied to unsquishable's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, what product do you use? -
Hello, do you have try to use spell condition "Is Spell Overlayed"?
-
how do i enable "review file" option at profile downloads?
Droidz replied to BetterSister's topic in General assistance
Hello, is enabled. -
Flightmaster
Droidz replied to Stelgar's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, Yes you can edit file "WRobot\Settings\TaxiNodes.xml" or use "Taxi database" in tab "Tools". But it is hard, the best way if you want add flightmaster is to start bot near flightmaster. -
Hello, try to launch WRobot with the shortcut "WRobot No DX". If this don't works, read all this steps: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (if problem is not resolved, please share your log file please).
-
Hello private Spell killingSpree; //... var timeLeftMs = wManager.Wow.Helpers.SpellManager.GetSpellCooldownTimeLeftBySpellName(killingSpree.Name); or private Spell killingSpree; //... var timeLeftMs = wManager.Wow.Helpers.SpellManager.GetSpellCooldownTimeLeft(killingSpree.NameInGame); (method "ObjectManager.Me.CooldownTimeLeft(string spellName, bool isSpellNameInGame = false);" bug in this wrobot version)
- 7 replies
-
- fightclass
- c#
-
(and 1 more)
Tagged with:
-
I have contacted Microsoft to report the false positive detection.
-
Hello, what antivirus do you use?
-
Edit "Party chat command.cs" with notepad and replace (line 35): (int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY by msg.Channel == ChatTypeId.WHISPER
-
-
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?
-
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
Droidz replied to Stelgar's topic in WRobot for Wow Wrath of the Lich King - Help and support
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) -
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).
-
Try after wManager.Wow.Helpers.Battleground.AcceptBattlefieldPort (1, true); add code line: wManager.Wow.Helpers.Battleground.AcceptBattlefieldPort(2, true);
-
Hello, do you get this check all the time? Do you use wow trial account? I had this check, but only if I fail login (bad password or email) the first time.
-
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)
Droidz replied to leet's topic in General assistance
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" -
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
-
On this image http://i.imgur.com/Xzlnjn7.png what is the button with the name "GroupLootFrame3RollButton"
-
Problem with advanced settings (under general settings)
Droidz replied to leet's topic in General assistance
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
Droidz replied to Brian's topic in General assistance
In advance generals settings tab "Looting and Farming options" put 999 at option "Max Units Near" -
Don't attack the mobs !
Droidz replied to Holyganja's topic in WRobot for Wow Wrath of the Lich King - Help and support
You need to wait next update -
Focus maintenant pris en charge ?
Droidz replied to PierreDeRosette's topic in Developers assistance
Salut, dans la prochaine mise à jour: http://wrobot.eu/forums/topic/2804-gestion-du-focus/#comment-13076