How To Stop A Windower Macro

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » General » How to stop a Windower macro
How to stop a Windower macro
Offline
Posts: 17
By Aelogis 2013-08-13 12:22:58  
How do I stop a Windower macro? I've accidentally hit my 12 hour healing skill up macro when I don't want to skill up my healing. Is there some command I can do to cancel it?
 Sylph.Hitetsu
Offline
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2013-08-13 12:26:27  
//quit

or /logout, but I don't know if that will help when you log back in :D
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2013-08-13 12:31:55  
Don't use skill up scripts, use skill up XML's that have cycles that can be stopped. fail safes are nice ^^

You can log out, but the moment you log back in I'm fairly sure the script will continue. Windower needs to be entirely restarted to reset.
[+]
 Shiva.Alduwyn
Offline
サーバ: Shiva
Game: FFXI
Posts: 19
By Shiva.Alduwyn 2013-08-13 13:04:54  
How do I use XML's? (This is Aelogis btw)
 Shiva.Alduwyn
Offline
サーバ: Shiva
Game: FFXI
Posts: 19
By Shiva.Alduwyn 2013-08-13 13:12:09  
And how do you reset Windower?
 
Offline
Posts:
By 2013-08-13 13:12:59
 Undelete | Edit  | Link | 引用 | 返事
 
Post deleted by User.
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2013-08-13 13:51:33  
Shiva.Alduwyn said: »
How do I use XML's? (This is Aelogis btw)
http://www.ffxiah.com/forum/topic/33472/genesisx-skill-up-script-now-with-brd-and-food/#2036027

This is the one I like to use since it's a combine skill up with many various skills.

*You'll need spellcast.
*You'll need to make minor changes to the skill up script for fastcast, what skill you are working on and if you use food.
*I recommend skilling up in Adoulin areas for the bonus to skill ups.

If you have any questions, I can take a look and help.
 Bismarck.Tragedie
Offline
サーバ: Bismarck
Game: FFXI
Posts: 322
By Bismarck.Tragedie 2013-08-13 14:23:10  
Depending on the script, you may have options for ending it without logging out:

Many scripts that loop will either call themselves at the end of the script (i.e., you're running skillup.txt and the last line of the script is 'exec skillup.txt' - which is bad practice), or run an previously defined alias.

If the script you're stuck in is calling a script file at the end of it, just rename the .txt file; when the script gets to the point to execute the .txt file, it won't find it and end.

If the script is calling an alias to loop itself (i.e., at the beginning of the script it says 'alias startover' and the last line of the script is 'startover'), you can either enter 'alias startover /' into the console (or '//alias startover /' into the ffxi chat box) (no quotes on either), or you can do 'clearaliases'. clearaliases can be annoying if you have other aliases set up already, as you'd have to readd them (or re-run the script to add them).

If your script is just 800 lines of copy-pasted 'cast a spell' 'wait some time' 'repeat', then you'll have to close that windower instance as far as I know (I believe scripts will continue to run after you've logged out of a character).

Ideally, the best option would be to use a script that you're able to break out of, but I wanted to mention a few options for people who may have gotten stuck. I preferred using Aikar's skillup scripts; they're simple, effective, and easy to customize without spellcast knowledge (see my post in the link Sekundes posted).
[+]
necroskull Necro Bump Detected! [2487 days between previous and next post]
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 19:53:59  
I actually would like to know the opposite, after my skillup script stops i would like it to restart, is there a command?
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-04 19:56:15  
Add more lines to make it longer lol
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 20:15:18  
Huh? lol
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-04 20:22:39  
Just copy and paste more identical lines to the file.

Are you talking about the smn file? that thing should run for like 9 hours lol.

If you wanted it to go... 18 hours you just paste another 50,000 lines on it lol.
Offline
Posts: 12225
By Pantafernando 2020-06-04 20:25:03  
Im pretty sure there should be a repeating addon somewhere.

Just use it
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 20:28:16  
It starts with refresh and then i set it to cycle through all my avatars, after diabolos i want it to start all over again, refresh then cycle through.
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-04 20:35:08  
Code
input /magic "Refresh" <me>

wait 7

input /magic "Carbuncle" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Shiva" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Ifrit" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Ramuh" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Leviathan" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Cait Sith" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Garuda" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Fenrir" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Titan" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Diabolos" <me>

wait 9

input /pet "Release" <me>

wait 2

input /magic "Siren" <me>

wait 9

input /pet "Release" <me>

wait 2



Copy + 1 blank line at the end
Control VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV until you get tired of holding it lol
Offline
Posts: 12225
By Pantafernando 2020-06-04 20:40:10  
whats the point in cycling all avatars? I just capped on my just repeating carbuncle.
[+]
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 20:40:23  
I just grab one line hold shift and use the down arrow to grab, much easier than that mouse, and why did you put siren and cait sith? they avatars now? lol
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-04 20:41:04  
https://github.com/smd111/Gearswap-Skillup

--this tool is set it and forget it you can leave it running for hours as long as se does not log you out it will keep running--

to start Summoning magic skillup use command "gs c start summoning"
to stop all skillups use command "gs c skillstop"

Cait Sith and Siren are avatars now, yeah
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 20:45:45  
But thats gear swap, i dont swap gear when im skilling, unless im misunderstanding that whole script.
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-04 20:48:25  
You dont have to actually use gearswap, the lua just needs gearswap to function

Gearswap is the name of a lua, not "Swapping gear"

(I've never used it, I like my script)
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 20:50:09  
Oh ok
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 20:51:36  
In case i decide to try it, where do i place that lua?
 Asura.Eiryl
Offline
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-04 20:52:12  
addons
Offline
Posts: 25
By KingOfOldSchool 2020-06-04 21:14:35  
Oh aright