Any Have A Dark Magic Skillup Script? |
||
|
Any have a Dark Magic Skillup script?
Anyone have a dark magic skillup script they would be willing to share? Asking for a friend.
personally i just go to a reive in Yahse, hug the root, lock the target and execute a simple script
input /ma "bio" <t> wait 4 input /ma "bio" <t> ... and keep copying/pasting till you have enough. Just did this yesterday for enfeeb magic, probably took 2~3h to cap from very low number. Easier way would be something like:
Code alias cast input /ma "Bio" <t>; wait 4; alias cast5 cast; cast; cast; cast; cast; alias cast20 cast5; cast5; cast5; cast5; alias cast100 cast20; cast20; cast20; cast20; cast20; bind numpad. cast100; Just hit the . on the numpad for 100 casts. If you want to stop, just alias cast to something else. And yes, reives are the easiest way to skill. Could create a very rudimentary gearswap file to handle it:
Code function aftercast(spell) if spell.english == 'Bio' then send_command('wait 3;input /ma "Bio" <t>') end end Will try to cast until you have no target (get a FFXI syntax error and will no longer try again), or you unload the file/disable gearswap. Nothing fancy just literally loops the spell over and over with 3 second delay between spell completion and the next cast. ![]() Valefor.Maurauc said: » Easier way would be something like: Code alias cast input /ma "Bio" <t>; wait 4; alias cast5 cast; cast; cast; cast; cast; alias cast20 cast5; cast5; cast5; cast5; alias cast100 cast20; cast20; cast20; cast20; cast20; bind numpad. cast100; Just hit the . on the numpad for 100 casts. If you want to stop, just alias cast to something else. And yes, reives are the easiest way to skill. Sorry about this ancient bump, but what does cast100 cast20, cast20 etc mean? does that mean it's going to cast 100 times? To follow up to Dunigs with a modern equivalent, it would just be easier to make an add-on with the following
Code function auto() windower.chat.input("/ma \"Bio\" <t>") coroutine.schedule(auto, 5) end auto() As long as the add-on is loaded, it'll repeat forever. Unload the add-on to stop. You can change it to do just about anything if you understand it. Asura.Lothire said: » Valefor.Maurauc said: » Easier way would be something like: Code alias cast input /ma "Bio" <t>; wait 4; alias cast5 cast; cast; cast; cast; cast; alias cast20 cast5; cast5; cast5; cast5; alias cast100 cast20; cast20; cast20; cast20; cast20; bind numpad. cast100; Just hit the . on the numpad for 100 casts. If you want to stop, just alias cast to something else. And yes, reives are the easiest way to skill. Sorry about this ancient bump, but what does cast100 cast20, cast20 etc mean? does that mean it's going to cast 100 times? Yes, it will cast 100 times. At this point, wouldn't it be easier to just use a script to use the skill up pages? I know I hate manually hate using 10 stacks at a time.
Phoenix.Xantavia said: » At this point, wouldn't it be easier to just use a script to use the skill up pages? I know I hate manually hate using 10 stacks at a time. The addon "pouches" also works for skillup books too. Shut up Topace
|
|
All FFXI content and images © 2002-2025 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|