Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2012, 12:13 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default Problem with revision 2136

Since updating to the newest revision I've started having issues with player pets stealing experience. If the pet does 51% of the total damage (or more) it takes 100% of the experience. This should only happen if the pet does 100% of the damage.

Any advice?
Reply With Quote
  #2  
Old 05-03-2012, 11:35 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Bump, this is a pretty big issue for me. Player's who play pet classes have just about stopped playing until this is resolved, especially mages with epic pets. It's near impossible to out damage the pet while still playing efficiently.
Reply With Quote
  #3  
Old 05-04-2012, 12:04 AM
louis1016
Hill Giant
 
Join Date: Dec 2009
Posts: 157
Default

thats how it was on live years ago i dont know if it ever changed
Reply With Quote
  #4  
Old 05-04-2012, 12:09 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

I stated in my original post how it WAS and how it's SUPPOSED to be. This change happened recently and I'm assuming it's a source change as that's all that has changed on my server.

If the player does 1 damage, the pet should take 0 experience. This was put into effect nearly 12 years ago.
Reply With Quote
  #5  
Old 05-04-2012, 12:53 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Are you using bots as well or not?

If you are I'd guess this is the problem in NPC::Death()

Code:
#ifdef BOTS
		if(!ownerInGroup) {
			give_exp = NULL;
		}
#endif //BOTS
I didn't debug it, but I assume that if the pet is the top damage on the hate list that it clears who to give experience to if they are not in a group. There's needs to be more checking to make sure it's actually a bot that was top damage and not a client's pet.
Reply With Quote
  #6  
Old 05-04-2012, 12:57 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Quote:
Originally Posted by lerxst2112 View Post
Are you using bots as well or not?

If you are I'd guess this is the problem in NPC:eath()

Code:
#ifdef BOTS
		if(!ownerInGroup) {
			give_exp = NULL;
		}
#endif //BOTS
I didn't debug it, but I assume that if the pet is the top damage on the hate list that it clears who to give experience to if they are not in a group. There's needs to be more checking to make sure it's actually a bot that was top damage and not a client's pet.
Yeah I use bots for testing purposes on the server. Bots aren't being used when this is happening though.
Reply With Quote
  #7  
Old 05-04-2012, 01:01 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

It doesn't matter. If you compiled for bots then that code is active.
Reply With Quote
  #8  
Old 05-04-2012, 01:04 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Alright, guess I'll switch to a non-bot source until that's fixed.

Thanks for the help.
Reply With Quote
  #9  
Old 06-02-2012, 10:30 AM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

This should be fixed with the latest rev.
Reply With Quote
  #10  
Old 06-02-2012, 05:48 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Quote:
Originally Posted by bad_captain View Post
This should be fixed with the latest rev.
Awesome thanks man.
Reply With Quote
Reply


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 01:56 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3