Renew
Player-
Content count
180 -
Joined
-
Last visited
Everything posted by Renew
-
Thats the usuall way to securely hook a function, but syntax for the blizzard frames doesnt work in this "modern" style All the blizzard function have their own global name and are not inside a table/frame, often the frame dont have any OnShow/OnHide functions, so you dont even have to hook them but just create a new one...like in this case: local function ToolTipOnShow() DEFAULT_CHAT_FRAME:AddMessage("Tooltip OnShow Event fired!") end GameTooltip:SetScript("OnShow", ToolTipOnShow) is enough to fire the function ToolTipOnShow() each time the tooltip shows up! source:
-
Addon Request - Something to track buffs and debuffs in bars
Renew replied to Tholren's topic in UI, AddOns & Macros
can you imagine how full the UI will be with 16 debuffs on the target? xD -
some actions dont have events (for example: temp. enchantments - poisons) you can work with workarounds though for example: 1. inspecting the frame with on OnUpdate function frame:IsVisible() 2. adding a script to the frame you want to hook: frame:SetScript("OnShow", function() end) - make sure there is no other OnShow script 3. adding an invisible frame and make it a child of the tooltip frame...now you can do the same as in 2. with the childframe
-
doesnt it req. a full translation of parser text? this may last longer then a day xD
-
yes, i tested it and it solves your problem...
-
try this: function BuildTestScrollFrame() -----ScrollFrame local ScrFrame = CreateFrame("ScrollFrame","TestScrollFrame",UIParent) ScrFrame:SetWidth(200) ScrFrame:SetHeight(200) ScrFrame:SetPoint("CENTER", UIParent, "CENTER", 0, 0) ----Add child to ScrollFrame -----child local child = CreateFrame("Frame","TestChild", ScrFrame) child:SetWidth(300) child:SetHeight(200) child.texture = child:CreateTexture(nil, "BACKGROUND") child.texture:SetTexture("Interface\\RaidFrame\\UI-RaidFrame-GroupBg.blp") child.texture:SetAllPoints(child) --child:SetAllPoints(parent) ?? parent ?? ScrFrame:SetScrollChild(child) ----Slider local slider = CreateFrame("Slider", "TestSlider", ScrFrame) slider:SetBackdrop( { bgFile = "Interface\\Buttons\\UI-SliderBar-Background", edgeFile = "Interface\\Buttons\\UI-SliderBar-Border", tile = true, tileSize = 8, edgeSize = 8, insets = { left = 3, right = 3, top = 6, bottom = 6 }}) slider:SetOrientation("HORIZONTAL") slider:SetMinMaxValues(0, 300) slider:SetValue(0) slider:SetValueStep(1) slider:SetWidth(200) slider:SetHeight(25) slider:SetPoint("TOP", ScrFrame, "BOTTOM") slider:SetScript("OnValueChanged", function() this:GetParent():SetHorizontalScroll(-1 * this:GetValue()) end ) slider:SetThumbTexture("Interface\\Buttons\\UI-ScrollBar-Knob") ---Button local testbutton = CreateFrame("Button" ,"TestButton", child, "UIPanelButtonTemplate") testbutton:SetWidth(300) testbutton:SetHeight(30) testbutton:EnableMouse(true) testbutton:SetPoint("LEFT", child, "LEFT", 10, 0) end what did i do? changed the parent of the child to the scrollframe instead to UIParent
-
post your code (pastebin) - dont know how you expect help without :?
-
i dont get the functionality of this program Oo what does it do?
-
am i blind or it is not possible to edit my own forum posts? edit: it works here but not in the addon section: http://i.imgur.com/jhCXd3p.jpg
-
Here is another mod: Sw_stats (compatible with realmplayers) in pfUi style! https://www.dropbox.com/s/rg5mhsbnntjembo/SW_Stats.zip?dl=0
-
This is a small addon i made during my time on nost what does the addon do? It fixes the numer of found ppl in the who list see yourself: -> idk if it works for non-EN clients Download: GitHub Dropbox
-
it did work for elysium and nostalrius
-
Hey guys, let me intruduce me my newest addon: EzPoison. I made this for a friend and wanto to share it with you. It might be handy for rogues Hey guys, let me intruduce me my newest addon: EzPoison. I made this for a friend and wanto to share it with you. It might be handy for rogues EzPoison What does it do? EzPoison allows you to assign poisons on your Main- and Offhand. It will show you if the poison is applied on the weapon and will reapply it on click, over macro or by keybinds. Features - uses automatically the highest rank of poison in your bag - 7 edditable profiles for all kind of situations - spamable keybind/macro to apply the assigned poisons - compatible with fubar - shows number of poisons in your bag - shows charges in original buff frame Macros /ezpoison - to show/hide the window /ezpoison apply - reapply the assigned poisons /ezpoison profile [number] - set a profile /ezpoison scale - set the window scaling (between 0.5 and 2) Known Bugs - if you edit a profile name: restart or reload is req. to see the new name in the dropdown Media https://www.youtube.com/watch?v=OCqlwECLMA8 Download https://github.com/Voidmenull/EzPoison https://www.dropbox.com/s/u6jxk0oo2871f48/EzPoison.zip?dl=0
-
Elysium Stress Test #1 — Crashing for a Better Future
Renew replied to Shenna's topic in Official Information
it worked awesome - open the PvE server next week pls -
it is basically impossible, the client renderer will lose some of these edges depending on the scaling, position, resolution etc.. it will look bad in this case
-
[Addon] EnemyBuffTimersVanilla UnitFrames Fork
Renew replied to Renew's topic in UI, AddOns & Macros
yea, i forgot to remove a factor from testing, so the spinning animation had 2x size its fixed now, meddl on! -
Glowing Outline targeting effect ( outline mode ) in Vanilla ?
Renew replied to Afterlife's topic in UI, AddOns & Macros
im 99% sure its not possible with an addon. Maybe with a client mod - but this was totaly forbidden on old nostalrius. -
[Addon] EnemyBuffTimersVanilla UnitFrames Fork
Renew replied to Renew's topic in UI, AddOns & Macros
nope sorry :/ im not maintaining this addon, just made it compatible with unit frames -
Glowing Outline targeting effect ( outline mode ) in Vanilla ?
Renew replied to Afterlife's topic in UI, AddOns & Macros
any timestamp? -
rofl, i was looking for such addon and didnt find xD thats because im making a similar addon with KTM support and threat warner here an very early example: it will take some more days till its done, and 1-2 weeks till its been tested...will post it in this forums later edit: i dont think you will find a non-EN client version of this because of the combatlog parser...
-
did you try to replace the UI-StatusBar.blp inside the images folder?
-
Aero is making vanilla great again!
-
why do you use a outdated questie version?
-
Basically you need: 1. a good raidframe: Luna Unit Frames, Sraidframes improved, Grid improved are most common...you can also use Xperl or AGUF 2. heal style support addon: Clique (heals on mouse clicks), ClassicMouseover (heals on mouseover) or heal by target and bind spells 3. decursive to dispel the raid with 1 button i reccomend to use a raidframe with healcomm support so other healers can see your heals (luna or sraidframe improved)
-
phasing is a bad thing Oo no clue why you would like to have that macros are a client thing, how would you like to implent something that doesnt exist in the 1.12.1 client? you cant solve everything over dot commands...
