-
Posts
12579 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
The problem is due to Windows account privilege, you need to launch WRobot in administrator mode (to get access at the wow process memory), for this, you need to use administrator Windows session.
-
Hello, I have check and no wow update. Do you play on official wow server? Do you have administrator Windows session? WRobot has already works on your computer? (if never read this ). Can you send me your log file of bugged session please (you can found it in "Logs" folder)
-
Hello, If you use C# code you can use code like this: (replace Mighty Bash in "_mightyBash = new Spell("Mighty Bash");" by your spell name (in english)). If you use FightClass editor you can use spell condi like this: InterruptsTest.xml ps: I haven't tested this code/fightclass, if this don't work tell me. ps2: More result here: https://www.google.com/search?q=site%3Awrobot.eu+Interrupt
-
Hello, No sorry, you cannot use lua profile (you can convert it manually if you have know base in xml/lua). And new update, you need to download again beta.
-
Hello, I have try and WRobot don't seem detected by McAfee on virustotal: https://www.virustotal.com/fr/file/c67148163c99ef79911c130d9cfdef52482c3dac32fc75222576ced31da55dce/analysis/1408781311/ (but you can get problem with heuristic analysis). I have contacted McAfee support for their request to add to the whitelist WRobot. I comeback here when I have reply. Best regards, Droidz.
-
New update:
-
Hello, I have try to fix problem, if you can download again the wrobot beta. Thank you for report.
-
Hello, Thank you Trinigon.
-
Ok thanks, it is normal for update request (WRobot try to update to normal version, but I have removed update application to don't update). I have added in game radar (you can activate this option in tab "Map"), you need to download again WRobot beta.
-
Hello, Try it: ShaiMutilateRogue-avoidelite.xml I have added code in "General Settings" > "Additional C#".
-
Vous pouvez également jouer avec la distance de recherche des PNJ/Objets à tuer/ramasser ("General Settings" > "Advanced" > Tab "Others options" option "Npc/Mailbox Search Radius"). Sans voir la zone et le profil, c'est compliqué de vous aider.
-
Hello, For the moment WRobot don't support donjon, I'll add this feature with update for WoD.
-
Hello, Go to tab "Tools", click on button "Black list editor". I have found this objects (id at end of url): http://www.wowhead.com/object=210216 http://www.wowhead.com/object=207724 http://www.wowhead.com/object=214547 http://www.wowhead.com/object=211423 In window add manually in 'blacklist by type' this ids:
-
Can you donwload and try again please. I have try to fix problem. Thanks
-
si tu a du temps, petite requete...
Droidz replied to PierreDeRosette's topic in Developers assistance
Bonjour, List<WoWUnit> unitTargetMe = new List<WoWUnit>(); var tempsList = ObjectManager.GetObjectWoWUnit(); for (int i = 0; i < tempsList.Count; i++) { if (tempsList[i].IsValid && tempsList[i].IsAlive && tempsList[i].IsTargetingMe && tempsList[i].CreatedBy <= 0 && tempsList[i].SummonedBy <= 0 // Is Pet? ) unitTargetMe.Add(tempsList[i]); } La liste des monstres/joueurs qui te cible sont dans la liste "unitTargetMe". -
Hello, It is possible than zone has changed since that profile has been created. I have found this profiles for your level: - - And this profile for your zone (but it is skinning profile, try if this works for leveling): - If this profles don't works you can create your own profile (look in tuto forum) or use bot "Automaton" (works without profile).
-
Hello, Thanks for report. Can you say me if you have file "MemoryRobot.dll" in folder "WRobot\Bin\"? It is normal for update request.
-
Hello, About beta: I have changed" memory read" library (I have written it in c++, more fast), to avoid problems I need a testers before release this update. If you can tell me if you get problems (or not) with this version (don't forget "log" file if you have problems). You can download beta version here: http://download.mmor.../wrobotbeta.zip Edit August 21: I have added 3D radar (tab "Map"), it is ingame radar, I need review: About schedule: I work currently on your suggestions/bugs proposed on the forum or on the bug tracker. I'll try to finish all before WoD (to start WoD adventure on good bases). I'll start to work on WoD when PTR WoD server will been open (and I'll release quickly WRobot beta version for WoD to allow you/me time to fix problems and start to work on profiles/fightclass before WoD beta end). Best regards, Droidz.
-
Hello, About beta: I have changed" memory read" library (I have written it in c++, more fast), to avoid problems I need a testers before release this update. If you can tell me if you get problems (or not) with this version (don't forget "log" file if you have problems). You can download beta version here: http://download.wrobot.eu/wrobot/wrobotbeta.zip Edit August 21: I have added 3D radar (tab "Map"), it is ingame radar, I need review: About schedule: I work currently on your suggestions/bugs proposed on the forum or on the bug tracker. I'll try to finish all before WoD (to start WoD adventure on good bases). I'll start to work on WoD when PTR WoD server will been open (and I'll release quickly WRobot beta version for WoD to allow you/me time to fix problems and start to work on profiles/fightclass before WoD beta end). Best regards, Droidz.
-
Hello, Sorry for the delay. Wait next update and tell me if problem is solved.
-
Hello, I have created plugin to reply automaticly, this plugin has very basic feature (I have shared sourcecode if anymore want improve it) You can download plugin here:
-
-
Hello, You can use lua code for it, sample of lua code: and
-
Hello, Can you share your log please (you can found it in "Logs" folder).
-
Hello, What is the zone? Do you have try to change your fightclass and profile?