Thread: Gnosis exports

  1. #1

    Gnosis exports

    Hi, i just switched from quartz(used drainsouler for tick tracking) to gnosis and looking for some profiles to try
    managed to setup some basics ,but it will never hurt to look at other person setting
    thx

  2. #2
    Deleted
    I have a problem with Gnosis. Every time after I use the following macro, the next time I move during a cast time or channel time, the bar disappears, even though the character continues casting/channeling:

    /use soulburn
    /use [@mouseover, exists] soul swap; soul swap

    The same behavior happens for some destruction warlock macro, didn't really pay attention which.


    And another question, Gnosis used to have (in WOTLK i think) a GCD small indicator, that was basically a small point moving at the top of the cast bar. Now I tried to find the functionality and I can't find it anymore. Selecting the GCD Indicator as unit is not the solution, because that one only shows the GCD of each spell, which sucks for longer casts.

  3. #3
    Deleted
    You can make your own GCD indicator with Gnosis, here's mine:

    Code:
    Gnosis:ImportBarInit("GCD"); Gnosis.s.cbconf["GCD"]={["fSparkHeightMulti"]=5,["rotatertext"]=0,["bShowShield"]=false,["bMergeTrade"]=true,["fadeout"]=0,["colBarBg"]={[1]=0,[2]=0,[3]=0,[4]=1,},["colSuccess"]={[1]=0.35,[2]=0.6,[3]=0.15,[4]=0.7,},["incombatsel"]=1,["alignname"]="LEFT",["bordertexture"]="None",["bnwtypesel"]=1,["colBarNI"]={[1]=0.2,[2]=0.3,[3]=0.5,[4]=0.7,},["font"]="",["colFailed"]={[1]=0.7,[2]=0.3,[3]=0.2,[4]=0.75,},["colTextLag"]={[1]=1,[2]=0,[3]=0,[4]=1,},["anchortype"]=1,["bShowTicks"]=false,["rotatectext"]=0,["strNameFormat"]="",["colShadow"]={[1]=0,[2]=0,[3]=0,[4]=0.7,},["anchor_y"]=0,["rotatelattext"]=0,["unit"]="gcd",["scaleicon"]=1,["fontsize"]=0,["bordericon"]=1,["bnwlistnew"]="",["anchorto"]=5,["bartexture"]="Flat",["fontsize_timer"]=0,["colBorderNI"]={[1]=1,[2]=0.8,[3]=0,[4]=0.75,},["alpha"]=1,["fSparkWidthMulti"]=5,["bShowAsMinutes"]=true,["colBar"]={[1]=0.45,[2]=0.07,[3]=1,[4]=1,},["rotateicon"]=0,["bShowLat"]=true,["anchor"]={["px"]=0.50000243486219,["py"]=0.25185193438365,},["bEnShadowCol"]=false,["bInvDir"]=false,["anchorframe"]="",["bEnShadowOffset"]=false,["colSpark"]={[1]=1,[2]=1,[3]=1,[4]=1,},["anchorfrom"]=5,["coord"]={["casticon"]={["y"]=0,["x"]=0,},["shadow"]={["y"]=-3,["x"]=3,},["latency"]={["y"]=1,["x"]=-1,},["casttime"]={["y"]=0,["x"]=-2,},["castname"]={["y"]=0,["x"]=2,},},["cboptver"]=3.25,["scale"]=1.35,["aligntime"]="RIGHT",["bIconUnlocked"]=false,["height"]=3,["fontsize_lat"]=0,["colBorder"]={[1]=0,[2]=0,[3]=0,[4]=0,},["orient"]=1,["colInterrupted"]={[1]=0.85,[2]=0.85,[3]=0.65,[4]=0.75,},["strata"]="MEDIUM",["bEn"]=true,["colLagBar"]={[1]=0.35,[2]=0.65,[3]=0.9,[4]=0.65,},["colTextTime"]={[1]=1,[2]=1,[3]=1,[4]=1,},["bColSuc"]=false,["border"]=1,["bShowCBS"]=true,["width"]=200,["strTimeFormat"]="",["bartype"]="cb",["iconside"]="NONE",["bChanAsNorm"]=true,["bExtChannels"]=false,["bResizeLongName"]=true,["alignlat"]="ADAPT",["ingroupsel"]=1,["bShowWNC"]=false,["relationsel"]=1,["fontoutline"]="OUTLINE",["bUnlocked"]=false,["anchor_x"]=0,["latbarsize"]=0.15,["forcefreealign"]=false,["latbarfixed"]=0.02,["bShowPlayerLatency"]=true,["alignment"]="NAMETIME",["bFillup"]=false,["colText"]={[1]=1,[2]=1,[3]=1,[4]=1,},["spec"]=0,["bnwlist"]={},["strGap"]=15,}; Gnosis:ImportBarFinalize("GCD");

  4. #4
    Bump! Love to see some more exports and interesting castbars.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •