Fight Classes assistance
690 topics in this forum
-
Snippets C# codes for Fight Classes: http://wrobot.eu/forums/topic/3573-snippets-c-codes-for-fight-classes/ Snippets LUA codes for Fight Classes: http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/
-
- 0 replies
- 8k views
-
-
so i have tried loading different flight classes and also have tried different classes in game but all i can manage to get out of the bot is melee strikes no additional spells our abilities. i look in the log while the bot is running and i can see that sinister strike is being spammed but it is never being used by my character. am i missing something besides just loading the flight class into the bot ? any help is appreciated
- 9 replies
- 3.3k views
- 3 followers
-
Hello there. Is there anyone who can help me create a fightclass for combat rogue? Would love Stealth, cheap shot, poisons and for it to use combat points. It only spams sinister strike now. Thx, deerly
-
- 0 replies
- 1.5k views
- 1 follower
-
-
Hello! The private server I am on just dropped a patch (Turtle Wow)... My issue is.. Since that patch.. All of my "fight classes" have started to function in Chinese? But like.. they won't actually activate spells (IE, blessing of might is not applied, because spell never applies... so it just keeps spamming). Anyone have this issue? Did I mess up my Wrobot somehow? Previous "working" log from nov 17th is also attached... Edit 11/23/24: Attached my modified fight class (It uses a custom spell called "Holy Strike" so that is in the code, it jsut spams it to use on CD). Just dropping the fight class here in case anyone can figure out the issue 0.0 I'm…
-
- 9 replies
- 2.7k views
- 6 followers
-
-
Does anyone have a flashclass for DK unholy pvp that they can send me? I've tried various flashclasses available on the forum but they don't work very well.
-
- 1 reply
- 1.1k views
- 1 follower
-
-
I need an interrupt script for my resto shaman. Something simple like interrupting a set target focus with Earth Shock. I tried some things but couldn't get anything to work. If anyone can help or give some guidance I would be grateful. Also, what profile should I then load into Wrobot itself? I also ask ChatGTP for lua but dont think this is correct if some u guys can check it for me rly quick ! local interruptSpells = { ["Healing Touch"] = true, ["Tranquility"] = true, ["Regrowth"] = true, ["Cyclone"] = true, ["Frostbolt"] = true, ["Polymorph"] = true, ["Howl of Terror"] = true, ["Fear"] = true, ["Drain L…
-
- 0 replies
- 1k views
- 1 follower
-
-
Hi, I have problem with my hunter, he not stay in distance to the target during fight, just walks to the mob and start rotate around the target t instead of keeping fight distance. I have selected range in my fight class. That must be 1 stupid thing but I don't know what it is. Can anyone help? EDIT: Sorry for posting this topic here, should be in thread for private servers but I can't delete it now. Can anyone move it to a topic for Pandaria?
- 3 replies
- 2.5k views
- 1 follower
-
How to make a mount summon in fightclass only after gathering herbs and veins? for example, if there are no resources in a radius of 10, then the trigger occurs? Without this, the character wants to mount as soon as he gets off it. The usual way of summoning a mount stopped working on the server. They probably updated something. P.S. this is Google Translate, sorry)
-
- 2 replies
- 1.4k views
- 1 follower
-
-
When the target that can be attacked is a humanoid creature, how should this judgment statement be written in C code? Thanks for your help!
- 7 replies
- 1.2k views
- 1 follower
-
I wrote a rotation for balance druid for WoW 7.3.5 The rotation distance is specified: public float Range { get { return 40.0f; } } Manage character movement == off Rotation on druid lvl 110 works fine, but on a low level character... The character constantly runs to the melee zone and only then starts using rotation! What should I do so that the character does not run to the melee zone, but uses spells as befits an owl, at a range distance. Thank you. PS. I also made a rotation for the restoring druid. While the druid heals - everything is great, but... As soon as I start using "wrath" - the character runs into the melee zone. I think there is one p…
-
- 1 reply
- 1.3k views
-
-
I Have Been Testing Different Fight Classes On a Legion Private Server Every Dps Fight Class i Created Works Perfectly except the marksman hunter the rotation works fine but then all of a sudden it stops after 20 secs then nothing happens then it starts working fine then it stops when you switch targets the same thing happens and the entire cycle repeats i tried bm hunter and it works perfect with 0 issues i tried every possible option but nothing works it's the same issue of the rotation just stoping.. any idea what seems to be the issue here ?
-
- 1 reply
- 1.2k views
- 1 follower
-
-
Hey, I've downloaded a couple of Hunter Fighclasses and they all keep spam buffing Trueshot Aura as Hunter. Idk why this is happening. Playing on Warmane Onyxia and don't know what I can do. Tried 4 different Hunter FC's, all spam Trueshot Aura cast and does not do anything else. Best Regards & thanks for the help!
-
- 1 reply
- 1.2k views
- 2 followers
-
-
Hi, I am writing a complex, situational rotation in C#. Is it possible to set a flag in the client and catch it during rotation? Maybe someone has already solved this issue? For example, define commands like /burst on or /burst off and the wrobot will pick them up and, depending on the flag, will use or not use some skills. Stopping the rotation, changing the settings and starting it back during the battle is a bad idea. I see one solution to this problem so far: 1. Create a private chat. 2. Write the commands I need there 3. Read the private chat with the code in the rotation and set the necessary variables. Maybe there is a better solution? Thanks
-
- 2 replies
- 1.4k views
- 1 follower
-
-
Hi there, I have lots of experience in writing entire combat scripts in LUA, is it possible to do that with WRobot? If I use the FightClass editor and call my script "Warlock" for example, can I then put an entire rotation in LUA and use the "Not spell, is lua script" option? If so, is there a "template" or wrapper I should be using as a base for the rotations? Many thanks Ofrex35
-
- 2 replies
- 1.6k views
-
-
I copied a fightclass for holy priest healing and tried to make it work for mistweaver monk by replacing the priest spells with the monk ones 😅, i know that's not how it works but bare with me i am a total noob when it comes to coding. i get this when i try to start the fightclass Any ideas ? Thank you.
- 4 replies
- 1.8k views
- 1 follower
-
Hey everyone, I'm currently working on a fight class profile for my warrior and I'm trying to figure out how to implement stance dancing effectively. Specifically, I want my profile to do the following sequence: Switch to Battle Stance. Use Charge. Use Rend. Switch back to Berserker Stance and remain there until combat ends. Could someone guide me on how to script this in my fight class profile? Any specific scripting examples or tips would be greatly appreciated. Thanks in advance! WotLK_Warrior_Fury.cs
-
- 1 reply
- 1.2k views
-
-
Hi, folks. I have a problem with my fightclass, maybe someone can help me? Anyway, this description of my problem. I'm playing on custom wow server, which using russian language. So I have to do my fightclass use lua code (/runMacroText ""). It's works great, when I using it for myself, but doesn't work, when I need healing class for teammate. For exaple: I'm trying go to dungeon my character with heal, but chart just staying afk. He's trying healing enemy, but not teammate. He just choice teammate at targen on 1-2 second and switches to someone else. Then they're just die. So, how can I do to my healing teammate, don't enemy?
- 5 replies
- 2.3k views
- 1 follower
-
I downloaded this [Free] Project Wholesome - WOTLK Fightclasses (all 10 included) 1.0.xxx Which folder should i put the .dll?i tried in products and in FC but my wrobot crashes.
-
- 1 reply
- 999 views
- 1 follower
-
-
Hello, I am trying to create a hunter fight class to use with gatherer. I want the bot to run to nodes and then feign death if a mob is attacking it. I can get the bot to use feign death at the node, but then it starts chasing the mob and trying to fight it. How can I get the bot to use feign death and wait, then continue harvesting the node. Thanks, woody
-
- 0 replies
- 1.2k views
- 1 follower
-
-
Title. I thought it had to do with something wonky on conditions, so I stripped all of the conditions and set it to top priority. It just won't drop this totem. Strength of Earth works fine, Windfury Totem works fine. It doesn't show up on the log, it's not even trying to cast it.
-
- 2 replies
- 1.7k views
- 2 followers
-
-
@DroidzI previously created a topic https://wrobot.eu/bugtracker/problem-with-the-combat-system-r1528/ it describes the problem. I spent a lot more time and it seems I was able to find the logic. There is 1 more additional faction on my server. Players of this faction can attack the Alliance, Horde, and even players of their own faction. At the moment, everything works as follows => The Alliance can respond to Horde attacks. The Horde can respond to Alliance attacks. However, neither the Alliance nor the Horde will respond to the attacks of the 3rd faction. Also, if the character belongs to the 3rd faction, then he will not respond to any attacks in principle. I tried …
-
- 1 reply
- 1.2k views
-
-
So I am using a ret pally fight class bot for Cata and the condition to use exorcism is to have both "mana percent greater than 65" and the buff "The Art of War" being active. But the character is using exorcism only based on mana percent checking condition. In other words, it uses exorcism whenever mana percentage is greater than 65. Here is the part of code: <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>MeLevel</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>BiggerOrEqual</Type&g…
-
- 1 reply
- 1.3k views
-
-
Does anyone have a WotLK FightClass PvP profile for a Arms Warrior? Free would be nice but I'm willing to pay as well. All the profiles I've seen so far are PvE focused or single target for Arms Warrior. Any help would be appreciated.
-
- 0 replies
- 1.3k views
-
-
Is there a way to stop the generic AIO Fighter class (Wotlk) from casting a certain spell on my mage? I want to blacklist the spell "Icy Veins" as its not working and my character gets stuck on trying to spam it. I've looked at the logs and its pulling the spell data from something called SpellManager below, how do I find where its pulling this data from so I can delete the spell? 11:13:09 - [SpellManager] Initializing SpellBook - (Wait few seconds) 11:13:09 - [SpellManager] Initialize SpellBook Finished (48 spell found) [D] 11:13:09 - [SpellManager] List of id found in spellbook:
-
- 0 replies
- 690 views
-
-
I downloaded a fight class for a priest and warlock, both of these fight classes have a shoot wand action in their respective fight scripts. One chooses to melee attack, while the other keeps spamming interrupted. edit: I fixed it by adding to the spell "shoot" tool bar.
-
- 3 replies
- 2.6k views
- 1 follower
-