Item Search
     
BG-Wiki Search
Page 50 of 307 FirstFirst ... 40 48 49 50 51 52 60 100 ... LastLast
Results 981 to 1000 of 6124
  1. #981
    I'm more gentle than I look.
    Mr. Feathers AKA Mr. Striations
    All hail Lord Yamcha

    Join Date
    Aug 2007
    Posts
    17,538
    BG Level
    9

    How do you turn off the buff duration portion of timers?

    Tried setting buffsTimerLimit to 0 but that didn't work

  2. #982
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Cream Soda View Post
    How do you turn off the buff duration portion of timers?

    Tried setting buffsTimerLimit to 0 but that didn't work
    I think it was <enableBuffs>false</enableBuffs>.

  3. #983
    I'm more gentle than I look.
    Mr. Feathers AKA Mr. Striations
    All hail Lord Yamcha

    Join Date
    Aug 2007
    Posts
    17,538
    BG Level
    9

    Worked, thanks. Had to add that one in there. Wasn't there on its own.

    Another question, as I'm a newb to xml

    Is there a way I can set the x/y positioning based on the resolution I'm playing? I play in different resolutions depending on how many characters I'm playing or what else I'm doing/how much screen space I need.

  4. #984
    Salvage Bans
    Join Date
    Aug 2006
    Posts
    932
    BG Level
    5
    FFXIV Character
    Mist Monster
    FFXIV Server
    Leviathan
    FFXI Server
    Fenrir

    Quote Originally Posted by Byrthnoth View Post
    That's battlemod, change your
    <addtochat></addtochat>
    to <addtochat color="121"></addtochat>
    I'm dumb, could you kindly tell me where to make this change? Thanks!

  5. #985
    BG Content
    Join Date
    Jul 2007
    Posts
    22,370
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Open your spellcast xmls and Find/Replace <addtochat> with <addtochat color="121">

  6. #986
    CoP Dynamis
    Join Date
    Nov 2009
    Posts
    265
    BG Level
    4
    FFXI Server
    Ragnarok

    Regarding putting new options in your DLL plugin/ LUA addon that requires users to delete their settings file and re-downloading a new one: how about putting in your settings.xml a line <settings_file_version="1.01"> and in your DLL/LUA code a check for what version of the settings file the user has. If the user's version is outdated, you could send out a prompt saing that there is a new settings file available, tell the user to backup and re-download settings.xml file etc.

    The next level of doing this would be (I lack mathy mind to be good with programming, but I believe it's possible) to compare for settings.xml file versions, and if user's settings are older, importing whatever compatible settings they have in their file, making a backup of their file as backup_currentdate_settings.xml, and writing updated settings.xml file with user's changes and your new stuff, then displaying a prompt to the user that the settings file was upgraded (could even show them a list of new functions in settings by comparing their file version with your changelog etc) and advising them to have a look and customize new options.

    Also, you could do a similar check for first plugin usage, where yo want the user to go in the folder and customize settings for themselves - for example people running Battlemod for the first time and complaining that they see every chat message, or people using Timers for the first time and complaining they don't like Yarnball part of it, or the graphical mode etc. You could be displaying "First use" prompt to the user until they go to the settings and change the <I_have_customized_this_to_my_liking="true">

    I hope this helps.

  7. #987
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Cream Soda View Post
    Is there a way I can set the x/y positioning based on the resolution I'm playing? I play in different resolutions depending on how many characters I'm playing or what else I'm doing/how much screen space I need.
    You can override the <global> settings on a per-character basis:
    Code:
    <?xml version="1.0" ?>
    <settings>
        <global>
            <!-- Global settings here -->
        </global>
        <arcon>
            <!-- Arcon's settings here -->
        </arcon>
    </settings>
    You don't need to copy all settings to your character-profile, only the ones that deviate from the global values. So for your mules, you'd only need x/y position settings (unless you want to change other things as well).

    Quote Originally Posted by Zirael View Post
    [..]

    I hope this helps.
    Like I said, Lua addons aren't affected by that, the config library takes care of these issues. However, first-use is not easy to detect without creating dummy files or something. Also, the XMLs aren't generated from within the code at all, that does not happen currently, and would need to change/amend the libraries used for it. XMLs are currently only read.

  8. #988
    CoP Dynamis
    Join Date
    Nov 2009
    Posts
    265
    BG Level
    4
    FFXI Server
    Ragnarok

    Quote Originally Posted by Arcon View Post
    You can override the <global> settings on a per-character basis:
    Code:
    <?xml version="1.0" ?>
    <settings>
        <global>
            <!-- Global settings here -->
        </global>
        <arcon>
            <!-- Arcon's settings here -->
        </arcon>
    </settings>
    You don't need to copy all settings to your character-profile, only the ones that deviate from the global values. So for your mules, you'd only need x/y position settings (unless you want to change other things as well).



    Like I said, Lua addons aren't affected by that, the config library takes care of these issues. However, first-use is not easy to detect without creating dummy files or something. Also, the XMLs aren't generated from within the code at all, that does not happen currently, and would need to change/amend the libraries used for it. XMLs are currently only read.
    Hmm, I'd swear Wtbox writes changes to settings file upon //unload and Battlemod generates settings file if it's not there (at least v1 did). Might be just few individual addons currently doing stuff like that, tho.

  9. #989
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Zirael View Post
    Hmm, I'd swear Wtbox writes changes to settings file upon //unload and Battlemod generates settings file if it's not there (at least v1 did). Might be just few individual addons currently doing stuff like that, tho.
    wtbox (now staggertrack) doesn't use the config library at all, battlemod does, but I'm not sure to what capacity. But that just shows what I meant, most Lua addons try to provide that functionality. Fortunately, it's a lot easier in Lua than in C++.

  10. #990
    Bagel
    Join Date
    Nov 2005
    Posts
    1,390
    BG Level
    6
    FFXIV Character
    Ellatrix Reatori
    FFXIV Server
    Sargatanas
    FFXI Server
    Fenrir

    How do I use blacklist with Timers? I want Protect/Shell to not show up in the buffs list.

  11. #991
    I'm more gentle than I look.
    Mr. Feathers AKA Mr. Striations
    All hail Lord Yamcha

    Join Date
    Aug 2007
    Posts
    17,538
    BG Level
    9

    Quote Originally Posted by Arcon View Post
    You can override the <global> settings on a per-character basis:
    Code:
    <?xml version="1.0" ?>
    <settings>
        <global>
            <!-- Global settings here -->
        </global>
        <arcon>
            <!-- Arcon's settings here -->
        </arcon>
    </settings>
    You don't need to copy all settings to your character-profile, only the ones that deviate from the global values. So for your mules, you'd only need x/y position settings (unless you want to change other things as well).



    Like I said, Lua addons aren't affected by that, the config library takes care of these issues. However, first-use is not easy to detect without creating dummy files or something. Also, the XMLs aren't generated from within the code at all, that does not happen currently, and would need to change/amend the libraries used for it. XMLs are currently only read.
    ah, it's a no go then. Don't always play on the same resolution/character. Guess I could just make multiple XMLs and swap them out accordingly

  12. #992
    Banned.

    Join Date
    Nov 2008
    Posts
    589
    BG Level
    5
    FFXI Server
    Valefor

    im new at windower and trying to use it to 2box. heres my issue when ever i load my main it wirks fine but the i try to load my alt the main crashes. anyone know why or what i am doing wrong?

  13. #993
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,654
    BG Level
    8
    FFXI Server
    Sylph

    If using windows vista or higher, make sure you have UAC either off, or turn off the screen dim function. Screen dim = POL crash.

  14. #994
    Banned.

    Join Date
    Nov 2008
    Posts
    589
    BG Level
    5
    FFXI Server
    Valefor

    whats UAC?

  15. #995
    BG Content
    Join Date
    Jul 2007
    Posts
    22,370
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    User Account Control

  16. #996
    New Spam Forum
    Join Date
    Dec 2009
    Posts
    157
    BG Level
    3
    FFXI Server
    Titan
    WoW Realm
    Bonechewer

    Quote Originally Posted by Cream Soda View Post
    ah, it's a no go then. Don't always play on the same resolution/character. Guess I could just make multiple XMLs and swap them out accordingly
    I haven't had a need to do this with 4.0 but on 3.4 I just made two different windower folders.

  17. #997
    Banned.

    Join Date
    Nov 2008
    Posts
    589
    BG Level
    5
    FFXI Server
    Valefor

    Thanks alot man everything is working good.

  18. #998
    I'm more gentle than I look.
    Mr. Feathers AKA Mr. Striations
    All hail Lord Yamcha

    Join Date
    Aug 2007
    Posts
    17,538
    BG Level
    9

    for battlemod, how do I adjust the color for when debuffs wear off?

  19. #999
    BG Content
    Join Date
    Jul 2007
    Posts
    22,370
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    There's no debuff-specific option, because there's nothing in the status.xml resources that tells me if a given status is a buff or debuff. There have been so many requests for the past-tense verb form of debuffs (paralyzed, etc.) that I may just give up and change the resources though. I will need to talk to Radec first about the best way to do it though.

  20. #1000
    Melee Summoner
    Join Date
    Jan 2010
    Posts
    24
    BG Level
    1
    FFXI Server
    Asura

    Scoreboard failing to load


    Currently running Windows 7, every time I try to load scoreboard I get these messages, including when the game first boots up. I installed it via Windower, I see people talking about unloading scoreboard, but I cant unload since its not loading in the first place.
    Am I making a bonehead mistake? Searching the thread for scoreboard doesn't show anything like this issue that I've seen, (Help me out!)

Page 50 of 307 FirstFirst ... 40 48 49 50 51 52 60 100 ... 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