-
Posts
12587 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
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).
-
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
-
Hello When do you want to disable the loot? In what product?
-
Hello, Can you try to (re)install SlimDX
-
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);
-
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.
-
Since when do you have this problem?
-
Thank you for the crash files. I don't think than problem was caused directly by WRobot (but I could be wrong). Do you get this problem all the time (if you can give me frequency)? If you can, try to switch directx version in wow (directx 9 to 11). Try to disable all wow addon. Try also to relauch wow from time to time (some wow process was run for more than 48 h). If you can also watch if the memory used by wow process (compare the RAM used when just launched and after 10 hours) (if I am not mistaken, you launch several wow, and I could see that your ram memory was use 90%, this is much). If you see commons points between the crashes (the same used fightclass, the same profile...)
-
Hello, World of Warcraft Legion presale available and will be released on or before 09/21/2016 You can access to BlizzCon 2015 live stream here: http://eu.battle.net/blizzcon/en/live-stream/
-
Hello, World of Warcraft Legion presale available and will be released on or before 09/21/2016 You can access to BlizzCon 2015 live stream here: http://eu.battle.net/blizzcon/en/live-stream/ View full article
-
Hello, Can you send me crash reports (in folder "C:\Program Files (x86)\World of Warcraft\Errors\" (the txt file). Send me if by private message (don't put it in public). Thank you.
-
not attacking target after starting to fish
Droidz replied to baileyppcli's topic in Fisherbot assistance
Ok, thank you. Can you try again with new WRobot update and tell me if problem is resolved. -
[Tutorial] - Create a Sucessfully FightClass Profile
Droidz replied to GRB's topic in Tutorials - WRobot
The number of NPC's. -
bot freezes when enters combat in BG
Droidz replied to pattiepiies's topic in Battlegrounder assistance
Hello, Can you share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ Do you get this problem without fightclass?- 2 replies
-
- bg
- battleground
-
(and 2 more)
Tagged with:
-
Bonjour, Pouvez vous partager votre fichier journal: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ Avez vous installé les logiciels requis (Visual C + + 2010 (X86) et SlimDX (4.0 X86))? Avez vous essayé de changer la version utiliser de DirectX par wow (dans les configurations de Wow)?
-
Hello, I am sorry but I cannot help you, he have a lot of change since WRobot for MoP. You can look this: http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=6551 , but the best way is to create fightclass in C# (more possibility). I'll soon get out versions of WRobot for private servers (is versions will have the last additions of WRobot),and then I could help you properly.
-
not attacking target after starting to fish
Droidz replied to baileyppcli's topic in Fisherbot assistance
Hello, Do you get this problem only with travel form? When your character cast http://www.wowhead.com/skill=356/fishing you keep travel form (you fish with travel form?)? -
Hello, Do you put name like is appear in game? (with upper and lower case), if you game is in english, you need to put: Worm Supreme
-
Sample Use item: local name = GetItemInfo(6256); RunMacroText("/use " .. name); Use spell: local name = GetSpellInfo(109259); RunMacroText("/cast " .. name);
-
Hello, Reply here: http://wrobot.eu/forums/topic/2452-get-off-trail-and-on-to-my-account/?do=findComment&comment=11316 and you can found your license key here: http://wrobot.eu/clients/purchases/
-
Trouble with profle creator for entrance to a dungeon
Droidz replied to odd_hippo's topic in Grinder assistance
The easy way is to use Grinder or Gatherer product to make dungeon profile (tuto and sample here: http://wrobot.eu/forums/topic/1925-sample-dungeon-profile/?do=findComment&comment=9355 ) To check position you can use c# code (IsCompleteCondition): return wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo2D(new robotManager.Helpful.Vector3(-313.3, -120.6, 0)) < 2; -
Profil interagissant avec le bot. Possible ?
Droidz replied to PierreDeRosette's topic in WRotation assistance
Que veut tu dire par provoquer un loot? Il y a déjà un option pour loot les mobs proche dans WRotation. -
Profil interagissant avec le bot. Possible ?
Droidz replied to PierreDeRosette's topic in WRotation assistance
Salut, Pour savoir si le produit utiliser et le bot de pêche, tu peux utiliser: robotManager.Products.Products.ProductName == "Fisherbot" Pour voir si le personnage pêche tu peux utiliser: ObjectManager.Me.CastingSpellId == 131476 ou: ObjectManager.Me.CastingSpell.Name == "Fishing" ( http://www.wowhead.com/spell=131476/fishing ) ps: Tu peux aussi essayer: wManager.Wow.Bot.Tasks.FishingTask.IsLaunched -
Yes, replace // Wait during bot in pause while (_isLaunched && Products.InPause && Products.IsStarted) { Thread.Sleep(10); } By: // Wait during bot in pause var pauseTime = new Timer(1000 * 5); // 5 sec = 5000 ms while (!pauseTime.IsReady && _isLaunched && Products.InPause && Products.IsStarted) { Thread.Sleep(10); } Products.InPause = false;