Advertisement
Byrth

LightLuggage Guide

Apr 19th, 2012
1,049
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. LightLuggage is a windower plugin that will automatically lot/pass things for you based on your currently loaded "profile" or a specific command that you give it.
  2.  
  3. LightLuggage profiles are typical plain text (.txt) files stored in windower/plugins/lightluggage/. The default profile is aptly named "default.txt" and will always be the active profile when you log in. There are four basic types of commands that can be put into these files:
  4.  
  5. if item is ???? then pass
  6. if item is ???? then lot
  7. if item is not ???? then pass
  8. if item is not ???? then lot
  9.  
  10. ???? stands for the item ID. Item ID is a numeric code that represents the item in the game .dats, and can be found using FFXIAH. If you want to know the Item ID for an Ahriman Wing, for instance, you would search for "Ahriman Wing" on FFXIAH and get sent to this page:
  11. http://www.ffxiah.com/item/935/ahriman-wing
  12. See the number right here? ^^^ That is the item ID.
  13.  
  14. Anyway, if you want to pass multiple items the syntax would look something like this:
  15. if item is ????, ????, ????, ???? then pass
  16. Generally people don't seem to use more than about 4 item IDs per statement, and if they want to pass more items then they put it in a new statement. I think this might be a limitation of the program, but I've never honestly tested it.
  17.  
  18.  
  19.  
  20. So when is this really useful? Well, everywhere! If you want to lot Bynes in Dynamis, you can make a Byne.txt profile for Dynamis. If you want to pass cells in Salvage after getting all the ones you need, you can set it up to pass all the cells for you. For a list of some common items people like to pass, I would direct you to this thread:
  21. http://www.bluegartr.com/threads/106369-Light-Luggage
  22. You can just copy and paste the [code] sections together to make whatever profile you want in Editor or TextEdit, then save it as a plaintext file in the lightluggage directory.
  23.  
  24. If you are going to use Lightluggage to pass Salvage cells, I recommend adding this line to your AutoExec:
  25. <register silent="true" event="zone_*Remnants">ll profile default;</register>
  26. It will make sure that you don't start the Salvage run with your cell profile loaded and lose the starting chest.
  27.  
  28.  
  29.  
  30. Lightluggage commands you might use in game (Lightluggage is abbreviated ll in game):
  31. 1) //ll passall :: Passes everything in the pool. Be aware that this takes time and it will continue passing everything until the entire pool is passed. So if you do //ll passall and then kill something, whatever drops will likely get passed as well.
  32. 2) //ll lotall :: Frankly, I don't recommend using this one. It has some bad programming behind it and tends to lag/crash people. The obvious intent is to lot everything.
  33. 3) //ll profile _______ :: This sets your profile to whatever you replace ______ with. It looks in your lightluggage directory for something named ______ and uses that file as your new profile. You don't need to include .txt, but I think it will work even if you do.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement