EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   0.6.1 DR1 Archery fix (https://www.eqemulator.org/forums/showthread.php?t=18515)

cavedude 05-09-2005 01:00 AM

0.6.1 DR1 Archery fix
 
special_attacks.cpp ~Line 496

Code:

if (!Ammo || Ammo->IsType(ItemClassCommon)) {
Change to:

Code:


if (!Ammo || !Ammo->IsType(ItemClassCommon)) {

It seems that items in the ammo slot (possibly others as well) don't use charges. I'll look into that when I get home. For now at least the Rangers are happy.


All times are GMT -4. The time now is 08:53 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.