asdaaf
Player-
Content count
31 -
Joined
-
Last visited
Everything posted by asdaaf
-
sure it is possible but when you switch weapons in combat it triggers global cooldown. i can make it if you want it regardless.
-
can you show a screenshot? do you have omnicc?
-
Asking about if WoD character models are banable
asdaaf replied to shorbagy123's topic in UI, AddOns & Macros
yea it is. -
no that's still not the correct one. you can look at past revisions of pages in wowwiki. it is available in the drop down menu next to the yellow edit button.
-
in retail it returns the raid index. you have to open the history tab to see what it does in 1.12.1.
-
A simple macro that fails in PvP but works in PvE...
asdaaf replied to Patrykiel's topic in UI, AddOns & Macros
local f = CreateFrame('frame') f:RegisterEvent('CHAT_MSG_SPELL_PERIODIC_HOSTILEPLAYER_BUFFS') local exhaust = {} function castcurse() if exhaust[UnitName('target')] then if exhaust[UnitName('target')] > time() then CastSpellByName('Amplify Curse') exhaust[UnitName('target')] = nil end CastSpellByName('Curse of Exhaustion') elseif UnitClass('target') == 'Druid' then CastSpellByName('Curse of Shadow') elseif UnitPowerType('target') ~= 0 or UnitClass('target') == 'Paladin' then CastSpellByName('Curse of Exhaustion') else CastSpellByName('Curse of Shadow') end end function curse_OnEvent() for k,v in pairs(exhaust) do if time() > v then exhaust[k] = nil end end if string.find(arg1,'%a+ gains Sprint%.') then local _,_,name = string.find(arg1,'(%a+) gains Sprint%.') exhaust[name] = time() + 15 end end f:SetScript('OnEvent',curse_OnEvent) i don't know how you can make this into a macro so i suggest you make into an addon. -
is there an addon that adds some kind of a bar for GCD. i couldn't find one myself.
-
A simple macro that fails in PvP but works in PvE...
asdaaf replied to Patrykiel's topic in UI, AddOns & Macros
/run local c,u=CastSpellByName,UnitClass('target') if u == 'Druid' then c('Curse of Shadow') elseif UnitPowerType('target') ~= 0 or u == 'Paladin' then c('Curse of Exhaustion') else c('Curse of Shadow') end -
How to simply use an item with a script, in a macro? not from inventory slot, from name
asdaaf replied to whatisgoingon's topic in UI, AddOns & Macros
if you have castmodifier try this /run if IsControlKeyDown() then MMC.DoUse('item1') else MMC.DoUse('item2') end -
How to simply use an item with a script, in a macro? not from inventory slot, from name
asdaaf replied to whatisgoingon's topic in UI, AddOns & Macros
if you have supermacro you can use use('itemname'). -
What macros/scripts are there to buy multiple stacks and to click the accept frame?
asdaaf replied to whatisgoingon's topic in UI, AddOns & Macros
1) /run StaticPopup1Button1:Click() 2) /run local n='Crystal Vial' local q=10 for i =1,50 do if GetMerchantItemInfo(i) == n then BuyMerchantItem(i,q) end end you have to change the 'n' to equal to the name of the item you want to buy and 'q' to the amount of times you want to buy the item. -
[Request] Addon to track when Mongoose Bite & Counterattack is usable
asdaaf replied to Cruzix's topic in UI, AddOns & Macros
you can redownload it from github. the .toc file is now correctly named thanks to fulzamoth. -
[Request] Addon to track when Mongoose Bite & Counterattack is usable
asdaaf replied to Cruzix's topic in UI, AddOns & Macros
should work now. -
[Request] Addon to track when Mongoose Bite & Counterattack is usable
asdaaf replied to Cruzix's topic in UI, AddOns & Macros
ok i'll see what i can do. -
[Request] Addon to track when Mongoose Bite & Counterattack is usable
asdaaf replied to Cruzix's topic in UI, AddOns & Macros
https://github.com/asdaaf/MB-CA-icons i have not tested if it works with counterattack, but it should. -
click the black arrow pointing down next to edit and choose history.
-
[Help] Weird ui bug causing "..." everywhere
asdaaf replied to Randythor's topic in UI, AddOns & Macros
if you use uiscale try to increase it. -
I have used supermacro for 4 years and never had a problem with it.
-
just add GameTooltip_UnitColor = function() GameTooltip:Hide() end to the end of some addons .lua file on a new line.
-
i have been muted for 694 days 10 hours 27 minutes and 33 seconds
asdaaf posted a topic in Help & Support
mute removed -
i have been muted for 694 days 10 hours 27 minutes and 33 seconds
asdaaf replied to asdaaf's topic in Help & Support
i cant change it :D. when i try to change it in game it says i'm muted and the one on their website doesn't work. e:managed to change it -
i have been muted for 694 days 10 hours 27 minutes and 33 seconds
asdaaf replied to asdaaf's topic in Help & Support
doubt it, i have authenticator and changed password 2 days ago. -
i have been muted for 694 days 10 hours 27 minutes and 33 seconds
asdaaf replied to asdaaf's topic in Help & Support
i did nothing. i just logged in and i was muted. update: 694 days 3 minutes and 53 seconds left
