-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XIVHotBar] Separated files for main/sub is nice, but some jobs could use something different #8
Comments
So I've been recently obsessed with creating updated hotbar icons from XIV's images. (I've made an icon for every single magic spell at this point...I have a problem...) I've just started working on hotbar layout for my SMN and came across this as well. What I've done is make 10 .txt scripts that summons the avatar and replaces the icons on the hotbars. I've attached an example. |
Nice! I'm pretty sure windower allows for shorter delay, but it is not an emergency. So, I guess the main idea would be a script per avatar (might have to think about not erasing all the slots in a custom way, to keep som job/subjob abilities set) and maybe one script for releasing (that makes you go back to your standard smn/xxx layout). I'm looking forward to it anyway :) I have an old char where I can do some testing if you need debug (smn 99). |
So I think I'm pretty comfortable with how I have it set up. I basically have bars 1 and 2 on my battle set reserved for BP. Wards on 2 and Rages on 1. They don't fill up the whole bar, but it's consistent. I made a script for each avatar which summons, erases bars 1 and 2, then add the BP's. Since 1 and 2 are only BP, I don't really feel the need for a release script to delete anything off there. In theory, you should always have a summon so there should always be something there. Will play around with it more when it's not 2am and see how it goes. Will hit you up if there's anything I can't figure out! :) |
I haven't tried the addon with smn yet, but I can be sure that it would be more about also splitting the hotbars into avatars than only into main/sub.
It shouldn't be that hard for someone used to addons dev. I am willing to help, but I have little knowledge of lua and windower.
The text was updated successfully, but these errors were encountered: