CurseForge Register Sign In

Authors CurseForge

  • Dashboard
  • Forums
  • Paste
  • Knowledge Base
  • Reward Store
Desktop View
  • Home
  • Member List
  • _ForgeUser1311610's Profile
  • Send Private Message
  • View _ForgeUser1311610's Profile
  • _ForgeUser1311610
  • Registered User
  • Member for 12 years and 6 months
    Last active Fri, Oct, 4 2013 21:32:37
  • 0 Followers
  • 87 Total Posts
  • 0 Thanks
  • Posts
  • Threads
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • View _ForgeUser1311610's Profile

    0

    Jul 7, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    it's alive.. bumpish!

    http://img94.imageshack.us/gal.php?g=classnames.jpg

    oh, i love that layout of yours phanx! makes me wanna dig up a copy i made of it a long time ago. :>
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Jun 5, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    Quote from Snargul

    but at least your spark isn't taller than the frame. :)


    yeh that should be doable, dno how it will look though.. dont think you can get the spark as crisp as border frames for example... try make a small texture and adjust the size and color through lua.

    If you can't get the height and pos as you want with lua you can edit the actual texture height too make it fit.
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    May 15, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    Quote from danieldc


    Update: More recent screenshot.

    couple thing's i'd change :

    * background on powerbars.
    * borders on the icons for debuffs/buff's tracking look a little off. aswell as timer text not completely centered.
    *textyrunes font doesnt look like the correct size.
    *change font on the clock under the chat too chat font maybe? :>
    * fonts on threat and nameplates too same as rest of the ui.. except for chat.

    just personal opinions. in overall i think it looks good!
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    May 12, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    wiho..

    http://img291.imageshack.us/i/mooc.jpg/

    http://img210.imageshack.us/i/bice.jpg/
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Apr 27, 2010
    _ForgeUser1311610 posted a message on Chat frame positioning.
    try this out..

    local ChatFrameN = CreateFrame("Frame", nil, UIParent)
    ChatFrameN:RegisterEvent("PLAYER_LOGIN")
    ChatFrameN:RegisterEvent("PLAYER_ENTERING_WORLD")
    
    ChatFrameN:SetScript("OnEvent", function ()
    if event == "PLAYER_LOGIN" then
    ChatFrame1:ClearAllPoints()
    ChatFrame1:SetHeight(250)	
    ChatFrame1:SetWidth(400)
    ChatFrame1:SetPoint('BOTTOMLEFT',UIParent,'BOTTOMLEFT',25,25)
    ChatFrame1:SetUserPlaced(true);
    end
    end)
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Apr 27, 2010
    _ForgeUser1311610 posted a message on Chat frame positioning.
    coffee hasnt kicked in yet so this might be off.. but i think it should work just pasting this into a notepad file and for example name it

    chatsetting.lua

    make a folder, i would name it the same as lua file..

    make a notepad file called chatsetting.toc, in this file you add chatsetting.lua..

    now you should see this showing as an addon called "chatsetting" when you login you char and look in your addon list...

    hope that makes sense :P
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Apr 26, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    what my stuff currently looks like..

    http://s.wowinterface.com/preview/pvw38964.jpg

    trying out cooline for cooldowns.. not sure if i like it or should stick with filger.. both are showing in the ss.
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Apr 17, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    Quote from d32mjackazz
    http://www.abload.de/img/enb2010_4_15_18_14_2e9k3.png
    http://img13.abload.de/img/enb2010_4_15_18_3_48u06y.png

    Update


    it's SWEET! only things i see that i would change are font outlines on nameplates and sbf. (sbf has that ugly shadow) and the nameplates has no monochromed outline too match the rest :>

    @ ISH.

    i like the refreshing concept.. but i think it might look better having the target more like a normal bar and just keep the boxes for player and focus maybe.. how are you gonna make tot look ? :>

    long time since i posted here..

    here's what my current layout looks like.. just that i use a version with opacity and no classcolor..

    http://s.wowinterface.com/preview/pvw38574.jpg

    opacity - http://img26.imageshack.us/i/combato.jpg/

    -_-v
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Mar 31, 2010
    _ForgeUser1311610 posted a message on Creating a border around a small frame
    What addon are you using for raidframes?
    Posted in: AddOn HELP!
  • View _ForgeUser1311610's Profile

    0

    Mar 20, 2010
    _ForgeUser1311610 posted a message on [Skada] with kgPanels
    That look on skada you can get without kg panels.. i don't use kg panels. what does it need to attach? just a frame name or? where are you looking?, most settings are in bardisplay.lua

    On the screenie its probably the skada version i played around with. pm me if you want the code too add the background that makes the border.

    In luna's latest ui release he is using loltip afaik.. can be found over at wowinterface.
    Posted in: AddOn HELP!
  • View _ForgeUser1311610's Profile

    0

    Mar 19, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    couple changes here and there! :)

    another look im thinking of using..

    http://img181.imageshack.us/img181/7829/opacity.jpg

    party/raidframe and castbar.

    http://img46.imageshack.us/img46/9461/nomnomnomo.jpg

    possible layout for my focus frame, not sure wich im gonna stick with..

    http://img413.imageshack.us/img413/3236/focsu.jpg
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Mar 7, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    i like the new layout and the bloom thingie led! :) looks great!

    not much has changed on my layout except for ditching thinsquare more or less .. constantly changing layouts though :P

    http://img221.imageshack.us/img221/7161/58100179.jpg - DK

    http://img176.imageshack.us/img176/4276/cleanf.jpg - clean

    http://img41.imageshack.us/img41/6493/castinge.jpg - casting
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Mar 5, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    can't see your screenies led :'(

    not sure if i should go inverted color or normal..

    http://img190.imageshack.us/img190/5342/meepa.jpg

    -_-v
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Feb 10, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    Quote from Oaris
    I've been trying to dupe this for a few days... as near as I can tell he's using some of the NeavUI stuff -- the buffs and map at the very least -- and a hacked up version of oUF_Phanx (he's moved stuff around and hacked in a raid frame). It doesn't really look like NeavUI cooldown/buttons so it could be pretty much anything with ButtonFacade ThinSquare. I haven't quite found a casting bar, tooltip, or nameplates that really match, yet, though. All in all I just think it's fantastic and I'm with you, I so hope twin2 takes pity and uploads it, because it's the perfect marriage of Neal's and Phanx's stuff.


    UF's and raid is my ouf layout rewritten too look like phanx's lovely layout .

    tooltip,buff,map,chat,nameplates is neal's addons.

    Actionbar is dominos with thinsquare skin.

    a little ss too show nameplates / castbar that fit's ok..

    http://img52.imageshack.us/img52/929/blehb.jpg

    i'll have too see about permissions first before making any uploads..
    Posted in: General Chat
  • View _ForgeUser1311610's Profile

    0

    Feb 1, 2010
    _ForgeUser1311610 posted a message on UI Screenshots - Show us what you use!
    Quote from freedumb
    what totem timers would those be?


    sTotemtimers
    Posted in: General Chat
  • To post a comment, please login or register a new account.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Product
    • Overwolf platform
    • Appstore
    • Download Overwolf
  • Developers
    • Getting started
    • Documentation
    • Apply for funding
  • Partners
    • Advertise on Overwolf
    • Partner with us
    • Influencers
  • Company
    • About us
    • Our story
    • Commitment to gamers
    • Blog
    • Career
  • Resources
    • Help & support
    • Terms of service
    • Privacy policy
    • Brand guidelines