-
Member
Last edited by dierkop; 08-03-2015 at 11:12 AM.
Reason: working
-
Member
Hellow. Jozsab rly thank you for such wounderfull tool! Got one question, mb I miss something - playn as warrior on wotlk private server and how can I make it use macro - equip 1h+shield, cast bash instead of just bashing, after everytime equipping 1h+shild by myself. Can this addon by itself equip 1h+shield (use usual warrior macro or smth else) and than cast bush? And how to achieve that? Sounds easy but I rly stopped there, will be glad to hear some toughts.
P.S. this warrior stance macros has no gcd so I rly dont understand where's the problem, hope on some warrios feedback. Thanks!
Last edited by Mikholap; 08-04-2015 at 10:09 PM.
-
Member
Does it work on wowbeez, Tudi?
)
-
Active Member
Originally Posted by
Mikholap
Hellow. Jozsab rly thank you for such wounderfull tool! Got one question, mb I miss something - playn as warrior on wotlk private server and how can I make it use macro - equip 1h+shield, cast bash instead of just bashing, after everytime equipping 1h+shild by myself. Can this addon by itself equip 1h+shield (use usual warrior macro or smth else) and than cast bush? And how to achieve that? Sounds easy but I rly stopped there, will be glad to hear some toughts.
P.S. this warrior stance macros has no gcd so I rly dont understand where's the problem, hope on some warrios feedback. Thanks!
i guess you can create a macro for item equip ? Item equipping - WoWWiki - Your guide to the World of Warcraft
Not sure what you mean "ast bash instead of just bashing"
I don't see the problem of making a macro something like :
PickupInventoryItem(offHandInventory);
PickupContainerItem(offHandBag,offHandSlot);
UseContainerItem(mainHandBag,mainHandSlot);
UseContainerItem(offHandBag,offHandSlot);
/cast bash
PickupInventoryItem(offHandInventory);
PickupContainerItem(offHandBag,offHandSlot);
UseContainerItem(mainHandBag,mainHandSlot);
UseContainerItem(offHandBag,offHandSlot);
And bind the autocast to that "bash"
If you want to do it inside LUA. You will need to edit the function "KickBot_onUpdate( )" inside KickBot.lua. You can check target / cooldown for bash than run "EquipItemByName(itemId or "itemName" or "itemLink"[, slot])" and than cast "bash"....
-
Member
i cany get this to work. it all activates but doesnt kick anything even on kick all.
-
Active Member
Originally Posted by
Schrub
i cany get this to work. it all activates but doesnt kick anything even on kick all.
i don't understand. What do you mean activate ? It casts the spell ? And "kick" does not interrupt ? Could you describe it in more detail what you did and what is happening ?
-
Member
I got it all setup, got my pummel and intim shout placed on 8 and 9 which is also the same key that's in the green box setup. But when someone casts the green box slightly changes colour and then changes back but it never interrupts, is there any solution for this? Tried this on the live servers, thank you for any help.
-
Active Member
Originally Posted by
adjy
I got it all setup, got my pummel and intim shout placed on 8 and 9 which is also the same key that's in the green box setup. But when someone casts the green box slightly changes colour and then changes back but it never interrupts, is there any solution for this? Tried this on the live servers, thank you for any help.
did you start the proper exe to send the keys ? SendBackKeys_x32.exe ( or SendBackKeys_x64.exe if you have 64 bit wow.exe )
it should say if he found or not the green box
You can test this by pressing enter ( chat ingame ) and see if it will try to write 8 or 9 in the chat
-
Private
I just completed a review of - Cast Interrupter by Basis & Mr.Sergey - and denoted that this interrupter is much more efficient than theirs.
Upon downloading their interrupter, I immediately ran into issues with the program. After process of elimination, solving the problem, I was able to get it functioning, but it didn't interrupt anything.
Moreover, I came back looking for an alternative, and I found this interrupter.
I've been using it for ~3 hours, 6 matches, 2400 3s bracket, and no problems.
I typically pay a private developer for my usual interrupter, but he's been away from a while, and I needed a new one to take it's place for the time being. This individual(s) made a very reliable interrupter.
-
Post Thanks / Like - 1 Thanks
jozsab1 (1 members gave Thanks to TaySwiftFan for this useful post)
-
Member
I would really appreciate some help.
It's a good interrupter overall, however sometimes I've found it presses random buttons which are not bound to the actual interrupter. I have fixed the settings (playing on live WoD, 64 bit interrupter for 64 bit WoW, etc), but it's still unreliable sometimes.
Thanks in advance
-
Active Member
Originally Posted by
Shredx
I would really appreciate some help.
It's a good interrupter overall, however sometimes I've found it presses random buttons which are not bound to the actual interrupter. I have fixed the settings (playing on live WoD, 64 bit interrupter for 64 bit WoW, etc), but it's still unreliable sometimes.
Thanks in advance

i tested it under win7 english version for 1 month and i did not encounter this issue. Any chance you are not using a typical english keyboard / character set ? Maybe you have some unusual keyboard that manages to overflow the "key" buffer ( some strange driver / macro / software combo ? ) ?
-
★ Elder ★
i read this hype about it being amazing at 2300 bracket and overall i find this ok, nothing ranked worthy but something lulzy to use in bgs.
-
Post Thanks / Like - 1 Thanks
jozsab1 (1 members gave Thanks to sed- for this useful post)
-
Member
-
Active Member
Originally Posted by
Maaarten
does it run on mac?
if there is a mac autoit build(installer), i think it would work.
-
Member
Hello,
I tried this thing today but i have an issue. Its kicking every spell randomly and i have troubles setting black/white list.
My idea is to disable the random kicking and just set a list of spells to kick.
Read me files told me to change AllowAnyPlayerSpellInterrupt = 1 to AllowAnyPlayerSpellInterrupt = 0 and i did.
Then i modified the whitelist line like this:
local SpellNamesCanInterruptOnPlayers = "Polymorph" "Cyclone" "Fear" "Hex" "Repentance" -- local SpellNamesCanInterruptOnPlayers = "Fireball|Frostbolt"
Saved relogged and it still kicks everything randomly.
I Also tried changing the configurations in game for:
"Only interrupt these spell names" and "Do NOT interrupt these spell names"
but i dont know if i dont space the abilities correctly but it doesnt work. I tried with . , ; !
Anyone that can help me fix?
Thanks.
Last edited by wayonese; 11-27-2015 at 01:13 AM.