LFMilk91
Player-
Content count
7 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout LFMilk91
-
Rank
Newcomer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You should re-read this thread, where I clearly state ive looked at pfUI. ๐
-
Hi y'all! To begin with I both dislike/like all the UI addons, both clean and clusterf#cks. Its all personal preference. I like ElvUI/TukUI/pfUI I love the "Modui" and "eUI" Specialiy on Vanilla. But with the new current BFA UI Updates. I would love to see that as an addon feature. its kinda a mix btw Modui and eUI. A modern version, clean and fresh! So I am here to dare all of you Addon Creators to do something many would love to use, on Private Servers and later on Classic! BFA UI Two Bars BFA UI Three Bars Modui - Download - Created by @modernist eUI - Download - Created by "Alexander Heubner" I believe These images are taken directly from Google.com
-
@modernist I would like to thank you for your extreme hard work! Your current UI is amazing, I cant wait for your next one! Considering the new BFA UI update, Would you consider doing something similar with your UI? I love the new BFA UI and as its "modern" it seems to fit with your goal ๐ (with the option, to hide bag and info buttons, even the action bars or/and hide untill mouseover) anyway just a few suggestions/hopes. Cheers!
-
Hey Elysium. I just rejoined Elysium after being gone for awhile. Ofc I noticed the shop menu on the Control Panel. The character I played before im no longer intressted in, so I put it up for sale. I dont have as much time as I did before so I was thinkin of buying a character in the same level range my old one was. But whats curious to me, is that why isnt there a "free name change" to the purchase of a Character? I like the solution to the "selling characters" that you can only sell characters other players have played, sweat, blood and cried for. Not some naked lvl 60s from "Elysium". But having some dude running around with my name on it or me running around with hes/hers name on it kinda sucks.. alot... And buying a character with a certain name, people who have interacted with that character before the purchase is ofc gonna think its the same old owner... Maybe it got bad REP for being a ninja or such? Maybe old owner was a great tank and new owner is a sucky one? Since its quite alot of real life money that goes into the purchase of a Character. And Elysium Owners take their rightful share of the tax of the sale/purchase. Wouldnt it be more lucrative to add that function to the purchase so it would be more attractive to do a purchase from a business point of view ? We all love Vanilla for the grind, the hardship, the heartaches and that time invested matters. So we all like/dislike this function im sure, but from my standpoint its great since my time for games these days arent the same as they once was, and being able to skip having to re-level those 40ish levels would be a hell of alot of time gained in my case and well worth the money to get back on track just with another class. But with Classic coming up (within 1-10 years :P) Ely-Proj are most likely see a decrease in number of players, so wouldnt it be "better" for their wallet if they did this and for us? Sorry for the rant~
-
is it possible for this addon to show Combo Points? that would be awesome.. i perfer ur addons over others
-
Hey, im realy new to macros and a complete noob at it.. but if there is any1 out there who would like to help me create as close to a 1 button mash for pve grind i would really appreciate it!!! i perfer grind over quest and running all over the world turning in quests and what not.. but i would like it to be more of a 1button kind of deal while watching netflix :) FOR DRUID I replyed to "Vanilla Macro Thread" so here is the paste.. DRUID Is there a way (with ext lua supermacro) to do something like below Macro1: (1)Ravage/Shred (if stealthed/behind target) (2)Claw and Ferocious Bite (at 4 points) (3)if targets is unbuffed and energy lower than 35 cast FFF (or maybe limit it down to 2 macros? Ravage/Shred + FFF (if lower than 35 Energy) or fff in claw/bite macro so it really becomes a 1buttonmash used for pve grind and maybe a diffrent macro for bear Macro2: (1)Charge (2)Maul (3)Faerie Fire (if unbuffed) and Macro3: (1)Cast MotW on yourself if no target if unbuffed (2)Cast Thorns on yourself if no target if unbuffed EDIT: #### Macro3: Solved #### /unshift [stance:1/2/3/4] /script TargetUnit("player") /script if not buffed("Mark of the Wild") then cast("Mark of the Wild") end /script if not buffed("Thorns") then cast("Thorns") end Claw and Ferocious Bite combo /run if GetComboPoints()>=4 then CastSpellByName("Ferocious Bite") else CastSpellByName("Claw") end and Faerie Fire in any form /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Form")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Faerie Fire (Feral)()");else c("Faerie Fire(Rank 4)");end; and Ravage and Shred auto select /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Ability_Ambush")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Ravage(rank 4)");else c("Shred(rank 5)");end;
