project-topaz / topaz

Server emulator for FFXI
Other
159 stars 224 forks source link

Created setallskills.lua #1477

Closed Laserstrahl closed 3 years ago

Laserstrahl commented 3 years ago

Script to set all skills to the given level.

I affirm:

TeoTwawki commented 3 years ago

it would be better to modify the one that caps all skills to have an optional parameter, and default to maxing them out (its current behavior) than to add yet another command that manipulates skills. Since they cap at different levels this isn't all that useful to warrant a new stand alone command.

edit: or even edit the one that sets one skill to accept "all" as a skill name to do this. because naming.

zach2good commented 3 years ago

EDIT: Agree with above, I think the functionality in this script might be useful to some, but not enough to warrant a whole new script.

I'm kinda into modifying the existing !capallskills, so that it sets every skill to its max value, and !capallskills 100 attempting to set every skill to 100, if it can get there.