Results: 5Comments by: ofdeath
File: BindPad - GUI to set keybindings for spell/item/macro06-11-09
Originally posted by Tageshi Conf...
Posted By: ofdeath
Originally posted by Tageshi Confirmed same problem. I don't know why either. Maybe Blizzard added some limitation to /click ??? Ah, it's a looping problem. It's blocked by Blizzard to make a macro loop itself.
File: BindPad - GUI to set keybindings for spell/item/macro06-09-09
Originally posted by Tageshi Yes....
Posted By: ofdeath
Originally posted by Tageshi Yes. /click BindPadMacro There are two macros and macro1's KeyBinding is 'Q'. macro1: /click BindPadMacro macro2 /s It's macro1 macro2: /s It's macro2 When I press 'Test' button of macro1's edit macro panel, it says It's macro2 It's macro1 But when I press 'Q', it says It...
File: BindPad - GUI to set keybindings for spell/item/macro06-06-09
Is it possible to call another bind...
Posted By: ofdeath
Is it possible to call another bindpad macro in bindpad macro?
File: FishermansFriend05-10-09
Next code is simple way to check 'u...
Posted By: ofdeath
Next code is simple way to check 'using fishing pole'. FishermansFriend.lua:264 local usingFishingPole = IsUsableSpell((GetSpellInfo(7620))) Be careful not to put 'GetSpellInfo(7620)' in parenthesis.
File: TradeTabs01-26-09
Re: 3.0.8
Posted By: ofdeath
I think this code will work. TradeTabs.lua:117 if IsAddOnLoaded("Blizzard_TradeSkillUI") then TradeTabs:Initialize() else TradeTabs:RegisterEvent("TRADE_SKILL_SHOW") TradeTabs:RegisterEvent("UNIT_SPELLCAST_SUECCEEDED") TradeTabs:SetScript("OnEvent",TradeTabs.OnEvent) end