Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2005, 06:13 PM
vladimir
Fire Beetle
 
Join Date: Feb 2005
Posts: 6
Default

Wiz, Image asks which process he should change from 250 to 500. THanks for you help so far
Reply With Quote
  #2  
Old 02-18-2005, 03:58 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

I think I found it, just wanted to make sure if wasn't something else, the line is like data < 5 && last->PacketSent + 250 .... I set the 250 to 500.
__________________
www.eq2emu.com
EQ2Emu Co-Founder / EQ2Emu Developer
EQEMu Co-Founder / Former EQEMu Developer / GuildWars / Zek Seasons Servers
Reply With Quote
  #3  
Old 02-18-2005, 05:43 AM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

Quote:
Originally Posted by image
I think I found it, just wanted to make sure if wasn't something else, the line is like data < 5 && last->PacketSent + 250 .... I set the 250 to 500.
That's it.
Reply With Quote
  #4  
Old 02-18-2005, 02:06 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

I think these are things that should not remain hidden in the netcode, so I will make them into defines in features.h. I am not sure the right names for them. I have turn this:
Code:
if (((pack->LastSent + 500) <= Timer::GetCurrentTime()) || (datahigh < 5 && (pack->LastSent + 250) <= Timer::GetCurrentTime())) {
into:
Code:
if (((pack->LastSent + DATA_RESEND_DELAY) <= Timer::GetCurrentTime()) || (datahigh < 5 && (pack->LastSent + DATA_RESEND_DELAY_IDLE) <= Timer::GetCurrentTime())) {
I am not sure if those two names are really the right words though. Does anybody have any better suggestions for names on these parameters?
Reply With Quote
  #5  
Old 02-18-2005, 03:34 PM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

Nix the differentation between data < 5 and data >= 5. It's pointless. Just make it a halfsecond either way.
Reply With Quote
  #6  
Old 02-20-2005, 10:52 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default character corruption

I found that a character will become corrupt and then start to kick on zoneing. Also the character will not be able to fight or interact with anyone or anything on the server.

This has occured after equiping certain items... I found that after a character equipped a cloth cord (or whatever the iksar cloth cord it called, Silk sash or something) in the waist slot. The zone.exe will report an unexpected packet every time the corrupted character tries to do something.

Wiz, you seem to know most fixes.. How can I uncorrupt the character file. I have tried to delete all back ups of the character from the database but for some reason the character has the same problem.

UPDATE

I have deleted everything in the player inventory and now the character isn't corrupt.. Any suggestions on what i should be looking for to correct this corruption problem in the database... or is it in the 6.0dr2 release ?
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com

Last edited by mwmdragon; 02-20-2005 at 08:37 PM..
Reply With Quote
Reply

Thread Tools
Display Modes

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:47 AM.


 

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