-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hey there,
Thanks for the great addon, it made getting into XI much smoother.
Just a quick question/issue:
Following the SMN logic that you can change hotbars according to you pet, I was wondering if this also works for BST jug pets? I haven't found anything that explicitly forbade BST pets in the documentation so...
` xivhotbar_keybinds_job['Base'] = {
-- Hotbar #1
{'battle 1 1', 'ws', 'Rampage', 't', 'Ramp'},
{'battle 1 2', 'ws', 'Calamity', 't', 'Calam'},
{'battle 1 3', 'ws', 'Bora Axe', 't', 'Bora'},
-- Hotbar #2
-- Hotbar #3
{'battle 3 1', 'ja', 'Fight', 't', 'Sic'},
{'battle 3 2', 'ja', 'Heel', 'me', 'Heel'},
{'battle 3 3', 'ja', 'Snarl', 'pet', 'Snarl'},
{'battle 3 4', 'ja', 'Spur', 'pet', 'Spur'},
{'battle 3 5', 'ja', 'Run Wild', 'pet', 'Run Wild'},
{'battle 3 7', 'ja', 'Bestial Loyalty', 'me', 'Loyalty', 'mount'},
{'battle 3 8', 'ja', 'Reward', 'pet', 'Reward'},
{'battle 3 11', 'ja', 'Unleash', 'me', 'Unleash','2HR'},
{'battle 3 12', 'ja', 'Familiar', 'me', 'Familiar','2HR'},
-- Hotbar #4
-- Hotbar #5
-- Hotbar #6
}
xivhotbar_keybinds_job['FleetReinhard'] = {
-- Hotbar #2
{'battle 2 1', 'ja', 'Scythe Tail', 't', 'Stun'},
}
`
I tried the generic "Raptor" or "Fleet Reinhard" as well, but the skill just won't show up. Does the addon simply not support Jug Pets or am I bunging something up here?
Cheers!