SCH Autostrategem Help

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » FFXI » Jobs » Scholar » SCH autostrategem help
SCH autostrategem help
 Cerberus.Jafah
Offline
Serveur: Cerberus
Game: FFXI
user: Jaffa
Posts: 35
By Cerberus.Jafah 2011-09-13 05:19:14
Link | Citer | R
 
Im trying to get the autostrategem portion that i found in these forums working with my spellcast but no luck yet. Here's mine

http://paste.windower.net/m57696192

It starts at line 131 and ends at 533 for the autostratagem portion thats messed up, pls help :(
 Leviathan.Haruhigumi
Offline
Serveur: Leviathan
Game: FFXI
user: kbeezie
Posts: 284
By Leviathan.Haruhigumi 2011-09-26 11:26:28
Link | Citer | R
 
Tad excessive for me to go thru all of it at the moment, but I would suggest nesting a check for stratagem charges around all of those rules so that you're not checking for each and every stratagem (That way saves on the CPU and logic, as if you have no charges, why bother?).
 Cerberus.Jafah
Offline
Serveur: Cerberus
Game: FFXI
user: Jaffa
Posts: 35
By Cerberus.Jafah 2011-09-26 22:49:14
Link | Citer | R
 
its actually the spacing that gives me errors and i suck at that tbh
 Leviathan.Haruhigumi
Offline
Serveur: Leviathan
Game: FFXI
user: kbeezie
Posts: 284
By Leviathan.Haruhigumi 2011-09-28 06:03:40
Link | Citer | R
 
Cerberus.Jafah said: »
its actually the spacing that gives me errors and i suck at that tbh

Figures that would be one of many issues (like with any markup or coding, syntax and consistency is important).

Though I would look at the logic of your rules a bit better to minimize on the checks, to make it more efficient and easier to debug.