Item Search
     
BG-Wiki Search
Page 34 of 307 FirstFirst ... 24 32 33 34 35 36 44 84 ... LastLast
Results 661 to 680 of 6124
  1. #661
    Relic Weapons
    Join Date
    Jun 2008
    Posts
    288
    BG Level
    4
    FFXI Server
    Bismarck

    Quote Originally Posted by Obsidian View Post
    TimeStamp Format [%I:%M:%S%p] is what I use. You can even force the date into it, but it gets huge and causes issues with the log.
    Thanks for the response Subadai and Obsidian

  2. #662
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    I found an issue with Windower 4 (presumably it's a spellcast issue?) and the Blood Pact Ward ability "Sleepga" from Shiva.
    I get an error like I was trying to cast the Sleepga spell, which I don't have being a SMN/RDM.

  3. #663
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,659
    BG Level
    8
    FFXI Server
    Sylph

    it involves a /raw command to fix I think, but not playing bst or smn, I don't know what it is.

  4. #664
    a p. sweet dude
    Pens win! Pens Win!!! PENS WIN!!!!!

    Join Date
    Jul 2010
    Posts
    25,767
    BG Level
    10

    Quote Originally Posted by Sechs View Post
    I found an issue with Windower 4 (presumably it's a spellcast issue?) and the Blood Pact Ward ability "Sleepga" from Shiva.
    I get an error like I was trying to cast the Sleepga spell, which I don't have being a SMN/RDM.
    That's a Spellcast issue, and it's been around forever. I don't remember offhand how to fix it though.

  5. #665
    The Syrup To Waffles's Waffle
    Join Date
    Jun 2007
    Posts
    5,045
    BG Level
    8
    FFXIV Character
    Cair Bear
    FFXIV Server
    Excalibur
    FFXI Server
    Fenrir

    Use the command "/raw /pet "sleepga" <t>" instead.

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

    So I haven't played in like 6 months and now I got Windower 4.0 and all of my previous settings like where the recast plugins and everything go. It was in my old init which I deleted like a moron but I can't remember how I did it off the top of my head.


    Game also crashes every time I /shutdown. I remember I had something along the lines of alias gtfo = unloadall /wait 2 /shutdown for the old windower but I can't figure it out. PS I suck at coding and shit so this stuff is not my forte. When I changed all my recast positions and stuff I used windower wiki which doesn't really apply anymore (?).

    Also do you have to restart the client for addons to go away? Like, can you unload, say, scoreboard when you aren't fighting? Or the commands to clear the log?

    edit: so I just manually unloadall'd and shutdown and it still froze and crashed. Must be an addon causing it?

  7. #667
    The Syrup To Waffles's Waffle
    Join Date
    Jun 2007
    Posts
    5,045
    BG Level
    8
    FFXIV Character
    Cair Bear
    FFXIV Server
    Excalibur
    FFXI Server
    Fenrir

    Windower 4 just has issues with logging out afaik.

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

    Quote Originally Posted by Squah View Post
    So I haven't played in like 6 months and now I got Windower 4.0 and all of my previous settings like where the recast plugins and everything go. It was in my old init which I deleted like a moron but I can't remember how I did it off the top of my head.
    Recast is now Timers, and most new plugins have a settings XML in the Windower/plugins/settings/ folder.

    Quote Originally Posted by Squah View Post
    Also do you have to restart the client for addons to go away? Like, can you unload, say, scoreboard when you aren't fighting? Or the commands to clear the log?
    //lua unload <name>
    or in short
    //lua u <name>

  9. #669
    New Spam Forum
    Join Date
    Nov 2009
    Posts
    190
    BG Level
    3
    FFXI Server
    Sylph

    Quote Originally Posted by Squah View Post
    So I haven't played in like 6 months and now I got Windower 4.0 and all of my previous settings like where the recast plugins and everything go. It was in my old init which I deleted like a moron but I can't remember how I did it off the top of my head.


    Game also crashes every time I /shutdown. I remember I had something along the lines of alias gtfo = unloadall /wait 2 /shutdown for the old windower but I can't figure it out. PS I suck at coding and shit so this stuff is not my forte. When I changed all my recast positions and stuff I used windower wiki which doesn't really apply anymore (?).

    Also do you have to restart the client for addons to go away? Like, can you unload, say, scoreboard when you aren't fighting? Or the commands to clear the log?

    edit: so I just manually unloadall'd and shutdown and it still froze and crashed. Must be an addon causing it?
    The correct form for that alias would be alias gtfo unloadall; wait 2; input /shutdown but yeah, I still crash once in a while with it. Hopefully I can get around to submitting a crash dump soon.

  10. #670
    Relic Weapons
    Join Date
    Apr 2009
    Posts
    319
    BG Level
    4

    How do I move BuffDuration? It's in a really weird sport and I can't find a settings in the folder.

  11. #671
    Cerberus
    Join Date
    Jun 2007
    Posts
    411
    BG Level
    4
    FFXIV Character
    Ninita Nita
    FFXIV Server
    Excalibur
    FFXI Server
    Shiva
    WoW Realm
    Gnomeregan

    Quote Originally Posted by Yubar View Post
    How do I move BuffDuration? It's in a really weird sport and I can't find a settings in the folder.
    buffduration uses timers' (the windower plugin) custom timers to do what it does. and to answer your question in plugins/settings/timers.xml you change the following

    Code:
    <global>
    .........
    		<recastX>976</recastX>
    		<recastY>50</recastY>
    		<buffsX>190</buffsX>           <------------Not This
    		<buffsY>350</buffsY>           <-------------Not This
    		<customX>798</customX>   <--------------This
    		<customY>50</customY>      <--------------This
    		<barSpacing>0</barSpacing>
    		<debugMode>false</debugMode>
    	</global>

  12. #672
    Relic Weapons
    Join Date
    Apr 2009
    Posts
    319
    BG Level
    4

    Quote Originally Posted by Nitrous24 View Post
    buffduration uses timers' (the windower plugin) custom timers to do what it does. and to answer your question in plugins/settings/timers.xml you change the following

    Code:
    <global>
    .........
    		<recastX>976</recastX>
    		<recastY>50</recastY>
    		<buffsX>190</buffsX>           <------------Not This
    		<buffsY>350</buffsY>           <-------------Not This
    		<customX>798</customX>   <--------------This
    		<customY>50</customY>      <--------------This
    		<barSpacing>0</barSpacing>
    		<debugMode>false</debugMode>
    	</global>
    Not working.

  13. #673
    A gigantic waste of space
    Join Date
    Apr 2009
    Posts
    719
    BG Level
    5
    FFXIV Character
    Maurauc Baelfyr
    FFXIV Server
    Hyperion
    FFXI Server
    Valefor

    Quote Originally Posted by Yubar View Post
    Not working.
    Change the settings in the file, then write: "reload timers" (without quotes) in the console. Make sure it's the customX/Y you're editing. Buffsx/y aren't used yet.

  14. #674
    Relic Weapons
    Join Date
    Apr 2009
    Posts
    319
    BG Level
    4

    Quote Originally Posted by Maurauc View Post
    Change the settings in the file, then write: "reload timers" (without quotes) in the console. Make sure it's the customX/Y you're editing. Buffsx/y aren't used yet.
    Still not working. Should I just redownload Buffduration and Timers again?

  15. #675
    So hard we fuck rocks
    Join Date
    Jan 2009
    Posts
    3,043
    BG Level
    7
    FFXI Server
    Sylph

    Has anyone else had problems with League of Legends and XI-Utils ? If i don't have sandboxed instances setup, i can run LoL alright, and even alt+tab between games etc. But since i 2-3-4 box sometimes, I really always use XI-utils. League runs fine, until you get into the actual instance of the game where it loads the match. I'm not sure how it all works but whatever occurs causes all my instances of Windower (v4 or v3.4*) to crash.

    Anyone else experience this? is a fix even possible? or just say fuck it and log out etc. when i wanna play league?

  16. #676
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Quote Originally Posted by Cairthenn View Post
    Use the command "/raw /pet "sleepga" <t>" instead.
    Will try, but the question is: why was my macro (that I didn't change at all) working with Windower 3.43 and why isn't it working with Windower 4? I used spellcastlite on both windowers (i.e. spellcast loaded, but no xml for SMN)

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

    Quote Originally Posted by Sechs View Post
    Will try, but the question is: why was my macro (that I didn't change at all) working with Windower 3.43 and why isn't it working with Windower 4? I used spellcastlite on both windowers (i.e. spellcast loaded, but no xml for SMN)
    To my knowledge, the most recent version of SpellCast is not the one they ported to 4.0, because Yekyaa (who maintained the 3.4 version) disappeared and didn't leave behind the source he was working on. And he added a lot of pet related things, such as differentiating the Sleepgas by job (same for similar abilities).

  18. #678
    The Spooniest of Bards
    Join Date
    Nov 2009
    Posts
    1,676
    BG Level
    6
    FFXIV Character
    Lucian Esperance
    FFXIV Server
    Sargatanas
    FFXI Server
    Shiva

    Quote Originally Posted by shepardG View Post
    Has anyone else had problems with League of Legends and XI-Utils ? If i don't have sandboxed instances setup, i can run LoL alright, and even alt+tab between games etc. But since i 2-3-4 box sometimes, I really always use XI-utils. League runs fine, until you get into the actual instance of the game where it loads the match. I'm not sure how it all works but whatever occurs causes all my instances of Windower (v4 or v3.4*) to crash.

    Anyone else experience this? is a fix even possible? or just say fuck it and log out etc. when i wanna play league?
    Run League as Borderless Fullscreen, any time something full screens it will generally kill XI. If you get the "League opens in the corner" problem, CTRL + SHIFT+ ESC, right click league, maximize.

  19. #679
    Custom Title
    Join Date
    Nov 2008
    Posts
    1,065
    BG Level
    6
    FFXI Server
    Diabolos

    Maybe you did an override in 3.4 instead of using /raw which didn't carry over.

    Yeah, borderless fullscreen is what you want for anything running at the same time as XI. Most programs will even still blip the res to something else and crash FFXI even if you have them set to exactly the same resolution you're already at.

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

    I got everything working properly, but now my cursor is completely offcenter? About 15% of the bottom and right side of my screen is panning the camera when it shouldn't. Screen resolution is 1920x1200 and windower boots it in the same resolution as well. Any ideas?

    EXTRA EDIT I think I found the problem, menu resolution is set to something wacky like 1350x871 in the registry, and when I change it it gets overwritten when I reboot POL from windower. Didn't think menu resolution meant where the pan function begins to take effect, but that has to be the issue, no?

Page 34 of 307 FirstFirst ... 24 32 33 34 35 36 44 84 ... 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