Throwing fix
File: zone/special_attacks.cpp
Line: 830 From: if (!target->CheckHitChance(this, ARCHERY, 13)) { To: if (!target->CheckHitChance(this, THROWING, 13)) { Description: Found this while searching for why Berserker Rage Volley Discipline wasn't working properly. There are 2 seperate functions for ranged attacks, one for throwing one for archery, but in both functions this line exists. It should check the throwing skill in the throwing function, not the archery skill... |
File: zone/special_attacks.cpp
Line: 841 Add: Code:
switch(GetAA(aaThrowingMastery)) |
Ok, the first fix line number should be 1,005 for the latest SVN.
The second fix line number should be directly after line 1,015 in the latest SVN |
All times are GMT -4. The time now is 10:19 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.