In Need Of A Little Help

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » Windower » Spellcast Scripting » Geomancer » In need of a little help
In need of a little help
Offline
Posts: 25
By KingOfOldSchool 2020-06-01 08:05:38
Link | Citer | R
 
Ok so i just returned to XI after a long break and im now ready to pick back up my GEO, i capped out my merits and now it is time to get working on my magic skill, a friend of mine gave me a script called autogeo and i must say its a very weird one, it casts geo-precision and then casts indi-precision after, then i must wait about 25 mins before it casts those 2 spells again, i surely dont like how this runs but i myself am no coder, so could someone be kind enough to fix this up for me so it runs the right way, meaning casts more than 2 spells and doesnt make me wait 25 mins? i would be very grateful, here is the link if anyone wants to download this and take a look, you will see exactly what i mean. Your text to link here...
 Asura.Eiryl
Offline
Serveur: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2020-06-01 08:18:08
Link | Citer | R
 
Looks like the file was updated today, did you try it after that?

I just used this
Code
input /magic "Geo-Refresh" <me>

wait 8

input /jobability "Lasting Emanation" <me>

wait 3

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /jobability "Life Cycle" <me>

wait 2

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /magic "Indi-Poison" <me>

wait 10

input /magic "Indi-Voidance" <me>

wait 10

input /magic "Indi-Regen" <me>

wait 10

input /jobability "Full Circle" <me>

wait 2


Repeated until 100,000 lines of code, then execute and go to bed. (if it's still running in the morning crash/shutdown to make it stop)
 Leviathan.Draugo
Offline
Serveur: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2020-06-01 08:22:29
Link | Citer | R
 
Meh, I just spammed indi-refresh standing next to my brd for ballads.

Can do an even simpler script than the above.

Indi-refresh
Pause (however long your recast is)
Indi-refresh

Rinse repeat. If you setup a .txt script make sure you math out roughly 30 mins for pitaru skillup food. Make sure you got moogles trust out also to help with skillups, and go to an SoA zone with the ionis, also to help with skillups.
 Leviathan.Draugo
Offline
Serveur: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2020-06-01 10:10:03
Link | Citer | R
 
Also, get the Sparks armor for skillups.
 Asura.Kingnobody
Bug Hunter
Offline
Serveur: Asura
Game: FFXI
Posts: 34187
By Asura.Kingnobody 2020-06-01 10:57:41
Link | Citer | R
 
But the question is, aren't we all in need of a little help?

*starts a FFXI intervention*
[+]
 Leviathan.Draugo
Offline
Serveur: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2020-06-01 10:58:23
Link | Citer | R
 
lol
 Asura.Aeonova
Offline
Serveur: Asura
Game: FFXI
user: aeonova
Posts: 3113
By Asura.Aeonova 2020-06-01 11:16:51
Link | Citer | R
 
Asura.Kingnobody said: »
But the question is, aren't we all in need of a little help?

*starts a FFXI intervention*

Someone probably made a script to do the intervention for them.
[+]
 Asura.Kingnobody
Bug Hunter
Offline
Serveur: Asura
Game: FFXI
Posts: 34187
By Asura.Kingnobody 2020-06-01 11:23:49
Link | Citer | R
 
Asura.Aeonova said: »
Asura.Kingnobody said: »
But the question is, aren't we all in need of a little help?

*starts a FFXI intervention*

Someone probably made a script to do the intervention for them.
Which would make sense, since bots/multiboxes/RMTs make up greater than 50% of the subscriptions now.
[+]
Offline
Posts: 25
By KingOfOldSchool 2020-06-01 13:57:05
Link | Citer | R
 
Wow that looks nice, i will give it a try, thanks!
 Leviathan.Draugo
Offline
Serveur: Leviathan
Game: FFXI
Posts: 2775
By Leviathan.Draugo 2020-06-01 15:43:56
Link | Citer | R
 
Asura.Kingnobody said: »
Asura.Aeonova said: »
Asura.Kingnobody said: »
But the question is, aren't we all in need of a little help?

*starts a FFXI intervention*

Someone probably made a script to do the intervention for them.
Which would make sense, since bots/multiboxes/RMTs make up greater than 50% of the subscriptions now.
Hey I would let you stand next to my BRD too if you needed some skillups, for free. But not on the right server, /schucks.
Offline
Posts: 1412
By Chimerawizard 2020-06-04 06:32:30
Link | Citer | R
 
try swapping geo- & indi- and add a line to break the bubble via Full Circle every 10s.
Drop either enfeebling bubbles on a lair reive or support ones on a trust. it should give skillups more frequently unless SE fixed the stupid low skillup rate on self target buffs.