celguar / spp-classics-cmangos

SPP Classics repack with ike3 playerbots. Based on cmangos. Supports 1.12, 2.4.3, 3.3.5. Check "Releases" for installer
201 stars 54 forks source link

WoTLK bots talents #207

Closed Antisa90 closed 9 months ago

Antisa90 commented 9 months ago

Hi, I have noticed that bots have talents assigned only in single tree. The rest are unused even with unmodified or modified talents in aiplayerbot.conf. Example Warrior:

AiPlayerbot.PremadeSpecName.1.3 = pvp arms

AiPlayerbot.PremadeSpecLink.1.3.80 = 3020232023335100222212013221251-32500013

Will only use talents until "-" in Arms tree, the rest will be left as unused.

Antisa90 commented 9 months ago

command .bot init Botname resets talents and the it reuses all talent points. Is there a way to list bots talents and force what talents to use? I have found this list of commands but wasnt able to make it work: https://www.getmangos.eu/forums/topic/9038-playerbot-ai-commands/

talent reset | Order bot to seek out class trainer closeby and reset all talents2 talent spec | Lists all talent specs bot(s) can use (Indexed numerically #). talent spec # | bot(s) will follow this talent spec.

celguar commented 9 months ago

Hi, talents list - lists possible specs talents spec_name (or part of spec name that is different from others) - apply that spec

celguar commented 9 months ago

you can also use wowhead talent calculator, those numbers in config are taken from wowhead URL e.g. that is the spec you mentioned https://www.wowhead.com/wotlk/talent-calc/warrior/3020232023335100222212013221251-32500013 so you can use that command: talents 3020232023335100222212013221251-32500013

Antisa90 commented 9 months ago

Thank you.