Fight Classes assistance
690 topics in this forum
-
I'd like to use a different rank of pastor Devouring Plague , How can it be realized?
-
- 2 replies
- 1k views
-
-
I'm not sure what am I doing wrong? I just want to cast Cat Form when I enter combat, but nothing is happening. Please help! Here is my FightClass.xml <?xml version="1.0" encoding="utf-8"?> <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName>Druid</FightClassName> </FightClassGeneralSettings> <FightClassSpells> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HaveTarget</ContionType> <Param xsi:type="FightC…
-
- 1 reply
- 1.1k views
-
-
Hey lovely botters! I made a super simple warrior fight class for doing perfect pummels in arena. The fight class ONLY pummels and nothing else. Tested it in duels: And the fight class works perfectly ( beautifully perfect ) until the target get 1 healing in because pummel is on cd or if my warrior fictively sits in a kidney shot and therefore cant pummel the heal. After 1 missed heal the fightclass spams pummel every time it is off cooldown. So example: I set it to pummel any priest heal spell at 20% hp as an example, it pummels as it should until the priest healer get 1 heal inside and then it just spam pummels until I close the bot totally down…
-
- 2 replies
- 1.3k views
- 1 follower
-
-
Hello everyone. I got 2 Mortal Strikes in my FIght Class, both have same CD(Timer 4000) 1st Mortal Strike is used whenever rage bigger or equal to 20 2nd Mortal Strike is used whenever my character has buff (it reduces required rage to 0) Do Wrobot counts timer separately for it?
-
- 2 replies
- 1.1k views
-
-
Hi, how do I use items like Mana Emerald or trinkets in a fightclass? Using them by name like a spell seems not to work
- 1 reply
- 1.4k views
-
hi guys, i have a problem with my DK fightclass, sometimes the bot try to use Pestilence (say cast pestilence in the log) but he dont use it, i think is a delay problem or something, that is critical to the rotation because with the "glyph of diceases" u will refresh the diseases using Pestilence. i use the correct latency range in the options and i check and uncheck "unlock fps limit" and is the same thing...
-
- 5 replies
- 1.9k views
-
-
Hey, trying to fine tune some profiles to my preferences, but im running into this problem. When it looks for a buff ObjectManager.Target.BuffTimeLeft(new List<uint> { 84617 }) < 2000 it doesn't check if the buff is by me or not, how can i fix this?
-
- 1 reply
- 1.3k views
- 1 follower
-
-
Just a simple dudu rota, which should hot/heal all mates in the battleground, but it behaves pretty weird (does not buff, only heal myself etc) mb someone has an idea ? HealDuduBot.xml
-
- 0 replies
- 907 views
-
-
I have now bought the bot. As far as it goes, my mage conjures up water twice after each mob. I deactivated all plugins. I had already put the client in English and used 4 different fight classes. Always the same problem. I also use the quest profile from project X. The server is Rising Gods with 3.3.5a. Does anyone have an idea what it could be? Fightclasses are: Tom Frost 1-80 Mage Frost 1.1 BR Project Wholesome -Wotlk Fightclasses
- 1 reply
- 1.4k views
- 1 follower
-
Trying to make complex fightclass for my druid without coding. Mangle can have 3 different costs of energy which depends on Improved Mangle Talent, every time i lvl it up i need to change condition manually, would love to avoid it. Other way to work could be something like "use this skill only when it costs x energy" but there is no such way in coditions list. Is is possible to use specific skill only when specific talent is selected/not selected?(without using c#) Checked whole list of spell condition and couldn't find anything
-
- 4 replies
- 1.4k views
- 3 followers
-
-
I am having an issue where I can't get my rend to only be used when the duration ends on the target. It either spams rend or I can set it to apply only once per target but then if it misses it doesn't use it again. For my heals I have it set to Buff time left and that works perfect to reapply renew when it has 2 or less seconds left. But I can't find a condition that is the same for debuffs on targets.
- 2 replies
- 1.4k views
- 1 follower
-
Hey , I wanted to change some of my druid fightclass, so that he goes out of Catform once he tries to loot Quest items on the floor, like a piece of wood (not of kill quests). This is the code i currently use to get out of catform to farm ores. var nodesNearMe = ObjectManager.GetObjectWoWGameObject().FindAll(p => p.GetDistance <= 8 && p.CanOpen); // break bear for the nodes if (nodesNearMe.Count > 0 && !(ObjectManager.Me.InCombatFlagOnly) && ObjectManager.Me.HaveBuff("Bear Form")) { Lua.LuaDoString("CastSpellByName(\"Bear Form\",1)"); Thread.Sleep(40…
-
- 1 reply
- 1.3k views
- 1 follower
-
-
Hello, Is there any way to check for the last skill that was used, or if a skill was last used in a certain timeframe?/ Thank you.
-
- 1 reply
- 1k views
- 1 follower
-
-
Hello, Is there any way to check remaining skill uses for skills? i.e. Shadow Word: Death, Mongoose Bite, etc... Thank you EDIT: Nevermind. I kept looking for"Skill Stacks" instead of "Charges" and got nothing. GetSpellCharges works perfectly.
-
- 0 replies
- 991 views
-
-
So i want to use Blade Flurry only if there are 2 or more target, got no problem with it, but i dont know how to remove it when there is only 1 target
-
- 6 replies
- 1.5k views
- 1 follower
-
-
Hey i downloaded a few fight classes for mage, but unfortunately he does not stop conjuring Water Can someone help?
-
- 1 reply
- 1.1k views
-
-
Hello, I have written a C# Fight Class for Warlock and it works very well, the only problem I'm having is that I can't seem to differentiate between MY dots and someone else's... I can see in the dev tools when I click target debuff items, that the Owner of ALL buffs is 0, it doesn't seem to track the casting player's ID at all - is this just not working in TBC? Thanks! See below for data from dev window: TARGET Buff/Debuff: Track Humanoids: ID=19883, Stack=1, TimeLeft=0 ms, Owner=0 : ID=34084, Stack=1, TimeLeft=0 ms, Owner=0 Siphon Life: ID=30911, Stack=1, TimeLeft=26427 ms, Owner=0 Shadow Embrace: ID=32386, Stack=1, TimeLeft=0 ms, Owner=0 Death Coil: ID=27223, Stac…
-
- 2 replies
- 1.6k views
- 1 follower
-
-
Hi guys, does anyone have any ideas on how to make the bot run around the target within a certain radius using ObjectManager.Target.Position I once knew geometry well, but now "I cannot add 2 + 2", so I will be glad for any help
-
- 1 reply
- 1.6k views
- 1 follower
-
-
Hey when creating a FightClass there is the option to use a spell when "Me Is Stunned", but as it says it only checks for stuns. Anyone knows if it is possible to check if a player is rooted (frost nova, entangling roots, etc.)? http://www.wowwiki.com/API_HasFullControl'>API_HasFullControl works for fear, i can use that to use Berserker Rage to get out of it. If someone has a solution for roots, would be greatly appreciated :). my profiles work really good with the bot, but i am still trying to improve
-
- 3 replies
- 3k views
-
-
Hello, whenever i try to use the function for friend in a fight class i have game freezes just before it starts casting. I tried with a simple fight class casting Flash Heal on party members if health < 100 and each time i use life tap on the party member the game always freezes for 1sec before it starts casting. Is there a way to get rid of that game freeze ? thanks in advance ! Heres a video to illustrate what i am saying. game freeze.mp4
-
- 7 replies
- 1.9k views
- 1 follower
-
-
I'm trying to make a semi-decent fight class for my warlock but for some reason he only melees, can someone please explain to me why? I linked the fight class. Thank you! Test.xml
-
- 0 replies
- 973 views
-
-
Hello, i tried this, if UnitBuffName("arena1", Shadow dance) then RunMacroText("/Cast [@arena1]Psychic horror") end But it doesnt work, if someone could help me with that it would be great. Thanks in advance
- 3 replies
- 1.7k views
- 1 follower
-
Hey everyone, I'm working on a Totem Twist Fight Class for TBC and i want to add Settings, which allow me to chose the Totems i want the bot to use. I'm creating C# Fightclasses for a while. Yet i couldn't figure out, how to properly impliment options in the Settings. This is how i tried to make it work: [Serializable] public class TestingSettings : Settings { [Setting] [DefaultValue("")] [Category("Category")] [DisplayName("Displ")] [Description("Descr")] public string Setting1 { get; set; } private TestingSettings() { Setting1 = ""; } public sta…
- 3 replies
- 1.6k views
- 1 follower
-
I am writing a fight class in C# and got it to cast revive on dead party members but it will spam it. This is what I used Btw, huge thanks to @Sye for taking his time to show me around on how to write a fight class in C# I am very grateful
- 18 replies
- 3.8k views
- 5 followers
-
I have just made my dps fightclass using fightclass editor and using it on RDF / Raid but sometimes it hard to move away from boss AOE so is there any way to setup boss move freely by manually?
-
- 3 replies
- 2.2k views
- 1 follower
-