Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: rndbots to wear guild tabards when in a guild #1033

Open
kaijikan opened this issue Feb 27, 2025 · 2 comments
Open

Question: rndbots to wear guild tabards when in a guild #1033

kaijikan opened this issue Feb 27, 2025 · 2 comments

Comments

@kaijikan
Copy link

Is your feature request related to a problem? Please describe.
This is cosmetic enhancement that would contribute to the player-like 'feel' of the world.

Describe the solution you'd like
It would be great if there was an option in the playerbots config to enable the bots to auto equip guild tabards if they are in a guild.
Having this as an option in the config file would allow this to be disabled in the event that a world admin doesn't want to have to customise the colours of each guild, and avoids all bots from all guilds from equipping the default guild colours.

Describe alternatives you've considered
I realise you can hand out tabards to bots and ask them to use them, however, this is lost if you re-initialise the bots etc

@kaijikan kaijikan changed the title Enhancement: rndbots to wear build tabards when in a guild Enhancement: rndbots to wear guild tabards when in a guild Feb 27, 2025
@kadeshar
Copy link
Contributor

kadeshar commented Feb 27, 2025

  1. If you randomize new bots they create guild on startup and in this randomization they should get tabard
  2. In guild strategy also there is buy tabard trigger/action.
    Image

My random bots using guild tabard (guild initialized via strategy):
Image
Image

@kaijikan
Copy link
Author

Thanks for the information. I have had a play.

  1. set the following in the config
    AiPlayerbot.RandomBotNonCombatStrategies = "+guild"
    AiPlayerbot.RandomBotGuildCount = 80

  2. I reset the bots by setting AiPlayerbot.DeleteRandomBotAccounts = 1, restarting and setting it back to 0 again

I can see that the bots now seem to be buying guild tabards, but they don't seem to be equipping them.

Image

Is there something I've missed, or do I just need to give them time to sort themselves out?

Thanks for your help

@kaijikan kaijikan changed the title Enhancement: rndbots to wear guild tabards when in a guild Question: rndbots to wear guild tabards when in a guild Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants