WRotation assistance
145 topics in this forum
-
I thought it would be nice to have a new conditional added. Focus health percent. As a feral druid, it would be nice to be able to focus your tank and cast rebirth if dead? Thanks
- 6 replies
- 2.6k views
-
Possible to get Rotation work on Bombs and other neutral stuff? Noticed today on hellfire citadel e.g. the bombs on iron reaver fight. Only autoattacking on stuff like this.
-
- 7 replies
- 2.6k views
-
-
I fired this bot up after an extremely long hiatus. Decided to test it out while farming old Cata instances. I managed to get through the entirety of Blackwing Decent, but once I got to the final fight with Onyxia and Nefarion, the rotation stopped doing anything. It didn't matter if I was targeting Ony, Nef, or one of the adds, the rotation flat out wouldn't do anything. Just stood there. This was on a frost mage at first. I tried three different class profiles, nothing worked. I switched to arcane, same thing. Just won't work. It's ONLY this fight (so far) that is doing this. It worked just fine for the rest of the instance. I haven't tested other instanc…
-
- 1 reply
- 1.5k views
-
-
// Get player around us List<WoWPlayer> randomPlayer = new List<WoWPlayer>(); // Get specified player ObjectManager.GetNearestWoWPlayer(randomPlayer); this code returns randomPlayer.Count == 0 even if there are player around me Interact.InteractGameObject(ObjectManager.ObjectList.Single(o => o.Name == "CharName" && o.Type == WoWObjectType.Player).GetBaseAddress, false); this code should target the player with the name "CharName" but in my test it doesnt target anything. It seems that i'm doing something generally wrong. Hopefully someone can give me a hint.
- 5 replies
- 2.5k views
-
Trying to make some 3.3.5 fight classes but ran into a problem of it using mangle once but need the fight class to keep using it until certain combo points for the rest of the rotation. Another problem is not using prowl before pulling it will do after killing mob. Any help is appreciated. Feral Test.xml
- 3 replies
- 2.8k views
-
Hi there. I am planning to use this bot on retail and a 5.4.8 private server I play on. I've tried the trial out and I am happy with all the features and the API so far. I plan on using the API to write my own combatrotation in c#. However I have a question where I couldn't find an answer to. Does the bot support framelock? I want to force the bot to execute a certain amount of code in 1 frame. The only settings I have found regarding this are "Unlock fps limit (improve reactivity) (need restart). Or does the bot need WoW to render 1 frame to execute certain API commands? Because i know it can get verry laggy if you have a very advanced combat routine …
-
- 1 reply
- 1.9k views
-
-
Bonjour Droidz :) Existe-t-il une possibilité de faire agir le bot en fonction de l'action réalisée ? Je m'explique : Je souhaiterais faire : if (Le bot est en train de pecher) alors (action) Merci beaucoup :) Ceci car j'ai une methode tres utile qui rend invisible des que possible mais lorsque je peche, cette methode ne m'aide pas du tout et je voudrais l'hinniber. Voila voila...
- 5 replies
- 1.8k views
-
Hello Je me demandais si vous saviez pourquoi les rotations ne se declenchaient pas lorsqu'on passe en duel (en arène aussi). Une question qui ne s'est toujours pas résolue meme avec les "Attack all selected targets (friends also), option qui ne fonctionne apparemment pas dans le cas de duels. Merci encore...
- 13 replies
- 3.1k views
-
Hi everyone, Here is a common problem i face with Wrotation with almost all classes Lets say I enter 2 spells to Fight Class Creator as a Marks Hunter - Chimaera Shot (at the top) - Steady Shot (below) When i run, it seems to cast them randomly, even tho it should cast chimaera when ever it can 1)Is there a way to fix this from the game or client? without C# 2) what would be the script for it if solved by C# thank you
-
- 1 reply
- 1.9k views
-
-
Hello L'embetteur est de retour Je voulais revenir sur la valeur retournée par ObjectManager.Me.Eclipse et EclipsePercentage qui sont assez abberantes et inexploitables. (Dans le genre 24500 puis 32000, toujours en increment et ce quel que soit l'etat de l'eclipse.) C'est vrai que la valeur n'est pas necessaire et qu'on peut declencher rien qu'en se basant sur les buffs (et c'est ce qui est fait dans la plupart des fightclasses que j'ai vu) , mais avec des valeurs representatives de l'etat de l'eclipse, ce serait tellement plus efficace :) (Aurait tu un petit truc pour controler si on est en transport ou pas. J'ai fait des tests avec InT…
- 3 replies
- 1.8k views
-
Bonjour J'ai fait un excellent module capable d'effectuer une action si un adversaire s'approche X metres de moi et qui agit même si cet adversaire n'est pas ciblé. Le module fonctionne a merveille et pour cela j'ai utilisé les listes que tu a rendu disponible. Mais j'ai remarqué qu'aucun invisible n'y figurait. En effet, j'ai imaginé lancer une AOE a la position ou se trouve un personnage dissimulé, mais cela ne fonctionne pas car simplement les invisibles ne sont pas inclus dans les listes. La question est : Existe-t-il une liste incluant les invisibles ? Est-ce réalisable sans tomber dans le monde du hack ? Cordialement :)
-
- 4 replies
- 1.5k views
-
-
Bonjour De retour.... :) J'ai travaillé sur un profil pour moine tank. En C# J'ai utilisé CastSpellByIDAndPosition afin de lancer des tonneaux. Mais je remarque qu'il marque un stop dans son mouvement lors du lancement. De plus on ne peut choisir d'attendre la fin du sort avant de passer au thread suivant. Par contre cela est parfaitement possible avec le fightclass creator (Pas de stop et possibilité d'attendre la fin du sort pour passer a la boucle suivante. J'aimerais bien savoir si tu a prévu une commande en C# permettant de remplacer CastSpellByIDAndPosition car cette commande est visiblement limitée. Merci d'avance
-
- 2 replies
- 1.3k views
-
-
my WRotation dont atack guys in duels and in arena only in bgs pls help me
-
- 3 replies
- 1.7k views
-
-
Hello Looking for some conditions, and "Target Cast" wont help it, glad if u could help it I know few add-ons that can track these conditons, and didnt see any posts on the forum as well, hope it helps many - channeling (if target cast is channel, not a cast) -interruptable (if the target cast or channeling is interruptable or not) I plan it to use it on interrupts for various classes, interruptable condition will help to not waste interrupts on not interruptable ones and get it on cd channeling condition will interrupt the cast instantly while normal cast could wait till cast is about to end Thanx in advance
-
- 2 replies
- 1.9k views
-
-
Hello, First, Love the way fight class design works, simple & fast, thank you Here is where i stuck, Hunter - Marksman -100lvl Tools>Create Fight Class> Added 3 spells in this order by priority --------------- Chimaera Shot Aimed Shot Steady Shot ------------------- (can do in seconds which is very cool) Expected it to work like 1) if Chimaera Shot is castable cast then repeat from 1, else go to 2 2) if Aimed Shot is castable cast then repeat from 1, else go to 3 3) if Steady Shot is castble cast then repeat from 1, else go back to 1 ----------------- What happened in practice; Started WRobot, Alt+ Tab to Wow, Targeted the D…
-
- 5 replies
- 2.4k views
-
-
Hello Droidz. First of all I would like to thank you for our fantastic work with WRobot, it's great and the community here small but help full and great full :) I'm writing this post because i think we could easily upgrade rotation bot and increase DPS for each class. Currently we are only limited to one rotation that is simply based on FightClass and if we want to change it we need to stop the ot choose different and then start again which is ok but not really efficient for complicated rotations and serious DPS. As everybody knows you can't just use one rotation all the time if you want to max out DPS with your character, there are different rotations that need to be per…
- 6 replies
- 3.2k views
-
My main spec is frost that i use for questing and my second spec is arcane for dungeons and raids. If i start bot with when I'm on frost spec with frost fightclass everything is ok BUT when i switch the spec to arcane and fightclass as well to do the dungeon bot have a problem because it can't see the skills that come up with the talents and is simply skipping them in the rotation so for it to work i need to switch to arcane then close the bot, start again and start rotation bot which is a pain, i think it's because the software is READING the spell book skills only when starts and loads the plugins. So I do suggest to set the bot to read the spellbook every time the rota…
-
- 1 reply
- 1.4k views
-
-
I tried WRotations today for the first time and I want to enable movement so I checked the forums and found the options under Product Setting, But the buttons are sooo small and I cant see the options. Here is a screenshot to show what I mean (red circle) any help would be great....Thanks
- 3 replies
- 2k views
-
Hiya Droidz I wonder if there is a possibility to add something like this into rotation and if so how. If Prismatic Crystal detected within X yards attack Prismatic Crystal OR If Prysmatic Crystal detected within X yards from target attack Prismatic Crystal.
- 2 replies
- 1.7k views
-
Hello. I would like to add a spell that my pet can cast into my rotation but I have no clue how to do it as it's not on spell list. My water elemental can cast Freeze ( /cast Freeze ) that on some mobs can give me up to two extra fingers of frost, how to add it into rotation? I would like to keep my pet passive and let rotation to do the job with skill order that i want.
- 16 replies
- 4.2k views
-
I am running for the first time wrobot application. My character Rogue, Rogue - Combat V4B [bR] I've uploaded the .xml rotation file But my character or self- moving so I shut the going or character rotation button to where I want to stay out of my control , this time making auto attack while the boss is hitting on some mobs no skill is not working. I request my raid in my character that you just use the skills I walked . Can I make it ?
-
- 1 reply
- 1.4k views
-
-
Hi there, new to the forum and to this bot. I am only interested in the rotation bot part of the package, I have created my own Hunter raiding profile and it is working as intended. I have previously been using Anthrax Bot (SPQR) with my own custom raiding profile. This was pretty much maxing the DPS just at the SimCrafted results. Now to my problems with this bot to what I have not been able to find any solution or setting for. 1.First of all and most importantly, there is a general sluggishness with the bot. Sometimes it cast the next spell without delay and sometimes it does nothing for aprox 500ms. This might not sound like much but it generates a 2-3k dps l…
-
- 1 reply
- 2.9k views
-
-
Hello, I am new to this program and was trying the default fight class of the Elemental Shaman. The Rotation seems quite good, the only problem ( that is big in terms of dps ) is that Flame Shock does not renew when it's 2-4 seconds before expiring. It can happen ( tested ) that the target stays without Flame Shock in, also for 6/10 seconds that is way too much and it means dps loss. I am checking all the "spell conditions" but I cannot find the specified one for this problem. Someone can help me? Also when Ascendence is on, what it is supposed to do is just spam Lava Burst, but it shots some randoms Lightinig bolts which I do not understand (??) T…
-
- 1 reply
- 1.4k views
-
-
Hi, I developed a raiding WRotation profile for a Retribution Paladin. I use Final Verdict but for some Raid Bosses in BRF it is never triggered. For Gruul and Kromog all other spells are triggered as intended but at some time I'm sitting on my 5 Holy Power and Final Verdict is never triggered. I think it has something to do with the large hitbox of them, and that you cannot directly stand in 5 yard range to them. Can you help me with this problem? Do you need my profile? Thanks Vaioui
-
- 2 replies
- 1.8k views
-
-
Hi all, I'm trying to develop a healing raid profile. Is it possible to make wrobot managing selection of main tanks and raid members? e.g. if both MTs have >90 % health then target lowest raid member in range. If something like that is possible you could really make an awesome healing profile. Thanks for your answers, Vaioui
- 1 reply
- 2.5k views