Item Search
     
BG-Wiki Search
Page 47 of 307 FirstFirst ... 37 45 46 47 48 49 57 97 ... LastLast
Results 921 to 940 of 6124
  1. #921
    Konda
    Guest

    Is there a way to get rid of the buff duration side of timers? (or at least stop it reading certain things?)


    Know how long Songs/Rolls/Hasso is going to last: Great

    Having Sneak/Trick attack (and assassin's charge etc) pop up every time: No need, and extremely annoying/screen blocking.

  2. #922
    Ridill
    Join Date
    Oct 2005
    Posts
    10,210
    BG Level
    9
    FFXI Server
    Asura

    If there were a way to not show timers on buffs that last a minute or less, or an hour or more, that'd clean things up a bit.

  3. #923
    BG Content
    Join Date
    Sep 2011
    Posts
    707
    BG Level
    5
    FFXIV Character
    Modoru D'kkoru
    FFXIV Server
    Hyperion
    FFXI Server
    Siren

    Also self buffs appear twice. I have Yonin show as "Yonin 2:30 recast" "Yonin[Self] 5min duration" "Yonin (Self) 5min duration"

    And I mean, it's nice to know when it's about to go away, but holy crap, three of them? <_<

  4. #924
    New Spam Forum
    Join Date
    Mar 2006
    Posts
    156
    BG Level
    3
    FFXI Server
    Gilgamesh

    Anyone else come across the following issue affecting consoleBG, attainment, and scoreboard? Text going completely missing on all 3. Scoreboard still reports correctly but the overlay doesn't show up properly, the one in the picture should have up to 10 names.

    http://i76.photobucket.com/albums/j2...scoreboard.jpg

  5. #925
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Quote Originally Posted by Ihm View Post
    Easy, go into the settings file for timers, and turn graphical mode to false. You ported it :D.
    Har Har. Seriously though, Recast never blacked out my screen and never skipped lines and such.

  6. #926
    BG Content
    Join Date
    Jul 2007
    Posts
    22,382
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    It's never going to happen. Recast would need a complete re-write to be ported so it could use the new resources files, and then it would end up being the same as Timers' slim mode.

  7. #927
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Edit: nvm

  8. #928
    Ihm
    Ihm is offline
    Melee Summoner
    Join Date
    Mar 2010
    Posts
    35
    BG Level
    1
    FFXIV Character
    Ihm Kasukabe
    FFXIV Server
    Ragnarok
    FFXI Server
    Siren

    Quote Originally Posted by Konda View Post
    Is there a way to get rid of the buff duration side of timers? (or at least stop it reading certain things?)


    Know how long Songs/Rolls/Hasso is going to last: Great

    Having Sneak/Trick attack (and assassin's charge etc) pop up every time: No need, and extremely annoying/screen blocking.
    <enableBuffs>false</enableBuffs>

    Quote Originally Posted by Modoru View Post
    Also self buffs appear twice. I have Yonin show as "Yonin 2:30 recast" "Yonin[Self] 5min duration" "Yonin (Self) 5min duration"

    And I mean, it's nice to know when it's about to go away, but holy crap, three of them? <_<
    Don't have buffduration/btimers loaded then.

    Quote Originally Posted by Nitecon View Post
    Anyone else come across the following issue affecting consoleBG, attainment, and scoreboard? Text going completely missing on all 3. Scoreboard still reports correctly but the overlay doesn't show up properly, the one in the picture should have up to 10 names.

    http://i76.photobucket.com/albums/j2...scoreboard.jpg
    Problem with the hook, refer to page 46 of this thread...

    Quote Originally Posted by grevenilvec75 View Post
    Har Har. Seriously though, Recast never blacked out my screen and never skipped lines and such.
    Lucky you, because the issue with timers has been in the hook since before windower v3 with text not appearing and backgrounds bleeding. It's a hard one to fix but will be done eventually.

  9. #929
    Bagel
    Join Date
    Feb 2009
    Posts
    1,324
    BG Level
    6
    FFXIV Character
    Carraway Author
    FFXIV Server
    Excalibur
    FFXI Server
    Odin

    Quote Originally Posted by Modoru View Post
    Also self buffs appear twice. I have Yonin show as "Yonin 2:30 recast" "Yonin[Self] 5min duration" "Yonin (Self) 5min duration"

    And I mean, it's nice to know when it's about to go away, but holy crap, three of them? <_<
    You probably have bTimers or BuffDuration loaded as well. //lua unload ___, turn BuffDuration off in the launcher.

    Quote Originally Posted by Nitecon View Post
    Anyone else come across the following issue affecting consoleBG, attainment, and scoreboard? Text going completely missing on all 3. Scoreboard still reports correctly but the overlay doesn't show up properly, the one in the picture should have up to 10 names.
    You can try unloading/reloading Attainment and Infobar. This sometimes fixes the issue for me (temporarily).

  10. #930
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Spoiler: show




    what happened? I never changed any of the colors.

    Spoiler: show

    Code:
    <?xml version="1.0" ?>
    <settings>
    	<!--
    	This file controls the settings for the Timers plugin.
    	Settings in the <global> section apply to all characters
    
    	The available settings are:
    	-->
    	<global>
    		<enableRecast>true</enableRecast>
    		<enableBuffs>false</enableBuffs>
    		<graphicalMode>false</graphicalMode>
    		<slimMode>false</slimMode>
    		<flashOnCompletion>false</flashOnCompletion>
    		<showTenths>false</showTenths>
    		<orderAlphabetically>false</orderAlphabetically>
    		<show1HourName>true</show1HourName>
    		<highRed>255</highRed>
    		<highGreen>0</highGreen>
    		<highBlue>0</highBlue>
    		<medRed>255</medRed>
    		<medGreen>160</medGreen>
    		<medBlue>0</medBlue>
    		<lowRed>0</lowRed>
    		<lowGreen>255</lowGreen>
    		<lowBlue>0</lowBlue>
    		<textA>255</textA>
    		<textR>255</textR>
    		<textG>255</textG>
    		<textB>255</textB>
    		<flashR>255</flashR>
    		<flashG>255</flashG>
    		<flashB>0</flashB>
    		<fontName>Arial</fontName>
    		<fontSize>8</fontSize>
    		<fontBold>false</fontBold>
    		<recastX>20</recastX>
    		<recastY>350</recastY>
    		<buffsX>200</buffsX>
    		<buffsY>350</buffsY>
    		<customX>380</customX>
    		<customY>350</customY>
    		<barSpacing>0</barSpacing>
    		<recastTimerLimit>10</recastTimerLimit>
    		<buffsTimerLimit>10</buffsTimerLimit>
    		<customTimerLimit>10</customTimerLimit>
    	</global>
    
    	<!--
    	You may also override specific settings on a per-character basis here.
    	-->
    </settings>



    EDIT: AAAAAANNNNNDDDDDDD now my mule's entire screen is white.

    I give up on timers, let me know when this shit gets fixed.

    EDIT2: Just let us make the background clear and that fixes half the problems.

  11. #931
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    Save you timer positions from the settings/timers.xml file, delete timers.xml, timers.dll, load launcher again and plugins > get timers. Now has settings to set background color (bgA etc) so you can set a clear background until the primitives error has been fixed.

    Becuase the bgA etc fields aren't in your timers.xml settings file yet, the background is solid.

    My new timers.xml
    Spoiler: show
    HTML Code:
    <?xml version="1.0" ?>
    <settings>
    	<!--
    	This file controls the settings for the Timers plugin.
    	Settings in the <global> section apply to all characters
    
    	The available settings are:
    		enableRecast = Enables recast timers (Default: true)
    		enableBuffs = Enables buff timers (Default: true)
    		graphicalMode = Enables graphical timers (Default: true)
    		slimMode = Enables slim graphical timers, must be used with graphicalMode true (Default: false)
    		flashOnComplete = Flash timers upon completion (Default: true)
    		showTenths = Show detailed countdown when less than 10 seconds remaining (Default: true)
    		orderAlphabetically = Order timers alphetically instead of by duration (Default: false)
    		show1HourName = Show the actual name of the 1-hour on cooldown (Default: true)
    		highRed, highGreen, highBlue = The RGB values to use for the bar when it is under 50% complete
    		medRed, medGreen, medBlue = The RGB values to use for the bar when it is between 50% and 75% complete
    		lowRed, lowGreen, lowBlue = The RGB values to use for the bar when it is above 75% complete
    		textA, textR, textG, textB = The Alhpa RGB values to use for the text shown
    		bgA, bgR, bgG, bgB = The Alhpa RGB values to use for the text background when graphicalMode is false
    		flashR, flashG, flashB = The RGB values to flash when a timer is complete
    		fontName, fontSize, fontBold = The font name, size and if it is bold
    		recastX, recastY = The x and y position on screen of RECAST timers (Default: 20 & 350)
    		buffsX, buffsY = The x and y position on screen of BUFF timers (Default: 200 & 350)
    		customX, customY = The x and y position on screen of CUSTOM timers (Default: 380 & 350)
    		barSpacing = The spacing between bars (Default: 0)
    		recastTimerLimit = The maximum number of recast timers that can be seen at one time, 1 minimum (Default: 10)
    		buffsTimerLimit = The maximum number of buff timers that can be seen at one time, 1 minimum (Default: 10)
    		customTimerLimit = The maximum number of custom timers that can be seen at one time, 1 minimum (Default: 10)
    		
    		Blacklist/Whitelist
    		Timers will ALWAYS be in blacklist or whitelist mode, even if you dont set anything. The default is blacklist
    		mode. Blacklist mode means anything listed will NOT be shown. Whitelist mode means ONLY what is set will be
    		shown.
    		blacklistMode = Enables blacklist mode (Default: true)
    		whitelistMode = Enables whitelist mode, overrides blacklist mode setting (Default: false)
    		recastList = The list of recasts to blacklist/whitelist
    		buffList = The list of buffs to blacklist/whitelist
    	-->
    	<global>
    		<enableRecast>true</enableRecast>
    		<enableBuffs>true</enableBuffs>
    		<graphicalMode>false</graphicalMode>
    		<slimMode>false</slimMode>
    		<flashOnCompletion>true</flashOnCompletion>
    		<orderAlphabetically>false</orderAlphabetically>
    		<show1HourName>true</show1HourName>
    		<highRed>255</highRed>
    		<highGreen>0</highGreen>
    		<highBlue>0</highBlue>
    		<medRed>255</medRed>
    		<medGreen>160</medGreen>
    		<medBlue>0</medBlue>
    		<lowRed>0</lowRed>
    		<lowGreen>255</lowGreen>
    		<lowBlue>0</lowBlue>
    		<textA>255</textA>
    		<textR>255</textR>
    		<textG>255</textG>
    		<textB>255</textB>
    		<bgA>0</bgA> <!-- This means clear background -->
    		<bgR>0</bgR>
    		<bgG>0</bgG>
    		<bgB>0</bgB>
    		<flashR>255</flashR>
    		<flashG>255</flashG>
    		<flashB>0</flashB>
    		<fontName>Courier New</fontName>
    		<fontSize>10</fontSize>
    		<fontBold>true</fontBold>
    		<recastX>1600</recastX>
    		<recastY>100</recastY>
    		<buffsX>1300</buffsX>
    		<buffsY>100</buffsY>
    		<customX>1000</customX>
    		<customY>100</customY>
    		<barSpacing>0</barSpacing>
    		<showTenths>false</showTenths>
    		<recastTimerLimit>10</recastTimerLimit>
    		<buffsTimerLimit>10</buffsTimerLimit>
    		<customTimerLimit>10</customTimerLimit>
    		<blacklistMode>true</blacklistMode>
    		<whitelistMode>false</whitelistMode>
    		<recastList></recastList>
    		<buffList></buffList>
    	</global>
    
    	<!--
    	You may also override specific settings on a per-character basis here.
    	-->
    </settings>

  12. #932
    Nidhogg
    Join Date
    Jul 2008
    Posts
    3,746
    BG Level
    7
    FFXIV Character
    Seraphus Highwynn
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    I have Aecho and Autojoin enabled, but it doesn't seem like they work(unless I have to toggle a setting).

  13. #933
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,767
    BG Level
    10

    Quote Originally Posted by Ophannus View Post
    I have Aecho and Autojoin enabled, but it doesn't seem like they work(unless I have to toggle a setting).
    Dunno about Aecho, but for Autojoin it defaults to using an "only accept invites from certain people" mode. Change the mode to Blacklist in its settings xml.

    Edit: Woops, got it backwards.

  14. #934
    Nidhogg
    Join Date
    Jul 2008
    Posts
    3,746
    BG Level
    7
    FFXIV Character
    Seraphus Highwynn
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Ok got it, actually its defaulted on white list, has to change it to blacklist. just need to figure out how to enable aecho

  15. #935
    Silent Oil body rubs
    Join Date
    Sep 2007
    Posts
    484
    BG Level
    4


    Any way to get rid of the buff duration part of Timers. It's distracting and near the middle of my screen. The recast area was fine for me. Overlaps party chat too, being a whm, having buff durations of my party members blocks the chat area.

  16. #936
    Nidhogg
    Join Date
    Jul 2008
    Posts
    3,746
    BG Level
    7
    FFXIV Character
    Seraphus Highwynn
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Go to plugins>settings>timers.xml

    scroll down and go to where it says


    <enableBuffs>true/enableBuffs>

    Change to false

  17. #937
    Sea Torques
    Join Date
    Oct 2008
    Posts
    664
    BG Level
    5
    FFXI Server
    Bismarck

    Quote Originally Posted by Ophannus View Post
    Go to plugins>settings>timers.xml

    scroll down and go to where it says


    <enableBuffs>true/enableBuffs>

    Change to false
    Mine doesn't even have that. Also, what do I need to edit the .xml? Just html editor?

  18. #938
    Nidhogg
    Join Date
    Jul 2008
    Posts
    3,746
    BG Level
    7
    FFXIV Character
    Seraphus Highwynn
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    right click, open in notepad/wordpad

  19. #939
    Silent Oil body rubs
    Join Date
    Sep 2007
    Posts
    484
    BG Level
    4

    thanks for that. I had to add that into my Timer.xml. works as I needed to.

  20. #940
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Quote Originally Posted by Radec View Post
    Save you timer positions from the settings/timers.xml file, delete timers.xml, timers.dll, load launcher again and plugins > get timers. Now has settings to set background color (bgA etc) so you can set a clear background until the primitives error has been fixed.

    Becuase the bgA etc fields aren't in your timers.xml settings file yet, the background is solid.

    My new timers.xml
    Spoiler: show
    HTML Code:
    <?xml version="1.0" ?>
    <settings>
    	<!--
    	This file controls the settings for the Timers plugin.
    	Settings in the <global> section apply to all characters
    
    	The available settings are:
    		enableRecast = Enables recast timers (Default: true)
    		enableBuffs = Enables buff timers (Default: true)
    		graphicalMode = Enables graphical timers (Default: true)
    		slimMode = Enables slim graphical timers, must be used with graphicalMode true (Default: false)
    		flashOnComplete = Flash timers upon completion (Default: true)
    		showTenths = Show detailed countdown when less than 10 seconds remaining (Default: true)
    		orderAlphabetically = Order timers alphetically instead of by duration (Default: false)
    		show1HourName = Show the actual name of the 1-hour on cooldown (Default: true)
    		highRed, highGreen, highBlue = The RGB values to use for the bar when it is under 50% complete
    		medRed, medGreen, medBlue = The RGB values to use for the bar when it is between 50% and 75% complete
    		lowRed, lowGreen, lowBlue = The RGB values to use for the bar when it is above 75% complete
    		textA, textR, textG, textB = The Alhpa RGB values to use for the text shown
    		bgA, bgR, bgG, bgB = The Alhpa RGB values to use for the text background when graphicalMode is false
    		flashR, flashG, flashB = The RGB values to flash when a timer is complete
    		fontName, fontSize, fontBold = The font name, size and if it is bold
    		recastX, recastY = The x and y position on screen of RECAST timers (Default: 20 & 350)
    		buffsX, buffsY = The x and y position on screen of BUFF timers (Default: 200 & 350)
    		customX, customY = The x and y position on screen of CUSTOM timers (Default: 380 & 350)
    		barSpacing = The spacing between bars (Default: 0)
    		recastTimerLimit = The maximum number of recast timers that can be seen at one time, 1 minimum (Default: 10)
    		buffsTimerLimit = The maximum number of buff timers that can be seen at one time, 1 minimum (Default: 10)
    		customTimerLimit = The maximum number of custom timers that can be seen at one time, 1 minimum (Default: 10)
    		
    		Blacklist/Whitelist
    		Timers will ALWAYS be in blacklist or whitelist mode, even if you dont set anything. The default is blacklist
    		mode. Blacklist mode means anything listed will NOT be shown. Whitelist mode means ONLY what is set will be
    		shown.
    		blacklistMode = Enables blacklist mode (Default: true)
    		whitelistMode = Enables whitelist mode, overrides blacklist mode setting (Default: false)
    		recastList = The list of recasts to blacklist/whitelist
    		buffList = The list of buffs to blacklist/whitelist
    	-->
    	<global>
    		<enableRecast>true</enableRecast>
    		<enableBuffs>true</enableBuffs>
    		<graphicalMode>false</graphicalMode>
    		<slimMode>false</slimMode>
    		<flashOnCompletion>true</flashOnCompletion>
    		<orderAlphabetically>false</orderAlphabetically>
    		<show1HourName>true</show1HourName>
    		<highRed>255</highRed>
    		<highGreen>0</highGreen>
    		<highBlue>0</highBlue>
    		<medRed>255</medRed>
    		<medGreen>160</medGreen>
    		<medBlue>0</medBlue>
    		<lowRed>0</lowRed>
    		<lowGreen>255</lowGreen>
    		<lowBlue>0</lowBlue>
    		<textA>255</textA>
    		<textR>255</textR>
    		<textG>255</textG>
    		<textB>255</textB>
    		<bgA>0</bgA> <!-- This means clear background -->
    		<bgR>0</bgR>
    		<bgG>0</bgG>
    		<bgB>0</bgB>
    		<flashR>255</flashR>
    		<flashG>255</flashG>
    		<flashB>0</flashB>
    		<fontName>Courier New</fontName>
    		<fontSize>10</fontSize>
    		<fontBold>true</fontBold>
    		<recastX>1600</recastX>
    		<recastY>100</recastY>
    		<buffsX>1300</buffsX>
    		<buffsY>100</buffsY>
    		<customX>1000</customX>
    		<customY>100</customY>
    		<barSpacing>0</barSpacing>
    		<showTenths>false</showTenths>
    		<recastTimerLimit>10</recastTimerLimit>
    		<buffsTimerLimit>10</buffsTimerLimit>
    		<customTimerLimit>10</customTimerLimit>
    		<blacklistMode>true</blacklistMode>
    		<whitelistMode>false</whitelistMode>
    		<recastList></recastList>
    		<buffList></buffList>
    	</global>
    
    	<!--
    	You may also override specific settings on a per-character basis here.
    	-->
    </settings>

    Excellent! will have to try this tomorrow

Page 47 of 307 FirstFirst ... 37 45 46 47 48 49 57 97 ... LastLast

Similar Threads

  1. Service and Support
    By Ribeye in forum FFXI: Everything
    Replies: 8
    Last Post: 2009-10-17, 18:23
  2. Windows vista and FFXI problem
    By Takeno in forum FFXI: Everything
    Replies: 1
    Last Post: 2007-07-26, 13:36
  3. Windows Vista and Windower
    By divisortheory in forum FFXI: Everything
    Replies: 35
    Last Post: 2006-06-23, 04:19