Fight Classes assistance
690 topics in this forum
-
Hi, I'm currently creating a fightclass and I have a problem. I can not find the spell "Chi Explosion" . It is the talent specialization level 100 . Is if I add the name of spell directly in the list of priorities it work? Thank you beforehand. ------------------------------------------------------------------------------------------------------------- Bonjour, je suis actuellement en train de créer une fightclass et j'ai un problème. Je ne trouve pas le sort "Nova de Chi". C'est le talent de spécialisation niveau 100. Est-ce que si j'ajoute le nom du sort directement dans la liste des priorités cela marche ? Merci d'…
- 4 replies
- 1.7k views
-
Hi, I tried to develop a Holy Paladin Fight Class. I made at first one which automatically selects injured party/raid members. As this seems not really to work I developed a profile where I target group members by myself. But this does not work either. I tried to heal Proofing Grounds, but my Healer just stands still and does nothing, in each case. Can you help me to setup this healing profile? I also made a switch for Group Healing via macro. But this does not work either. /run if aoeHeal == 1 then aoeHeal = 0; print("AOE-Heal deactivated") else aoeHeal = 1; print("AOE-Heal activated") end See attached my 3 profiles. Thank you in advance. Holy P…
-
- 6 replies
- 3.1k views
-
-
How can I use this code to fear him instead? Ok, my bot is fighting with arena-opponent 1 in "party" mode. arena-opponent 2 wants to cast something. My bot should fear arena-opponent 2 in this case. But not switching target completely. Would this also works for detecting some buffs of an arena-opponent? And another question: How can I command the bot (in party-mode) to switch target, when his target is in CC, or in some invulnerable mode? I want to heal, so my own target is not always the right one for the bot. I thought to write a phrase in chat, this command signals a lua-code in his fight-class to switch the target. …
-
- 0 replies
- 1.2k views
-
-
Hi, this my first post here. Wrobot is, a great tool with, a lot of possibilities, but i can't find some options which make me 100% happy. One of this option is checking conditions on focus, party1, arena1 etc. and casting spells what i want. A simple example can be arena2 casting Fear, so i cast Tremor etc. Can someone tell me how to write script like this. I have, a lot of ideas to make PvP scripts, but don't confuse with pve bot rotation with is useless on arena. Thx for help. Will it work? local spell, _, _, _, _, _, _, castID, _, = UnitCastingInfo("Arena1") local enabled = GetSpellCooldown("Tremor Totem") if spell then …
-
- 2 replies
- 1.8k views
-
-
hey guys im just trying to make grimoire of sacrifice work and im not having any luvk :( i've tried lots of different settings to no success here is my fightclass [1App]Warlock Affli.xml
-
- 2 replies
- 1.5k views
-
-
hi i was wondering if anyone knows how to make earthquake cast? it will activate the ground target marker but not actually cast it. if anyone could help i'll be able to upload my shaman fight class! its very good at the moment! thanks in advance!! :)
- 2 replies
- 2.1k views
-
Hello, i have question about create fightclass, which command use skill/spell if any skill/spell get flash few times at actionbar? is that "is spell useable"? many thanks
-
- 1 reply
- 998 views
-
-
Hi, Been working on a BM hunter Fightclass, most of it i am happy with but 2 things i can't work out... I have Focus Fire that was working for abit when i had the Fightclass Creator open, after i had closed it, it no longer was activating when on or less than 5 Stacks of Frenzy And the other issue i have is Explosive Trap will only work when i am within 5 yrds of the target yet i have it set to Less than 40 yrds and it is set as AoE casted at targets location. Would appreciate any help with this. Here is my Fightclass My BeastMasterHunter.xml
- 2 replies
- 2.1k views
-
Hey guys! I love Wrotation but im having an issue. First off im insta interupting witch i dont like.. none has reaction time like that :D Ive tried using the "Casting time left" function but cant make it work.. i found some code "if (not (UnitIsPlayer("target") and UnitIsPVP("target")) ) or (((GetTime()-startTime)*100/(endTime-startTime)) > 50) then " Aparently this would make it interupt casting at 50% witch would look more normal but also get rid of most duke casting. Ive tried entering it in a lua condition but just does nothing :( im a noob... I MUST!! win at wow while doing as little as possible with ciggys and drinks in my hand.…
-
- 1 reply
- 1.5k views
-
-
I actually have the version for Pandawow and i'm still trying to create a fight class wich can be used as "Healing sphere" bot for my MW monk. I guess it's possible since you added the function "AOE SPELL" but actually my fight class is doing nohing. I also tried the condition via Lua function : ActionButtonDown(5) so that he use the orb below my target whenever i press the key "5" but that won't work for any reason. using Wrobot 1.2.0 EDIT: I actually just wrote the ORB thing into the "Ohren - windwalker" profile and yes in a BG he gives hisself the orb when hes below 80% (my condition) any idea how to change that that he will only do th…
- 2 replies
- 5.1k views
-
Hi, I am running two accounts and one being the tank that i play manually and the other being a Healer (shaman) I have tried a few things to try to get my shaman to heal itself and it only heals my tank, I have it set for party. Not sure what I'm missing in order to have it heal itself. The attached file only has 2 spells in it as i am adding them as i level on a low level toon. Resto Shaman.xml
-
- 1 reply
- 1.6k views
-
-
Trying to find which condition checks this status? Also what does the Target Influence condition mean?
-
- 1 reply
- 1.4k views
-
-
Currently i'm using the only mm hunter fightclass that works in tanaan jungle and doesn't get me killed while gathering. problem is if it attacks something (like a daggerfish hunter) that is phased out and evades every attack it won't stop. also this doesn't use the pet for spirit bond!!! how do i fix this please ::( i use the only mm hunter fightclass on the forumns here. ohrens didn't come in the download although it says that it is there. please any help at all would be fantastic.
-
- 2 replies
- 1.7k views
-
-
the selection is blank? and when i click download more profiles this is also blank?! so confused right now! please help
-
- 3 replies
- 1.6k views
-
-
Hello, I'm trying to get Artillery Strike to work in my fight class. Here are my attempts - it doesn't work. Any suggestions? <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>LuaScript</ContionType> <Param xsi:type="FightClassConditionLua"> <LuaScript>count = GetItemCount(162077) ; if count > 0 then vRet = 1 else vRet = 0 end</LuaScript> <VarRet>vRet</VarRet> <ValueRet>1</ValueRet> </Param> </FightClassCondition> <FightClassCondition>…
-
- 5 replies
- 2.2k views
-
-
When using fight classes my char do nothing, attacking just by demon. Here is screen with log.
-
- 6 replies
- 1.9k views
-
-
I have this issue with wRobot that it isnt attacking target dummies. I do see in log that bot says following. [Blacklist] Added, 0 uniques Npcs, 0 Blackspots and 0 Npcs types (Training dummy ignored = True). If its ignoring training dummies, is there way to enable fighting target dummies? It would be important on developement of fight class to see if its running rotation properly. It is attacking those training dummies that attack you. Thanks, FF
-
- 1 reply
- 1.5k views
-
-
I am basically only using the gathering routine, but when it gets into combat there are a number of things I notice and dont know how to change. I have been using the bot on trial basis for couple weeks now, and just today purchased it I am a fury warrior with bloodthirst and impending victory, but it doesnt use those spells to heal so I die A LOT unless I am actively intervening every fight. is there a way to make it use abilities and talents? as of yesterday, it just keeps spinning around in combat.. almost as if half of it is trying to run away and the other half turns to fight so the screen is constantly spinning and I cannot understand why this is suddenly …
-
- 2 replies
- 1.6k views
-
-
If just released my first Enjoy. I've never tested it in Dungeons, so be careful on your first usage. I dont know if it will be a good tank, but it will be a good farmer.
-
- 0 replies
- 1.5k views
-
-
Hey guys :) I will make a profil for the Arms Warriors, but the profil won't run like I will. the Rotation is: Charge ->Ravager -> Rend -> Mortal Strike -> (Execute if it Procs) -> Whirlwind -> Whirlwind. But he makes: [F] 20:48:57 - [Spell] Cast Charge (Charge) [F] 20:48:58 - [Spell] Cast Charge (Charge) [F] 20:48:58 - [FightClass] Launch AOE Spell: Ravager [F] 20:48:58 - [Spell] Cast Ravager (Ravager) [F] 20:48:59 - [Spell] Cast Recklessness (Recklessness) [F] 20:49:00 - [Spell] Cast Dragon Roar (Dragon Roar) [F] 20:49:01 - [Spell] Cast Colossus Smash (Colossus Smash) [F] 20:49:02 - [Spell] Cast Rend (Rend) [F] 20:49:04 - [Spell] Cast Rend (Re…
- 3 replies
- 2.3k views
-
How can i make my Ele shaman fight class heal at 20% using healing surge?
- 2 replies
- 2k views
-
First of all i would love to say : THIS SOFTWARE IS AWSOME!!!! It made me see a whole new side of World of warcraft which i appreaciate. I can now build a team of 5 account and 5 different character as they play together simultanously. Here's my story: Basicly, all i would need to know is how to tell Proprely to my Fighting class To cast Surging Mist , While he is channeling Soothing Mist. ITs been an hour i tryed every single conditions and i think i might just have skipped it. Thanks in advance for help and Keep the good work up!. As soon as i know HOW i will be able to complet and Share my Mistweaver Fightclass for MOP 5.4.2 EDIT : MY ACTUALY …
-
- 1 reply
- 3.2k views
-
-
Because wrobot didnt support fights on mounts at the moment, we have to do a lot of changes to get a working fightclass. And this fightclass supports the Nagrand Mounts only in wrotation. But if you want ride and fight, here is what you have to do: Enable fight on Mount in every spell: <CastIfMounted>true</CastIfMounted> And you have to disable fighting, if you are on the wrong mount: <FightClassCondition> <ContionType>LuaScript</ContionType> <Param xsi:type="FightClassConditionLua"> <LuaScript> local goodMountBuff={164222,165803} local goodMount=false for n=1,#good…
-
- 1 reply
- 1.6k views
-
-
I am happy to proudly present you the very first fightclass with Frostwolf War Wolf and Telaari Talbuk support. The Fightclass is for Combat Rogue and can be downloaded All fights can be done mounted. But, because wrobot did not support Frostwolf War Wolf and Telaari Talbuk at the moment, only wrotation makes sense. With other Products you will be unmounted. Sorry Also new: Evasion (if health under 50 % and you are the target) Feint if a spell is not kickable. Because AoE is not very detectable, its not the best solution, but if you have a better Idea, send me a message.
-
- 0 replies
- 1.7k views
-
-
Hi, I made some profiles with the condition "hostile unit near" or "hostile unit near target" for some spells. These spells are never launched. Cann anyone look into my profiles and tell me how to fix this? Thanks V Beastmaster v1.xml V MS Warri v1.xml V Retri v3.xml V Windwalker v1.xml
- 11 replies
- 3.7k views