Everything posted by Droidz
-
Droidz,, HELP PLEASE!!
Game is closed even when you launch wrobot with No DX.cmd ? (Like I have say here: http://wrobot.eu/forums/topic/2479-droidz-help-please/?do=findComment&comment=11396 )
-
Droidz,, HELP PLEASE!!
Hello, Can you give me full log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ Can you give me more detail about your problem (I don't found problem in this logs).
- wow closes when i hit launch bot
-
Droidz,, HELP PLEASE!!
Even when you switch directx version in game (don't forget to restart wow after change)? Else, if this don't works, download No DX.cmd and move this file in your WRobot folder (where he has "WRobot.exe" file), and double click on it to launch WRobot.
-
probléme connexion serveur
Bonjour, Le problème c'est que votre clé de licence à expiré (le message d'erreur d'écrit mal le problème).
-
Droidz,, HELP PLEASE!!
Hello, Do you have installed http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi on your computer? Try also to change directx version in game.
-
Download WRobot for Cata
Hello, WRobot for World of Warcraft Cataclysm private server is available. Download WRobot for Wow Cata (4.3.4.15595) : Click here (don't forget to select good product during install: ) If you get problem to install WRobot go here.
-
Download WRobot for MoP
Hello, WRobot for World of Warcraft Mists of Pandaria private server is available. Download WRobot for Wow MoP (5.4.8.18414) : Click here Download WRobot for Wow MoP (5.4.7.18019) : Click here (don't forget to select good product during install: ) If you get problem to install WRobot go here.
-
How to avoid be afk
Hello, Try to activate option "Use Lua to Move" in advanced general settings.
-
Login error
Hello, Can you make new post with your log file (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/) please. I have check your license key usage and your license key seem works initially, have change you something on your computer? Checked that you use the good license key (try to reinstall wrobot).
-
Wow 6.2.3 is here, WRobot is ready
Hello, WRobot is ready for Wow 6.2.3 build 20726. Just accept WRobot update at the launch. If you play on european server, don't update WRobot today, wait tommorow (you can downgrade WRobot to Wow 6.2.2 here). You can reports bug here. More info about Wow 6.2.3 here. Best regards, Droidz. View full article
-
Wow 6.2.3 is here, WRobot is ready
Hello, WRobot is ready for Wow 6.2.3 build 20726. Just accept WRobot update at the launch. If you play on european server, don't update WRobot today, wait tommorow (you can downgrade WRobot to Wow 6.2.2 here). You can reports bug here. More info about Wow 6.2.3 here. Best regards, Droidz.
-
WRobot for Wow WoD 6.2.3 PTR server is here
Hello, I have just released WRobot for Wow 6.2.3 PTR server. You can download it here: http://wrobot.eu/forums/topic/2471-download-wrobot-for-wow-wod-623-ptr-server/
-
WRobot for Wow WoD 6.2.3 PTR server is here
Hello, I have just released WRobot for Wow 6.2.3 PTR server. You can download it here: http://wrobot.eu/forums/topic/2471-download-wrobot-for-wow-wod-623-ptr-server/ View full article
-
Chat does not work
You can also use lua code: SendChatMessage("Your message here", "CHANNEL", nil, 2); Replace text Your message here and put this code in "Dev tools" textbox (tab "tools"), and click on boutton "Lua code...".
-
Chat does not work
Hello, You cannot send message on "Trade" channel from tab chat, but you can use this custom profile: http://wrobot.eu/files/file/459-send-messages-bot/
-
Default Pet Battle Fight Class
Hello, In pet battle profile creator you can add several zones, and change zone by pets levels. In visual studio, create library project and add in references "wManager.dll" and "robotManager.dll". Open downloaded file with notepad (Default.cs) and copy/past the text in visual studio.
-
Interupt cast at 50%?
Hello, Where do you want use this? You need to use http://wow.gamepedia.com/API_UnitCastingInfo or http://wow.gamepedia.com/API_UnitChannelInfo to get value of "startTime" and "endTime".
-
Impossible de se connecter au serveur sur mon Portable
Bonjour, D'après le journal que j'ai de l'utilisation de votre clé, tout semble fonctionner. Vous avez encore ce problème? Si oui vous l'avez depuis quand sur ce PC? Essayez d'installer http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi sur votre PC. Vérifier également que vous utilisez bien la bonne clé (sans espace en trop).
-
Petites questions :)
Salut, Ca y est depuis pas mal de temps, c'est la vitesse a lequel ce déplace l'unit, mais c'est peut utile (ce n'est pas utilisé dans le bot). Pareil, ça y est depuis le début, c'est juste la rotation de l'unit (en radian, la rotation quand le perso tourne sur lui-même sur le gauche ou la droite) Retourne true si c'est un PNJ qui vend aux enchères (PNJ de l'HV) Ca retourne true si le sort qui est lancé par l'unit peut être arrêter par un sort comme http://fr.wowhead.com/spell=1766/coup-de-pied Distance de combat au corps à corps (ce qui revient à peu près à la taille du cercle qu'il y a sous le PNJ quand il est sélectionné, plus le PNJ est grand, plus la distance est élevé (généralement)). Je ne l'utilise pas dans le bot, mais ça retourne probablement "true" quand certains PNJ essayent de s’enfuir (quand ils ont plus beaucoup de vie) Un ratio c'est "Ratio = ValeurActuel/MaxValeur", pour la vie ca va de 0 à 1 (donc par exemple si le PNJ à 50 pv sur 100 cette fonction retourne 0.5) ( https://fr.wikipedia.org/wiki/Ratio ) Retourne (basé sur http://wow.gamepedia.com/API_UnitClassification ): public enum UnitClassification { normal, elite, rareelite, worldboss, rare, trivial, minus, } Si tu connais les sorts, tu peux utiliser "unit.CastingSpellId" ou "unit.CastingSpell". Sinon tu peux utiliser lua: http://wow.gamepedia.com/API_UnitCastingInfo et http://wow.gamepedia.com/API_UnitChannelInfo
- Turn down loot distance?
- unknown kik from wow
-
Error during Hock test
Hello, Can you try to (re)install SlimDX
-
Help for Quest (lua)
Hello, I cannot test your profile, but your steps are good, I have reproduced it and it works fine (1.xml) To load fightclass add step type "RunCode" with code: wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass(System.Windows.Forms.Application.StartupPath + @"\FightClass\" + wManager.wManagerSetting.CurrentSetting.CustomClass);
-
A question before I buy
Hello, Current WRobot version has the framelock, but not the old version (WRobot for wow 5.4.8). I work on WRobot for private server (this version contain last WRobot features (framelock...) with the support of wow 5.4.8). But I cannot give release date for the moment.