Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-21-2008, 06:11 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default Ranger Ranged Damage and Distance

I am sure many servers out there have noticed how overpowered Rangers are atm. The main thing is that they land about 95% of all hits, which puts their DPS far above all other melee DPS. I think it could be reduced considerably to bring them in line with melee and other DPS classes. Maybe down to at least 75% or possibly lower.

The other thing is that Ranged attacks are able to land within melee range of most larger sized mobs. I don't recall this ever being the case on live. Even NPCs around size 10 or so can be /autofired on while the mob is meleeing the player. This means that rangers can tank and range attack with this high DPS, which I don't think is intended.

I believe that rangers get lowered damage on moving mobs to reduce their effectiveness when kiting instead of being grouped. With the current issue being that they can autofire in melee range, it means they can be as effective without a group as they are with one (minus the obvious benefits of healing and real tanking).

I wouldn't want to see this class be made completely useless, but as things are, I think they need a little attention to help class balance a little.

I will try to look around the code and see if I can figure out where to adjust these settings, but since I am not a coder, it would be nice if someone else could maybe look into this as well.

Thanks

Maybe they are adjusted in the zone/special_attacks.cpp here:
Code:
	//These two are not subject to the combat ability timer, as they
	//allready do their checking in conjunction with the attack timer
	//throwing weapons
	if(ca_atk->m_atk == 11) {
		if (ca_atk->m_skill == THROWING) {
			ThrowingAttack(target);
			return;
		}
		//ranged attack (archery)
		if (ca_atk->m_skill == ARCHERY) {
			RangedAttack(target);
			return;
		}
		//could we return here? Im not sure is m_atk 11 is used for real specials
	}

And maybe something like this needs to be added in there somewhere:
Code:
if(!CombatRange(who))
return;
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:06 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3