Jump to content

Thatguy

Members
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Thatguy

  1. The Kobold Excavation Pick (item_template 778), dropped by kobolds in Elwyn forrest doesn't seem to work as a mining pick. I'm guessing it can be fixed in the database.
  2. Hi, I've been messing around with the player bots for a while and found them to be really fun. Thank you for including them in the latest prebuilt Mangoszero (which I've been using). This might not be the right place for this but there were a few things I'd noticed with the playerbot. 1. When asking them for their status with "stats" instead of showing copper/silver/gold icons, the bots say "|TInterface\Addons\AtlasLoot\Images\silver:0" I've tried this with AtlasLoot installed and enabled and checked it's a version with those images but it still doesn't seem to work correctly. It might be easier if the bot was set to just say "g", "s" and "c" by default (and the text could be coloured to make it stand out), rather than trying to show an icon. I think the bit that would want changing is "string ChatHelper::formatMoney(uint32 copper)" in https://github.com/mangoszero/server/blob/master/src/modules/Bots/playerbot/ChatHelper.cpp 2. Is there a complete list of available strategies anywhere? I've seen it's possible to dredge though https://github.com/mangoszero/server/blob/master/src/modules/Bots/playerbot/strategy/ and the header files for each strategy have a line like "virtual string getName() { return "bear"; }" which in that case is the name of the bear tank strategy. If there isn't a complete list anywhere I will probably try and make one if that'd be helpful for other people to have, I just didn't want to start on that if I was missing something obvious. Most of them are quite intuitive but a full list wouldn't hurt. 3. The use command doesn't seem to work for Game objects. I can use "los" to get the bots to report game objects nearby, then can tell them to use the game object. They reply that they're using it but don't seem to do anything. The using items action seems to be handled in https://github.com/mangoszero/server/blob/master/src/modules/Bots/playerbot/strategy/actions/UseItemAction.cpp and game objects is in the function "bool UseItemAction::UseGameObject(ObjectGuid guid)", however I'm afraid I'm not familiar enough with the code to know why it might be failing. If it's of any use my herbalist bot did automatically use game objects that counted as herbs. So if they're using game objects by a different method there it might work more generally too. In this case it was the laden mushrooms for the fungal spores quest in the barrens (Quest 848, Game object 3640, Item 5012). Apologies again if this isn't the place for it. I appreciate that the mangos team is very small and on the whole I've been very impressed with the server and the bots.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use