June 6, 201312 yr Not really sure if do something wrong, but my fight class NEVER uses Heart Strike ( DK - Blood Spec) i added it with conditions and without conditions... it just doesnt work. any clue? regads
June 6, 201312 yr Lets see ur fight class. Also try moving it to the top of the list. The bot goes in order. Spooge
June 6, 201312 yr Author it is not an issue of my fight class. i also tried the dk fight class which is posted in the forum. now i evaded the problem by using blood boil to waste my blood runes. but still. there is something wrong with heart strike,
June 6, 201312 yr Hello, Can you share your log please. Read this topic: Try this macro: /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end (this macro displays spells list and base spell name).
June 6, 201312 yr Author okay i tried it. replace heart strike with blood strike and it works . kk thx is this sloppy programming on the part of blizzard oO?
June 7, 201312 yr I ignore raison, but in spellbook, only base spell id appears (you can found list of spells id of your spellbook in log).
Create an account or sign in to comment