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

General::News EQemu news posts.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 04-18-2006, 05:06 AM
aza77
Hill Giant
 
Join Date: Dec 2004
Posts: 126
Default

what is items.augslot1unk -> items.augslot4unk for ?? i'm missing them at our items table and they are listed at fieldlist.h to be loaded..
  #2  
Old 04-18-2006, 07:02 AM
aza77
Hill Giant
 
Join Date: Dec 2004
Posts: 126
Default

lol nm i'm blind :P
  #3  
Old 04-18-2006, 08:10 AM
mrea
Discordant
 
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
Default

Fixed my problem

Still have the same bug as before though... moving to support
__________________



Last edited by mrea; 04-18-2006 at 04:37 PM.. Reason: Fixed
  #4  
Old 04-18-2006, 08:17 AM
aza77
Hill Giant
 
Join Date: Dec 2004
Posts: 126
Default

just copy all .conf files of the utils directory to your server dir that should fix it
  #5  
Old 04-18-2006, 09:38 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

I'm curious...does dynamic patch support extend to handling different types of packets, or just opcodes? I bring it up because I have code that allows dynamic packet handling that I use in the admin tool to decouple program logic from packet structures (though, of course, using it involves a performance hit).
  #6  
Old 04-18-2006, 12:50 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

Wind,

the 1000 foot picture of the dynamic struct stuff is that every packet is given an internal representation that the application logic uses. That packet is then sent to a structure strategy for the correct patch which is responsible for turning the internal representation into the correct EQ representation for that patch. Which basically boils down to an extra slightly-less-cache-friendly memcpy per packet. This is further helped by the fact that almost all packets currently work for both clients, so no translation at all is done on them, this advantage will slowly go away as clients drift further apart.
  #7  
Old 04-18-2006, 01:29 PM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

Sounds a lot like what I'm doing, except that I just do name lookups on fields on the fly since I'm looking at BLOB's and sticking to the database way of doing things. The BLOB is just a packet that was stuffed into the database, so in that sense BLOB = packet.

I'm not sure if it's better to translate the entire packet when you receive it or not, but for a server it probably is. I hope it works out...it could definitely solve some problems in the long run, though packets definitely not only evolve over time but sometimes are replaced by radically different ones. At that point, though, I could see a new server version spawning...
Closed Thread

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 On

Forum Jump

   

All times are GMT -4. The time now is 06:49 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