PDA

View Full Version : Sigh, a week trying still no mobs



Draven
01-14-2003, 03:33 PM
I am running redhat 8.0 and installed all packages on install. (redhat 8 comes with qt3.0.5.)
I updated to gcc and g++ 3.0 checked out seq and updated it before I compiled it.


I put libEQ.a in /usr/lib and made sure that the checksum was correct.

modified the qmake.conf file in both the linux-gcc and linux-g++ directories and changed the appropriate stuff to gcc3.0 and g++3.0

before I did ./configure I did the export for gcc3.0 and c++3.0

configure says that qt is workable, and finishes fine, make and make install work and seq runs no problem.

I have tried running both keyring and maggotboys sniffers, with the offset of 0x0078bcb8.

This is what seq says, and still I have no mobs:

EQ EPOCH OCCURRED AT 792484710 SECONDS POST UNIX EPOCH
CPlayerItems: count=4 size=1750 packetsize=436
expsize=436
WARNING: NewZoneCode (5b40) (dataLen:578 !=
sizeof(newZoneStruct):574)!
No Zone Specific filter file
'/usr/local/share/showeq/filters_fieldofbone.conf'.Loading
default '/usr/local/share/showeq/filters.conf'.
WARNING: CompressedDoorSpawnCode (dataLen:54 !=
sizeof(doorStruct):52)!
Your player's id is 1261
GROUPSIZE: 0
MY Level: 2
GroupTot: 2
BONUS :100
Decrypting and dispatching with key:
0xbc007f0000000000
Warning: Failed to decrypt queued Player Profile
packet: 0.


What did I do wrong, forgive me if I am missing something obvious I tried searching around and found alot of useful information, but cannot seem to put 2+2 together after a week of trying I'm humbly asking for some help :)
:rolleyes: :o

Dedpoet
01-14-2003, 03:36 PM
Do you have the latest CVS? It looks like you don't, since it can't decrypt the player packet, yet shows that it received the key from your sniffer. Try doing a "cvs -z3 update" from your download directory, export variables, and recompile. Don't forget "make install". Hopefully that will solve your problem.

eggman
01-14-2003, 03:36 PM
You're using the wrong Offset,

See

http://seq.sourceforge.net/showthread.php?s=&threadid=2716

Cheers,
-Egg

Draven
01-14-2003, 03:41 PM
that works thanks

S_B_R
01-14-2003, 03:57 PM
As they say.... The Devil is in the details :)

Singe
01-15-2003, 02:45 AM
Just to point out , the offset posted by Draven is the one listed on seq.

Will offset be officaily changed ?