MINIONBOTS / FFXIVMinion

The LUA-Bot-Module for FFXIVMinion, from MMOMinion.com
93 stars 52 forks source link

Class/Role Helpers Rework #69

Closed StiltonOrCheddar closed 2 months ago

StiltonOrCheddar commented 4 months ago

Trying to make this part of the code more manageable. Created the JOB_ROLES table. Viper and Pictomancer currently commented out.

Simplified the individual lookup functions by removing duplicated code and placed it into it's own function. GetJobID(var)

Added IsRole(target, role) as a single function. Retained the other lookups with a more simplified code.

StiltonOrCheddar commented 2 months ago

Closing pull request. 7.0 launched. Will have to redo my edits.