You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your feature request or suggestion in detail
Currently when choosing / making a Class Trainer you've to define what trainer_class.
Would it possible instead of using single values for the trainer_class having bitmasks?
Allowing example warrior and paladin would reflects as 3 (1 + 2). Now Warriors and Paladins could interact with this npc.
Another flag could be added here (if not moving trainer related columns to their own table) if it's restricted so it means that only "visible" class abilities match your class. Warriors and Paladins can interact with this NPC, but if restricted enabled only shows their respective spells to their class. If restriced is disabled it would show both classes spells.
Describe a possible solution to your feature or suggestion in detail
If this change was possible. Could be the time to liberate / reduce the size of creature_template and make another table like creature_template_model.
Making the class trianer be bitmask (to support multiple classes) with a option to be restriced or not.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your feature request or suggestion in detail
Currently when choosing / making a Class Trainer you've to define what trainer_class.
Would it possible instead of using single values for the
trainer_class
having bitmasks?Allowing example warrior and paladin would reflects as 3 (1 + 2). Now Warriors and Paladins could interact with this npc.
Another flag could be added here (if not moving trainer related columns to their own table) if it's
restricted
so it means that only "visible" class abilities match your class. Warriors and Paladins can interact with this NPC, but if restricted enabled only shows their respective spells to their class. If restriced is disabled it would show both classes spells.Describe a possible solution to your feature or suggestion in detail
If this change was possible. Could be the time to liberate / reduce the size of creature_template and make another table like creature_template_model.
Making the class trianer be bitmask (to support multiple classes) with a option to be restriced or not.
Additional context
No response
The text was updated successfully, but these errors were encountered: