Light Luggage Profiles

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » Windower » General » Light Luggage Profiles
Light Luggage Profiles
 Valefor.Clairefox
Offline
Serveur: Valefor
Game: FFXI
user: Clairefox
Posts: 87
By Valefor.Clairefox 2012-10-19 11:42:38
Link | Citer | R
 
Please let me know if there are any errors or anything I'm missing. Thanks~ <3
(Had this in the wrong forum before :/ But added the Limbus Profile I just made recently too)

Dynamis Profile
Abyssea Profile
Abyssea Junk and Pop Items
Limbus Profile
[+]
 Lakshmi.Byrth
VIP
Offline
Serveur: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2012-10-19 11:47:58
Link | Citer | R
 
If you want to save yourself some time in the future, you can just copy from here:
http://wiki.bluegartr.com/bg/Light_Luggage
[+]
 Valefor.Clairefox
Offline
Serveur: Valefor
Game: FFXI
user: Clairefox
Posts: 87
By Valefor.Clairefox 2012-10-19 11:50:45
Link | Citer | R
 
I'd like to note that you don't need to actually make separate profiles for light luggage to parse each event. I have one default profile that has everything above included in it and it works just fine. I just separated them out on here for ease.
[+]
necroskull Necro Bump Detected! [2150 days between previous and next post]
 Cerberus.Drayco
Offline
Serveur: Cerberus
Game: FFXI
user: Drayco
Posts: 347
By Cerberus.Drayco 2018-09-08 15:47:22
Link | Citer | R
 
Is there any way to make LL set itself to default after zoning? I can't tell you how many times I've lost drops because I forget to change it back to default.
 Shiva.Berzerk
Offline
Serveur: Shiva
Game: FFXI
user: Berzerk06
Posts: 357
By Shiva.Berzerk 2018-09-08 17:26:04
Link | Citer | R
 
You could make a simple bare-bones plugin called lightluggage or w/e you wanted and then have this
Code
windower.register_event('zone change', function(new_id, old_id)
	windower.send_command('ll profile default')
end)

returning light luggage to default if you ever zone.
[+]