Jump to content

Renew

Player
  • Content count

    180
  • Joined

  • Last visited

Everything posted by Renew

  1. Renew

    [Addon] Aurae UnitFrames Fork

    nope, thats not what the addon is build for there are other addons for that
  2. Renew

    [Addon] Aurae UnitFrames Fork

    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...
  3. Renew

    [Addon] Aurae UnitFrames Fork

    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
  4. Renew

    [Addon] Aurae UnitFrames Fork

    looks like aurae doesnt have a good support for hunters :/ thats something that Bit has to fix
  5. 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...
  6. 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...
  7. Renew

    Ideas for an Addon

    how about that: https://forum.elysium-project.org/index.php?showtopic=24271
  8. 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!
  9. Renew

    [ADDON] LunaUnitFrames

    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
  10. Renew

    [ADDON] LunaUnitFrames

    because your addon has too many crazy features xD for me it was perfect 2 years ago xD
  11. Renew

    [Addon Mod] KTM in pfUI style

    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
  12. Renew

    Ace3 vanilla version

    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?
  13. im working on it - but it will take longer then i expected :/
  14. Renew

    ability dependent on stance

    there is an addon for this but it will show you the first skill (in my example post Hamstring) only...
  15. Renew

    ability dependent on stance

    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
  16. Renew

    [ADDON] LunaUnitFrames

    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
  17. Renew

    [Help] Functions not Recognised

    you call the function in line 422 but you create it in line 817? this shouldnt work at all xD
  18. Renew

    [Help] Functions not Recognised

    this has to work 100% you are doing something wrong outside the code you posted...
  19. 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:
  20. 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
  21. 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
  22. Renew

    Enhancement Youtube/Twitch Project

    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
  23. Renew

    Enhancement Youtube/Twitch Project

    i will never get why ppl think they are something "special" by getting carried through the content...
  24. Renew

    AH auto link

    i liked the default style of old AUX more then the current
  25. Renew

    [HELP] GameTooltip Event

    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
×