Any way to determine the number of charges the bst pet ready command has? Or the actual ready of the individual ready command spells like wild carrot? It takes 2 charges so if I have the charge information or spell ability off cool down would help.

Pet ready command charges?
#1

Posted 10 May 2015 - 03:20 PM
#2

Posted 10 May 2015 - 07:07 PM
maximum_ready_charges - math.ceil(windower.ffxi.get_ability_recasts()[102]/ready_recast)
#3

Posted 10 May 2015 - 10:33 PM
maximum_ready_charges - math.ceil(windower.ffxi.get_ability_recasts()[102]/ready_recast)
i dont see how that could work??
Ready id = 251
102 = Warlock's Roll id
if you are not main/sub job COR windower.ffxi.get_ability_recasts()[102] should be nil
#4

Posted 10 May 2015 - 11:59 PM
251 is it's ability ID, which is not the same as the recast ID. 102 is the Sic/Ready recast ID.
[102] = {id=102,en="Sic/Ready",ja="ほんきだせ/しじをさせろ",action_id=1023},
Also, all abilities are in the recast table, even if you don't currently have access to them. So, if the ID were incorrect, it would be 0, not nil.
#5

Posted 11 May 2015 - 12:33 AM
251 is it's ability ID, which is not the same as the recast ID. 102 is the Sic/Ready recast ID.
[102] = {id=102,en="Sic/Ready",ja="ほんきだせ/しじをさせろ",action_id=1023},Also, all abilities are in the recast table, even if you don't currently have access to them. So, if the ID were incorrect, it would be 0, not nil.
ill have to say your correct as i did not see this _recasts()
but i still dont think you can get
maximum_ready_charges
with
math.ceil(windower.ffxi.get_ability_recasts()[102]/ready_recast)
#6

Posted 11 May 2015 - 01:50 AM
maximum_ready_charges and ready_recast were place holders. I don't know how many charges beast master has, and ready recast will vary with merits, etc.
#7

Posted 11 May 2015 - 12:50 PM
maximum_ready_charges and ready_recast were place holders. I don't know how many charges beast master has, and ready recast will vary with merits, etc.
so currently there is no known way thats what i thought(well other then convoluted timers)
#8

Posted 11 May 2015 - 04:23 PM
Not sure about this since the ready recast is off cool down even if you only have a single charge and the charge recast is effected by outside variables it seems weapon/armor/merits/jp not sure if that will help I used it to see if 1 charge is ready just doesn't really show 2 or more. Might try some tracking of completed ready commands and verify the pet has casted maybe. Or just stick to spamming lol.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users