EricksOliveira
EricksOliveira
### Describe your feature request or suggestion in detail When looting the creature, choose only 1 item and it will only pull that item from all NPCs, Example: Wool Cloth...
This PR adjusts the execution priority of bot actions in Dungeon Finder (DF), modifying the relevance logic to make responses faster. The relevance calculation formula was changed in RpgAction::SetNextRpgAction to...
**Describe the bug** There should be some movement in BG. Even if it's from one side to the other during the attack. The defense should come down from the starting...
**Describe the bug** When inviting 3 DK Frost the player receives 3 Improved Icy Talons. **Commit hash** (https://github.com/liyunfan1223/mod-playerbots/commit/ef4064cfc1bf19a8732099d94a532d99015bc1d1) **To Reproduce** Steps to reproduce the behavior: 1. 'Inv 3 DK Frost'...
## Changes Proposed: This PR proposes changes to: - [x] Core (units, players, creatures, game systems). - [x] Scripts (bosses, spell scripts, creature scripts). - [ ] Database (SAI, creatures,...
This PR adds a check to the HandlePlayerBotLoginCallback function to ensure that the master player is still online before completing the bot login. If the master is no longer present,...
Adds the "start duel" strategy to bots in RPG mode, allowing them to challenge nearby players. Implements triggers in StartDuelStrategy to start duels in a controlled manner (RPG duel and...