mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 16:58:02 +00:00
[Feature] Add SE_IncreaseArchery and rules to tune archery (#4335)
* [Feature] Add SE_IncreaseArchery and rules to tune archery * Adjustments per comments, also added to the tune system. * Update bonuses.cpp --------- Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
This commit is contained in:
@@ -336,6 +336,7 @@ struct StatBonuses {
|
||||
int32 hastetype2;
|
||||
int32 hastetype3;
|
||||
int32 inhibitmelee;
|
||||
int32 increase_archery;
|
||||
float AggroRange; // when calculate just replace original value with this
|
||||
float AssistRange;
|
||||
int32 skillmod[EQ::skills::HIGHEST_SKILL + 1];
|
||||
|
||||
Reference in New Issue
Block a user