A SCH Gearswap...

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Jobs » Scholar » A SCH Gearswap...
A SCH Gearswap...
First Page 2 3 4 5 6 7 8
Offline
Posts: 18
By Toaster 2024-03-08 19:52:50
Link | Quote | Reply
 
Ok I'll give it a try both ways. That was just the syntax the original lua used for the melee set, so I wasn't sure if I should take it out or leave it. I guess it combines the melee set with whatever idle mode you're in?
Offline
Posts: 18
By Toaster 2024-03-09 02:04:43
Link | Quote | Reply
 
Just tried it and it works! Thank you so much!
[+]
necroskull Necro Bump Detected! [166 days between previous and next post]
 Bismarck.Snprphnx
Offline
Server: Bismarck
Game: FFXI
user: Snprphnx
Posts: 2715
By Bismarck.Snprphnx 2024-08-22 11:45:38
Link | Quote | Reply
 
Any idea why when casting some spells using the command '/console gs c nuke xxx', it gives me the error message
"/ma "spell i am trying to cast""
...a command error occurred

happens for nukes, helix, and storm spells that used the /console input. however JAs work with no issues
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 1045
By Fenrir.Niflheim 2024-08-22 11:52:32
Link | Quote | Reply
 
Do you have shortcuts loaded?
[+]
 Asura.Chendar
Offline
Server: Asura
Game: FFXI
user: chendar
Posts: 138
By Asura.Chendar 2024-08-22 11:58:05
Link | Quote | Reply
 
Fenrir.Niflheim said: »
Do you have shortcuts loaded?

This.

The lua doesn't specify what target to cast on and will throw those errors if you don't have shortcuts loaded.
 Bismarck.Snprphnx
Offline
Server: Bismarck
Game: FFXI
user: Snprphnx
Posts: 2715
By Bismarck.Snprphnx 2024-08-22 11:59:16
Link | Quote | Reply
 
you know... that would probably help...

came back a week or so ago, still remembering what addons i was using

thank you
necroskull Necro Bump Detected! [107 days between previous and next post]
Offline
Posts: 6
By Nedavets1 2024-12-07 09:58:33
Link | Quote | Reply
 
Hello!
Recently tried this lua and its amazing. I do get massive amounts of lag after loading the GS. Quite difficult to move around and to use macros properly from the lag. Does anyone know of a fix for this? Seems to only be with this lua specifically. Thanks!
Offline
Posts: 53
By suuhja 2024-12-07 18:23:52
Link | Quote | Reply
 
I had performance issues with the prerender hook in the lib file, which is there to do MB window detection. I commented that section out.
Offline
Posts: 6
By Nedavets1 2024-12-08 13:55:03
Link | Quote | Reply
 
this helped quite a bit, thank yoU!
Offline
Posts: 5
By gelvsta 2024-12-14 23:20:12
Link | Quote | Reply
 
For some reason this isnt working perfectly for me. I can nuke, cast enhancement spells and it's fine.

But when i try to cast a regen or cure spell, it doesn't change to a midcast set, simply going from precast to aftercast.

I saw prople trying to solve it but their solutions didn't work for me.
necroskull Necro Bump Detected! [174 days between previous and next post]
Offline
Posts: 151
By Slowforever 2025-06-06 16:31:11
Link | Quote | Reply
 
Toggles Magic Burst Mode on / off.


why would you lock magic burst mode, what is a mode?
 Carbuncle.Gabvanstronger
Offline
Server: Carbuncle
Game: FFXI
Posts: 55
By Carbuncle.Gabvanstronger 2025-06-06 21:10:34
Link | Quote | Reply
 
The lua detects the skillchains and automatically toggles on the MB mode. Meaning for gearswap to equip the MB set, you'd have to wait for the skillchain to happen to start casting.

If you toggle the MB mode to on, you could cast your spell before the skillchain happens and still nuke with your MB set (maybe making it possible to MB 3 times instead of 2?).
Code
        if mBurst.value == true then
            equip(sets.midcast.MB[nukeModes.current])
        else
            equip(sets.midcast.nuking[nukeModes.current])
        end


At least, that's how I use it as RDM.
[+]
 Carbuncle.Maletaru
Offline
Server: Carbuncle
Game: FFXI
user: maletaru
Posts: 3436
By Carbuncle.Maletaru 2025-06-06 22:15:35
Link | Quote | Reply
 
Slowforever said: »
why would you lock magic burst mode, what is a mode?

To add on to gab's otherwise excellent answer:

Modes are logic in your lua that change the behavior of the code. While in one mode certain gear might be equipped for a spell but in a different mode, other gear would be chosen instead.

For example: if you're magic bursting a spell you want to prioritize gear with Magic Burst Damage, but if you're free nuking (not Magic bursting) then MBD doesn't do anything so locus ring is terrible.

