Oh great, thanks for the quick response, cavedude
|
Quote:
Anything before 0.6.6 is deprecated and is not maintained by the EQEmu project proper. |
Quote:
As far as effects and such, that's all done on the client anyways, so you're client will do whatever it wants to do with the right information. |
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..
|
lol nm i'm blind :P
|
Fixed my problem :-)
Still have the same bug as before though... moving to support |
just copy all .conf files of the utils directory to your server dir that should fix it
|
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).
|
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. |
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... |
yea, we have plan for/can support a more dynamic strategy for translation, such that we can load the field placement from an XML file or whatever, we decided that it was not wise to do this by default for performance reasons, but it could be quite useful for testing.
|
BTW guys... finally fixed the download section.
|
0.6.6 version and compatible Titanium in one eqemu 0.7.0 ?
I have dream it, the devs make it !!! Wonderfull work, i don't have any word in my english for say enough thanks :) |
tried it
I was able to login in to peq with the 6.2+ client.
GREAT JOB!!!!! DEVS and everyone who help pull it together to get 0.7.0 out. Now when someone askes for a back patch; we can say no need back patch go buy Titanium package and you will be able to log in and play. So go tell your friends buy a copy while you can. |
Sweeeeeet!
Very very cool. I think i'll pick a copy of titanium when i go back to work.
Can't wait to test it out! :) |
All times are GMT -4. The time now is 06:04 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.