Ponke56 1 Posted September 23, 2020 Share Posted September 23, 2020 Hi! Have downloaded and also tried to make a basic rotation for my Paladin. The bot keeps casting Exorcism without the "The Art of War" buff, And Templar's Verdict wont go off when having "Divine Purpose". First time trying a fight class in Cataclysm. I know it works with no problem when i run the wotlk version. Am i doing it wrong ? Best regards Retribution 4.3.4 1.0.xml Link to comment Share on other sites More sharing options...
Droidz 2737 Posted September 24, 2020 Share Posted September 24, 2020 Hello, you have try to activate spell settings "Debug mode" (on the bugged spells) to try to understand what happen? Link to comment Share on other sites More sharing options...
Ponke56 1 Posted September 24, 2020 Author Share Posted September 24, 2020 Thank you for the reply. I went and added debug mode on Exorcism . Spams alot , does not give me much information as i hoped since it is not suppose to cast at all, this is what it gives when running it (engaging a mob). No errors or anything. 17:35:57 - [Fight] Player Attack Deranged Helboar (lvl 60) [D] 17:35:57 - [FightClass] Exorcism - NeedToRun time to execute: 16 [F] 17:35:57 - [Spell] Cast Exorcism (Exorcism) [D] 17:35:57 - [FightClass] Exorcism - Run() time to execute: 312 [D] 17:35:57 - [FightClass] Exorcism - NeedToRun time to execute: 15 [F] 17:35:57 - [Spell] Cast Exorcism (Exorcism) [D] 17:35:58 - [FightClass] Exorcism - Run() time to execute: 391 [D] 17:35:58 - [FightClass] Exorcism - NeedToRun time to execute: 15 [F] 17:35:58 - [Spell] Cast Exorcism (Exorcism) [D] 17:35:59 - [FightClass] Exorcism - Run() time to execute: 1610 [D] 17:36:00 - [FightClass] Exorcism - NeedToRun time to execute: 16 I looked at the xml file, it clearly states that buff the art of war is needed , is there some other condition that i can try ? Or some other way to debug. Link to comment Share on other sites More sharing options...
Droidz 2737 Posted September 24, 2020 Share Posted September 24, 2020 tab tool, in "dev tools" can you click on buff name (maybe you have passive "The Art of War" buff)if it is case, try to check buff by spell id Link to comment Share on other sites More sharing options...
Ponke56 1 Posted September 24, 2020 Author Share Posted September 24, 2020 Ok so i started dev tools and checked player (de)buffs and found this. The Art of War: ID=87138, Stack=0, TimeLeft=0 ms, Owner=351506 , Found this to be rank 3 talent The Art of War: ID=59578, Stack=1, TimeLeft=9408 ms, Owner=351506 , And this is the actual buff. Now how do use the spell ID as "buff" instead of the text i usually go with ? Link to comment Share on other sites More sharing options...
Droidz 2737 Posted September 25, 2020 Share Posted September 25, 2020 Hello, use c# condtion with the code ObjectManager.Me.HaveBuff(59578) Ponke56 1 Link to comment Share on other sites More sharing options...
Ponke56 1 Posted September 25, 2020 Author Share Posted September 25, 2020 Now that works like a charm ! Added that line to C Sharp Code condition on exorcism and templars verdict. Awesomesauce ! Thanks alot for all the help Droidz! Droidz 1 Link to comment Share on other sites More sharing options...
cometttor 0 Posted July 8, 2023 Share Posted July 8, 2023 @Droidz Droidz, i have similar problem. At first exorcism were casted all the time. I applied C++ code you wrote and it stopped to being casted. But now its not usable anymore. When im proc on Art of War my paladin isnt using Exorcism at all. Dont know what is going on. I checked also art of war id and its the same as in post before. Please, help! CURRENT LOG (when art of war is ready but exorcism is not working) [F] 20:27:56.060 - [FightClass] Launch C# code: Exorcism [F] 20:27:56.759 - [FightClass] Launch C# code: Exorcism [F] 20:27:57.457 - [FightClass] Launch C# code: Exorcism [F] 20:27:58.178 - [FightClass] Launch C# code: Exorcism [F] 20:27:58.876 - [FightClass] Launch C# code: Exorcism [F] 20:27:59.587 - [FightClass] Launch C# code: Exorcism [F] 20:28:00.286 - [FightClass] Launch C# code: Exorcism [F] 20:28:00.989 - [FightClass] Launch C# code: Exorcism [F] 20:28:01.697 - [FightClass] Launch C# code: Exorcism [F] 20:28:02.409 - [FightClass] Launch C# code: Exorcism [F] 20:28:03.116 - [FightClass] Launch C# code: Exorcism [F] 20:28:03.820 - [FightClass] Launch C# code: Exorcism [F] 20:28:04.532 - [FightClass] Launch C# code: Exorcism [F] 20:28:05.235 - [FightClass] Launch C# code: Exorcism [F] 20:28:05.931 - [FightClass] Launch C# code: Exorcism [F] 20:28:06.648 - [FightClass] Launch C# code: Exorcism [F] 20:28:07.360 - [FightClass] Launch C# code: Exorcism [F] 20:28:08.066 - [FightClass] Launch C# code: Exorcism [F] 20:28:08.775 - [FightClass] Launch C# code: Exorcism Link to comment Share on other sites More sharing options...
Droidz 2737 Posted July 9, 2023 Share Posted July 9, 2023 14 hours ago, cometttor said: @Droidz Droidz, i have similar problem. At first exorcism were casted all the time. I applied C++ code you wrote and it stopped to being casted. But now its not usable anymore. When im proc on Art of War my paladin isnt using Exorcism at all. Dont know what is going on. I checked also art of war id and its the same as in post before. Please, help! CURRENT LOG (when art of war is ready but exorcism is not working) [F] 20:27:56.060 - [FightClass] Launch C# code: Exorcism [F] 20:27:56.759 - [FightClass] Launch C# code: Exorcism [F] 20:27:57.457 - [FightClass] Launch C# code: Exorcism [F] 20:27:58.178 - [FightClass] Launch C# code: Exorcism [F] 20:27:58.876 - [FightClass] Launch C# code: Exorcism [F] 20:27:59.587 - [FightClass] Launch C# code: Exorcism [F] 20:28:00.286 - [FightClass] Launch C# code: Exorcism [F] 20:28:00.989 - [FightClass] Launch C# code: Exorcism [F] 20:28:01.697 - [FightClass] Launch C# code: Exorcism [F] 20:28:02.409 - [FightClass] Launch C# code: Exorcism [F] 20:28:03.116 - [FightClass] Launch C# code: Exorcism [F] 20:28:03.820 - [FightClass] Launch C# code: Exorcism [F] 20:28:04.532 - [FightClass] Launch C# code: Exorcism [F] 20:28:05.235 - [FightClass] Launch C# code: Exorcism [F] 20:28:05.931 - [FightClass] Launch C# code: Exorcism [F] 20:28:06.648 - [FightClass] Launch C# code: Exorcism [F] 20:28:07.360 - [FightClass] Launch C# code: Exorcism [F] 20:28:08.066 - [FightClass] Launch C# code: Exorcism [F] 20:28:08.775 - [FightClass] Launch C# code: Exorcism Hello, check if the buff id is good in your game version . Link to comment Share on other sites More sharing options...
cometttor 0 Posted July 9, 2023 Share Posted July 9, 2023 4 hours ago, Droidz said: Hello, check if the buff id is good in your game version . Hi, I checked, and its exactly the same - 59578 (checked by elvui) Link to comment Share on other sites More sharing options...
Droidz 2737 Posted July 9, 2023 Share Posted July 9, 2023 Disable the option "Not spell, is C# code" Link to comment Share on other sites More sharing options...
cometttor 0 Posted July 13, 2023 Share Posted July 13, 2023 @Droidz Its working, thanks! Link to comment Share on other sites More sharing options...
Artek 3 Posted November 23, 2023 Share Posted November 23, 2023 how to check buff id? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now