vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
679 stars 487 forks source link

🐛 [Bug][Partybot] Save bot character progress #1822

Closed samuel-edmund-morgan closed 1 year ago

samuel-edmund-morgan commented 1 year ago

Are there any possibilities to save level and gear on characters spawned by command .partybot load ? I mean, I created two accounts and created two characters of 1 level, but when I play with these characters and leveling, giving them gear which dropped by mobs - after relogin these characters still 1 levels and with no gear I gave them.

ratkosrb commented 1 year ago

Change PlayerBot.AllowSaving to 1 in mangosd.conf.

https://github.com/vmangos/core/blob/development/src/mangosd/mangosd.conf.dist.in#L2876

samuel-edmund-morgan commented 1 year ago

Change PlayerBot.AllowSaving to 1 in mangosd.conf.

https://github.com/vmangos/core/blob/development/src/mangosd/mangosd.conf.dist.in#L2876

Yeah, now it's working. By the way, are there any guide\wiki\documentation with full lists of commands for partybot\battlebot? I just found some lists of commands on Chinese website with approximate list of .partybot and .char .

Do you have some documentation regarding this question?

gajet5 commented 1 year ago

.partybot https://github.com/vmangos/core/blob/development/src/game/Chat/Chat.cpp#L94 .char https://github.com/vmangos/core/blob/development/src/game/Chat/Chat.cpp#L233

samuel-edmund-morgan commented 1 year ago

.partybot https://github.com/vmangos/core/blob/development/src/game/Chat/Chat.cpp#L94 .char https://github.com/vmangos/core/blob/development/src/game/Chat/Chat.cpp#L233

it's not a documentation, you know.