Renew
Player-
Content count
180 -
Joined
-
Last visited
Everything posted by Renew
-
nope, thats not what the addon is build for there are other addons for that
-
OmniCC is fixed and hunters are partly fixed -> waiting for Bit, he will fix more timer i guess edit: idk what the mage problem is, i tested/developed it with a mage and one of my testers was a mage...
-
are you sure you downloaded the fork, not the original addon? im workin on a fix for omnicc users...hate these old addons with bad scripting
-
looks like aurae doesnt have a good support for hunters :/ thats something that Bit has to fix
-
sounds like BS to me...you could make multiple accounts under the same email on nost - wich is not possible on elysium... therefore everyone with 2 or more transfered accounts must be flagged...
-
this was a big problem for me - chrome and firefox had the same problem... i fixed it by opening the control panel with chromes private window without any addons running...
-
how about that: https://forum.elysium-project.org/index.php?showtopic=24271
-
i made a KTM version in pfUI style, you can use this till shagu implent KTM into the UI, enjoy! https://www.dropbox.com/s/1q6idlbeqevpt3h/KLHThreatMeter.zip?dl=0 link to this UI: https://github.com/shagu/pfUI all credits to shagu!
-
speaking of features here a suggestion: you added a nice feature to config the x and y position but it would be better if you could add a dropdown to choose a frame as anchor -> for example anchor the targetoftarget frame to the targetframe instead UIParent(as it is now) or anchor on UIParent Center instead the upper left corner, that would allow a perfect symmetric configuration
-
because your addon has too many crazy features xD for me it was perfect 2 years ago xD
-
Ofc it is possile, since the lua scripts are not compiled and free to edit but i will not start to mod more addons since this can become a neverending story xD
-
i rarely use any ace libs, whats the big benefit to ace2? i mean, what can i do with ace3 that is not possible with ace2? whats with other libs like banzai, rosterlib fubar, healcomm? they are not useable with ace3 i guess?
-
[Addon] EnemyBuffTimersVanilla UnitFrames Fork
Renew replied to Renew's topic in UI, AddOns & Macros
im working on it - but it will take longer then i expected :/ -
there is an addon for this but it will show you the first skill (in my example post Hamstring) only...
-
yea, here is a simple example for a macro - it does work without any macro extender: /run stnc = {}; for i=1,3 do _,_,stnc[i] = GetShapeshiftFormInfo(i) end /run if stnc[1] then CastSpellByName("Hamstring") end /run if stnc[2] then CastSpellByName("Shield Bash") end /run if stnc[3] then CastSpellByName("Charge") end Stances for Warriors are: 1 = Battle Stance 2 = Defensive Stance 3 = Beserker Stance
-
as i wrote in this thread already: https://forum.elysium-project.org/index.php?showtopic=23127#entry242642 its the client renderer that cause this, its also more or less randomly (can change every reload) wich pixel/line will be lost
-
you call the function in line 422 but you create it in line 817? this shouldnt work at all xD
-
this has to work 100% you are doing something wrong outside the code you posted...
-
[Addon] EnemyBuffTimersVanilla UnitFrames Fork
Renew replied to Renew's topic in UI, AddOns & Macros
your strange CooldownFrame_SetTimer "hook" made me crazy xD but im done with the new addon mod and it only needs testing, works much better with pfUI now: -
[Addon] EnemyBuffTimersVanilla UnitFrames Fork
Renew replied to Renew's topic in UI, AddOns & Macros
i have no clue :/ and i dont think i will fix this but change to the better solution just wait some days,im doing good progress atm -
[Addon] EnemyBuffTimersVanilla UnitFrames Fork
Renew replied to Renew's topic in UI, AddOns & Macros
this addon has fixed timers and you should use it as lvl60 or with full ranks but dont worry, im working for a better solution atm - will hopefully be done before the server release -
MC: http://realmplayers.com/RaidStats/RaidOverview.aspx?Raid=20207 BWL: http://realmplayers.com/RaidStats/RaidOverview.aspx?Raid=19727 proof me wrong youre not getting carried with your attentionwhore spec
-
i will never get why ppl think they are something "special" by getting carried through the content...
-
i liked the default style of old AUX more then the current
-
well, this is the part where you (as dev) have to think about how to solve this problem but i give you a tip: attempt to call method `GetItem' (a nil value) means that the function GetItem does not exist (is nil) and therefore you cant use this function, welcome to vanilla wow
