Item Search
     
BG-Wiki Search
Page 246 of 307 FirstFirst ... 196 236 244 245 246 247 248 256 296 ... LastLast
Results 4901 to 4920 of 6124
  1. #4901
    CoP Dynamis
    Join Date
    Feb 2010
    Posts
    261
    BG Level
    4
    FFXI Server
    Carbuncle

    Quote Originally Posted by Shirai View Post
    Does anyone know how to make it that Organizer will also take items like meds along with the gear sorting?
    I am a lazy git and I don't want to manually take out and put away my Echo drops every time I switch jobs and change gear.
    Did you figure out how to achieve this?

    I saw Byrth's answer but I did not quite get it: "You can make a default file in the relevant folder. I'll try and take another swing at the documentation tonight.".

  2. #4902
    Shirai
    Guest

    Unfortunately not yet

  3. #4903
    Yarglebargle
    Join Date
    Feb 2010
    Posts
    3,304
    BG Level
    7
    FFXI Server
    Valefor

    There's a secondary, albeit a little more tedious way to use the addon. Get on each job you play individually and situate all your inventories how you want them to be after organizer runs and then type //org freeze. That will create a snapshot of all your inventories while you're on that job (as a lua file in the organizer directory), and then to recall that snapshot you type //org organize. To update the snapshot just type //org freeze again while on that job.

    I've been doing it this way instead of putting the include in my gearswap (partially because I didn't know how until he posted it) and it's been working fine.

  4. #4904
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Can you delete lines corresponding to bags you don't want Organizer to use? Or do you put priority to 0 for those?
    Like take this example

    Code:
            <bag_priority>
                <Case>4</Case>
                <Inventory>1</Inventory>
                <Locker>2</Locker>
                <Sack>3</Sack>
                <Safe>8</Safe>
                <Satchel>6</Satchel>
                <Storage>5</Storage>
                <Wardrobe>7</Wardrobe>
            </bag_priority>
    If I don't want Organizer to use Safe, can I just delete the line? Or do I need to put a specific character/number as priority?

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

    Yes, delete. A priority of 0 would either be meaningless or would be the highest priority.

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

    Quote Originally Posted by Byrthnoth View Post
    Yes, delete. A priority of 0 would either be meaningless or would be the highest priority.
    Delete is not the correct answer I'm afraid.
    I tried to delete them, but when I reload Organizer those voices I deleted get created again into the xml file, which then produces various errors when trying to use //gs org

  7. #4907
    Old Odin
    Join Date
    Oct 2006
    Posts
    6,198
    BG Level
    8
    FFXI Server
    Asura

    how do i get organizer to get gear out from the current gearswap loaded lua? I have no idea how it works and where to put any lua files at all and the Readme didnt help me at all :/

  8. #4908
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Damane View Post
    how do i get organizer to get gear out from the current gearswap loaded lua? I have no idea how it works and where to put any lua files at all and the Readme didnt help me at all :/
    to use Organizer
    1.enable it in the windower setup
    2. put include('organizer-lib.lua') in your gearswap file as the first line
    3. then just use the command 'gs org' this will put all items you do not have in your gearswap file away and grab all your gear thats in your gearswap file's sets

  9. #4909
    Gimp like a Pro!
    Join Date
    Oct 2009
    Posts
    541
    BG Level
    5
    FFXI Server
    Ragnarok

    where can i find the Plugin unlimited for Windower4?
    It is not present in my installed Windower Plugin Folder and not available in the shown in the launcher-plugin-list.

  10. #4910
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Corresapolonia View Post
    where can i find the Plugin unlimited for Windower4?
    It is not present in my installed Windower Plugin Folder and not available in the shown in the launcher-plugin-list.
    unlimited was depreciated all its settings are in the config plugin

  11. #4911
    Old Merits
    Join Date
    Nov 2007
    Posts
    1,002
    BG Level
    6
    FFXI Server
    Asura

    The mysterious crash on Windower launch of POL Viewer on Win 8.1 that people have been unable to reproduce, a few people on Reddit have said that disabling Secure Boot on their computers has fixed the problem. That might be something to test. I don't know why it would affect launch of the game or hooking of Windower, but it seems to be getting some success.

  12. #4912
    Sea Torques
    Join Date
    Aug 2008
    Posts
    699
    BG Level
    5
    FFXI Server
    Odin

    Ive tried everything, any luck on removing everything but locker and safe from organizer to pull/give gear to?

  13. #4913
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Quote Originally Posted by Sechs View Post
    Delete is not the correct answer I'm afraid.
    I tried to delete them, but when I reload Organizer those voices I deleted get created again into the xml file, which then produces various errors when trying to use //gs org
    Any news on this?

  14. #4914
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Guess not

  15. #4915
    Sea Torques
    Join Date
    Aug 2008
    Posts
    699
    BG Level
    5
    FFXI Server
    Odin

    Ive deleted everything but safe and locker from every script in organizer folder, but it still uses them. not sure what else to do.

  16. #4916
    New Spam Forum
    Join Date
    Jun 2007
    Posts
    174
    BG Level
    3

    Quote Originally Posted by Sechs View Post
    Any news on this?
    I'm not associated with this addon but I think I have found a few work arounds for this problem even if they are kind of hackish. The problem lies in that the items in bag_priority and dump_bags are not being handled properly somehow in the config load/save. It is making sure that whatever is in the default is present in the current version no matter if you modified it or not (ie you can't remove any of the tags or it auto adds them back with the default value). The first work around I've found for this is to change the default_settings parameter on line 73 to match what you want your settings to look like (match dump_bags and bag_priority to be what you want them to be). The other option is to change line 117 that says 'settings = config.load(default_settings)' and modify it to be 'settings = config.load(nil,default_settings)'. I believe this tells the config stuff a load the current file before re-writing it but I'm not 100% sure. Both these solutions I don't believe are long term fixes and will be most likely blown away if/when the Organizer addon is updated in the repository. Also I might add to use these fixes at your own risk, they appear to work but I'm by no stretch of the imagination a lua expert.

  17. #4917
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Another solution might be that to make the settings.xml file a read-only file once u've put in there the settings you like? I guess.
    Anyway, thanks for the tips.

  18. #4918
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Sechs View Post
    Another solution might be that to make the settings.xml file a read-only file once u've put in there the settings you like? I guess.
    Anyway, thanks for the tips.
    that only stops you from changing it it your not an admin level user or a program with lower then admin rights

  19. #4919
    E. Body
    Join Date
    Nov 2008
    Posts
    2,048
    BG Level
    7
    FFXI Server
    Bismarck

    Is there a better description somewhere for the filters in battlemod, as far as which filter does what?

  20. #4920
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Any update on the organizer "issue", other than self-made temporary fixes?

Page 246 of 307 FirstFirst ... 196 236 244 245 246 247 248 256 296 ... 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