natedahl32 / portalclassic

playerbot support for C(ontinued)-MaNGOS (classic fork)
GNU General Public License v2.0
1 stars 0 forks source link

Give bots the ability to automatically assign talents given a spec they should follow #5

Closed natedahl32 closed 8 years ago

natedahl32 commented 8 years ago

This functionality is in the Portal version and just needs to be ported over to classic. Talent specs should be stored in a database and they can be assigned to the bots to use to assign their talent points.

One additional change should be to save the current spec of the bot to the playerbot_saved_data table so the bot will load it's current spec the next time it logs in.

natedahl32 commented 8 years ago

Completed, follows the same commands as the "Portal" code:

talent spec - lists all talent specs available to the bot talent spec # - assigns the talent spec to the bot and saves it to the table so it will load the next time it logs in

Bots will also automatically assign new talent points when they level up.