You might have engaged modes like high DT vs low DT, depending on the content you're doing. High PDL vs no PDL, etc.

He explained why you might want to toggle MB mode, because you're bursting and may want to pre-cast your Magic burst spell, to get more in to the window.

You might also need/want to toggle it in a different lua if, for example, you had less automation. Many luas REQUIRE the user to handle all toggles between modes.
 Bahamut.Jburner
Offline
Server: Bahamut
Game: FFXI
user: Jburner21
Posts: 2
By Bahamut.Jburner 2025-06-26 07:37:02
Link | Quote | Reply
 
Is there a way to change Heralds to Iaso Boots for movement instead? It doesn't really need to show on the HUD. Also, is it possible to have them equip on movement like the RDM Gearswap does for the cuisses.
 Asura.Disclai
Offline
Server: Asura
Game: FFXI
user: Disclai
By Asura.Disclai 2025-06-26 09:05:21
Link | Quote | Reply
 
Bahamut.Jburner said: »
Is there a way to change Heralds to Iaso Boots for movement instead? It doesn't really need to show on the HUD. Also, is it possible to have them equip on movement like the RDM Gearswap does for the cuisses.

All possible, yes.

To change the equipped gear and HUD text, go into SCH_Lib.lua and CTRL+F "Herald". Replace each instance of Herald's Gaiters with what you want.

If changing to a different movespeed equipslot (e.g. Shneddick Ring -- highly recommend btw, best Adoulin ring), you'll need to change the enabled/disabled slot from feet to e.g. ring1.

Making it auto-equip like the RDM lua would take more effort. You'd have to bring over the mov.counter code, adjust the runspeed functions/naming. Doable, but I'd sooner recommend just grabbing Shneddick and putting it in your idle set. Especially if you're into soloing stuff on SCH via kiting and such, the auto-equip function has a tendency to screw up midcasts when making micro movements.
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 784
By Fenrir.Jinxs 2025-06-26 12:52:37
Link | Quote | Reply
 
How does sublimation gear work?

Like the sash for all jobs not sch specific

Is it on at ja and can be taken off?
On all the time while it's filling?
Or on at bubble pop?
Offline
Posts: 3040
By Nariont 2025-06-26 12:55:46
Link | Quote | Reply
 
Fenrir.Jinxs said: »
How does sublimation gear work?

Like the sash for all jobs not sch specific

Is it on at ja and can be taken off?
On all the time while it's filling?
Or on at bubble pop?

Has to be on while the JA is running as it increases the HP > MP conversion tic
 Asura.Ayahuasca
Offline
Server: Asura
Game: FFXI
user: ayahuasca
Posts: 82
By Asura.Ayahuasca 2025-06-26 13:02:41
Link | Quote | Reply
 
I'll throw it here, for those willing to maximize sch nukes dmg, i'd suggest using a specific set for low tier spells (tier 1 and 2, but also 3 is an option since it's close) favoring more magic dmg stat, using Culminus, maliquis ring instead of metamorph+1 etc.
I use a set for low tier nukes, a set for higher tier nukes (w ammurapi, max INT and MAB focused), a set for helixes and then the various variants for earth dmg with quanpur, dark dmg with pixie+1 etc, and so on.

You can get up to 9k+ tier ii free nukes, 5k+ tier 1 and like 12-13k tier iii freenukes, before ebullience, malaise, bursts etc.
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 784
By Fenrir.Jinxs 2025-06-26 13:14:23
Link | Quote | Reply
 
Nariont said: »
Fenrir.Jinxs said: »
How does sublimation gear work?

Like the sash for all jobs not sch specific

Is it on at ja and can be taken off?
On all the time while it's filling?
Or on at bubble pop?

Has to be on while the JA is running as it increases the HP > MP conversion tic

Can it come off briefly? Like cast a spell and then go back to idle?
Offline
Posts: 3040
By Nariont 2025-06-26 13:15:42
Link | Quote | Reply
 
Fenrir.Jinxs said: »
Can it come off briefly? Like cast a spell and then go back to idle?

If you time it perfectly possibly, but its under the same tic rate as refresh/regain/regen, so unlikely to pull it off
 Asura.Alkk
Offline
Server: Asura
Game: FFXI
user: Alkai
Posts: 47
By Asura.Alkk 2025-07-15 17:40:09
Link | Quote | Reply
 
Asura.Elizabet said: »
Asura.Sagaxi said: »
This looks awesome, gave me the feel to play sch again! Your geo looks great too. Do you have any other at the moment?

Working on RUN currently.

Necro/OT but did you finish that RUN lua? Would love to try it!
First Page 2 3 4 5 6 7 8