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

Barbarian Concentrate Not Working #384

Open
Wirts-Leg opened this issue Jul 13, 2023 · 3 comments · May be fixed by #380
Open

Barbarian Concentrate Not Working #384

Wirts-Leg opened this issue Jul 13, 2023 · 3 comments · May be fixed by #380
Labels
solved after upgrade upgrade to restructured branch was needed

Comments

@Wirts-Leg
Copy link

Wirts-Leg commented Jul 13, 2023

The barbarian will not use concentrate. If I change attack skill to bash (126), or normal attack (0), those work.
Here is my attack config section for concentrate.

// Wereform setup. Make sure you read Templates/Attacks.txt for attack skill format.
Config.Wereform = false; // 0 / false - don't shapeshift, 1 / "Werewolf" - change to werewolf, 2 / "Werebear" - change to werebear

Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 144; // Primary skill for bosses.
Config.AttackSkill[2] = -1; // Backup/Immune skill for bosses.
Config.AttackSkill[3] = 144; // Primary skill for others.
Config.AttackSkill[4] = -1; // Backup/Immune skill for others.

// Low mana skills - these will be used if main skills can't be cast.
Config.LowManaSkill[0] = 0; // Low mana skill.

/* Advanced Attack config. Allows custom skills to be used on custom monsters.
 *	Format: "Monster Name": [timed skill id, untimed skill id]
 *	Example: "Baal": [38, -1] to use charged bolt on Baal
 *	Multiple entries are separated by commas
 */
Config.CustomAttack = {
	//"Monster Name": [-1, -1]
};
@Wirts-Leg
Copy link
Author

concentrate
When attack skill is set to concentrate it does not select the appropriate skill on the left click side. And it just keeps skipping every enemy.

@theBGuy
Copy link
Contributor

theBGuy commented Jul 22, 2023

Are you running the mainline branch or restructure? I just tested this on #380 and concentrate works fine

@Wirts-Leg
Copy link
Author

Are you running the mainline branch or restructure? I just tested this on #380 and concentrate works fine

Ok thank you I will try that.

@theBGuy theBGuy linked a pull request Aug 18, 2023 that will close this issue
@mf022 mf022 added solved the issue/bug/request was solved solved after upgrade upgrade to restructured branch was needed and removed solved the issue/bug/request was solved labels Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved after upgrade upgrade to restructured branch was needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants