WTF12345 0 Posted March 16, 2017 Share Posted March 16, 2017 I am trying to get my priest fighclass to use wand correctly. Currently it switches between autoattack and Shoot. It seems that the bot presses the button multiple times(3) and turning shoot off and on throughout the fight. This is what i have, it works but looks realy bad autoattacking. Am i missing something? Priest 5-10.xml Link to comment Share on other sites More sharing options...
Droidz 2722 Posted March 16, 2017 Share Posted March 16, 2017 Link to comment Share on other sites More sharing options...
Jalapan 6 Posted March 16, 2017 Share Posted March 16, 2017 i have the same problem with wands..in TBC client Link to comment Share on other sites More sharing options...
Jalapan 6 Posted March 17, 2017 Share Posted March 17, 2017 21 hours ago, Droidz said: is there a fix for this in TBC aswell? Link to comment Share on other sites More sharing options...
Droidz 2722 Posted March 17, 2017 Share Posted March 17, 2017 3 hours ago, Jalapan said: is there a fix for this in TBC aswell? In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell Link to comment Share on other sites More sharing options...
Jalapan 6 Posted March 17, 2017 Share Posted March 17, 2017 3 hours ago, Droidz said: In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell So my wanding should be Shoot set to 1000 time and Condition = C Sharp Code value = isAutoRepeat = IsAutoRepeatSpell("Shoot") does this seem right? because its not working :( Main problem with tbc wanding is that bot switches between melee weapon and wand and spam it.. Link to comment Share on other sites More sharing options...
Droidz 2722 Posted March 22, 2017 Share Posted March 22, 2017 On 17/03/2017 at 6:45 PM, Jalapan said: So my wanding should be Shoot set to 1000 time and Condition = C Sharp Code value = isAutoRepeat = IsAutoRepeatSpell("Shoot") does this seem right? because its not working :( Main problem with tbc wanding is that bot switches between melee weapon and wand and spam it.. Hello, use "Lua Script" condtion LuaScript: isAutoRepeat = IsAutoRepeatSpell("Shoot") Research: 1 Var: isAutoRepeat Link to comment Share on other sites More sharing options...
Bioaim 1 Posted April 18, 2017 Share Posted April 18, 2017 Bot won't cast "Shoot" anymore with this LUA Script as Condition. dirtyjobs 1 Link to comment Share on other sites More sharing options...
dirtyjobs 14 Posted May 28, 2017 Share Posted May 28, 2017 bumping because lua script condition isnt working for me either Link to comment Share on other sites More sharing options...
Juicebar 0 Posted June 13, 2017 Share Posted June 13, 2017 Try using the Shoot Wand from this profile. I got it off someone on discord and it works for me, there is some script put in there. Just go in and copy the spell into your own profile :) Priest_2.xml Link to comment Share on other sites More sharing options...
ryno239 0 Posted June 17, 2017 Share Posted June 17, 2017 Still cannot get wand to work tried the profile attached always get spell compliation error when starting the bot, can anyone attach a working wand profile for TBC? Link to comment Share on other sites More sharing options...
pasdoy 1 Posted March 12, 2018 Share Posted March 12, 2018 same error in tbc. got it to work? Link to comment Share on other sites More sharing options...
pasdoy 1 Posted March 12, 2018 Share Posted March 12, 2018 for anyone wondering I ended up having to track shoot in a C# custom class with some nasty hoops to keep the bool up to date. Link to comment Share on other sites More sharing options...
Lixion 1 Posted March 13, 2019 Share Posted March 13, 2019 I still can't get wand "Shoot" to work. Get error: [E] 17:06:02.728 - Compilator Error : : error CS0117: 'wManager.Wow.Helpers.SpellManager' does not contain a definition for 'GetSpellSlotId' I know nothing about C#. I tried the LUA script to no avail. Anyone with a work around that they can share? Link to comment Share on other sites More sharing options...
Energia 20 Posted July 8, 2019 Share Posted July 8, 2019 Anyone solved a problem ? I've made warlock affli fightclass and using what is the last thing missing to work ? I tried copy that C# code, lua scripts and it didnt work. 2.4.3 client. Link to comment Share on other sites More sharing options...
residualdragon 0 Posted March 10, 2021 Share Posted March 10, 2021 Bump please, i cannot get Shoot to work for TBC client as well.. tried the Lua script and didn't work. Anyone get it working yet? Link to comment Share on other sites More sharing options...
h20bong 0 Posted December 26, 2023 Share Posted December 26, 2023 Working 100% for Vanilla, haven't tested on any other private servers. 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