March 16, 20179 yr 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
March 17, 20179 yr 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
March 17, 20179 yr 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..
March 22, 20179 yr 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
June 13, 20178 yr 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
June 17, 20178 yr 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?
March 12, 20188 yr 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.
March 13, 20197 yr 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?
July 8, 20196 yr 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.
March 10, 20215 yr 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?
Create an account or sign in to comment