Do aliases not work on windower4, or was their creation method changed?
If I do this:
alias test /echo hi
then do //test
nothing happens.
Do aliases not work on windower4, or was their creation method changed?
If I do this:
alias test /echo hi
then do //test
nothing happens.
alias test input /echo hi
//test
So its been changed slightly then, thanks.
Incase you're wondering what I was trying to do, this used to work for dualsend:
alias sk /send kehhiko
but wasnt working with Lua Send
@all is a nice touch too
The above example is also how aliasing works in Windower 3.4. You're forgetting that aliases are put into the windower console and not the game.
Along the same lines, you want:
* alias sk send Kehhiko
@all was there in XI-Util's Send too. Lua Send is actually much more syntactically forgiving than XI-Util's Send, Dualsend, etc., so these options would also probably work but would be inferior:
* alias sk /console send Kehhiko
* alias sk //send Kehhiko
this is a work in progress, i treat composure in a different method to other gear that increase duration. i am currently in the process of writing a method of catching how many peices u have equiped for when u cast on other people. as for brd, i cannot test as my brd is 75 and do not plan on takin it higher currently. other spells like bar spells that also require know ur total enhancing skill to know how long the buff lasts will probably not be applied. this addon is just a quick replacement until timers get updated to have its own recast tracker. just keep checkin github as im pushing out updates several times a day at the moment with new additions as i get things working and tested. hope you enjoy it as it is for the moment.
I got this to work typing it into chat:
//alias g510_m1g1 input //send @all input /echo hi
... and this:
//alias g510_m1g1 input //send Mule input /ma stun <bt>
Now I am in the process of trying to reverse that bind back to the echo using either my init.txt or a separate test.txt. I can't get get the test.txt to work from the init, and apparently it's not loading by typing //exec test.txt into the chat log. I have all tried all sort of variations of the following:
alias g510_m1g1 input //send @all input /echo hi
alias g510_m1g2 input //send @all input /echo hi
I do that in my init as well as test, reload send, binder, nothing happens.
bind g510_m1g1 input //send @all input /echo hi
bind g510_m1g2 input //send @all input /echo hi
Same thing, nothing. Still casting Stun. I've tried //, /, no /s, commas, "x", sending a single character, not sending just input, etc. The crab I attacked is going to starve to death. What am I missing?
edit - I manually made mig1 and mig2 into Stun macros, then did this in the init.txt:
alias g510_m1g1 input /echo hi
alias g510_m1g2 input //send @all input /echo hi
... which works. Now trying to switch it back to Stuns.
Instead of using:
//alias g510_m1g1 input //send @all input /echo hi
Try using:
//alias g510_m1g1 send @all input /echo hi
I think the problem that you're running in to has something to do with the way Windower handles aliases. I vaguely remember that it takes the first 5 space-delimited arguments following the initial command when done from scripts. So your alias basically has too many words in it. If you knock it down to mine, it'll probably work.
Great! This works:
alias g510_m1g1 send Mule input /ma stun <bt>
Also, apparently this works as well?!:
//alias g510_m1g1 input //send @all input /echo hi
alias g510_m1g1 send Mule input /ma stun <bt>
I got the /echo on both machines and my mule cast Stun on the targeted mob. Interesting to know.
edit - I suppose I should kill this poor crab now.
Yeah, that should work on Windower 4.0. It didn't work on Windower 3.4 because the rate at which Windower checks for external commands is fairly low, but now it's using an internal system to send commands between instances so it's fine. Push vs. Pull. Something something. I don't know, ask Aureus for more details.
Pushed a fix out for Spellcast to fix <st*>. Sorry it took so long ~_~.
I'm sure anything I asked Aureus on the subject would bounce off my eyeballs. Thanks for your help though. Now I need to go pour over the spellcast thread to see if something else has been answered recently.
You could also just bind it directly to your mule's game instance with the command below. The G buttons on the G510, and I assume other keyboards, go to windows even if they aren't in focus. It completely bypasses the need to send a command from one instance to another. I use this to perform most actions on my mule without needing to switch windows.
alias g510_m1g1 input /ma stun <bt>
I've just /logout -> back on menu unloading StatusTimer first, and POL still crashed down. I'm pretty sure if I typed /shutdown the crash would have happened, but I had like a million macros made that I didn't want to disappear, so I took the safe route.
Is there anyway to not display your 1 hour abilities with the timers in windower 4. Like in recast on 3.4 you could disable that from showing.
I didn't realize I was autoloading Logger, so it may actually be Logger causing the crashes (and probably makes more sense as far as why it would crash, if it doesn't like having the handle to the window ripped away from it). When I log out tonight I'll have to unload logger and leave StatusTimer up and see what happens.
Settings/Silence.xml
Change the only option there.