Theraze
Active member
Posted that I'd done this in the Rinn scripts, but suppose I should note it outside as well. Here's a script that has functions for looking at your various fist preferences, checking if CanAdv says you can adventure there, and if so, setting the condition of the teaching and adventuring 12 times. Contains a function for each of the 11 fist zones. The Poker check also looks at your meat, but only to see if you have enough for a single adventure there, since you can still win meat in the poker room and it's possible that you spent adventures there earlier either manually or at the end of the day.
It includes a boolean function, getNumberTeachings(int) that will check if you have that least that amount of teachings.
The main function will call getNumberTeachings(11) after checking if you're in a fistcore run. If you aren't in a fistcore run, it will give a message about needing to be. If you have all 11 teachings, it will tell you so. Otherwise, it will tell you that there's still teachings left to learn.
As designed, it fulfills two functions for me... utility script for Level 8 worldpunch, and standalone script for collecting mastery for making everything else easier.
Use whatever you like... in my testing, I haven't had any problems with it in the last week since fixing Menagerie availability in CanAdv. I'll version it if it needs it, but as a path script, I don't expect this to need much updating in the future. 
20110908 - Turned it into a getFist function with calls for each preference/location. Changes script from 6k to 2.1k, so that's nice. Tested and it got 2 fist skills, so it appears to work.
It includes a boolean function, getNumberTeachings(int) that will check if you have that least that amount of teachings.
The main function will call getNumberTeachings(11) after checking if you're in a fistcore run. If you aren't in a fistcore run, it will give a message about needing to be. If you have all 11 teachings, it will tell you so. Otherwise, it will tell you that there's still teachings left to learn.
As designed, it fulfills two functions for me... utility script for Level 8 worldpunch, and standalone script for collecting mastery for making everything else easier.


20110908 - Turned it into a getFist function with calls for each preference/location. Changes script from 6k to 2.1k, so that's nice. Tested and it got 2 fist skills, so it appears to work.
Attachments
Last edited: