ThauEx / ffrk-proxy

Proxy for Final Fantasy Record Keeper written in node.js
GNU Lesser General Public License v3.0
39 stars 21 forks source link

buddy.js - Attack Panel Fix #7

Closed KHShadowrunner closed 8 years ago

KHShadowrunner commented 8 years ago

Just added a quick IF statement to address the attack panel being caught by the "max 10" setting

ThauEx commented 8 years ago

Can you do a small test for me? What if you set num and max_num to 0? Is it then infinite for everything or just empty on some?

KHShadowrunner commented 8 years ago

I admit I saw that attack works that way... why did I not even think to put the others at 0. I'll give it some tests and let you know

EDIT: Confirmed - as long as both Num and MAX are 0, you have infinite uses.