PDA

View Full Version : ALL except me are unknown



lUnIXsheep
10-19-2004, 01:47 PM
using fedora core 2
used the install.newbie's direction ~ theres a type-o in that file by the way....


Well all of the NPC's show up as unknown... i have to go mow my lawn soo i'll add to this post later..

CeleSEQ
10-19-2004, 02:14 PM
http://www.showeq.net/forums/showthread.php?t=5103&page=1&pp=15

Make the changes in ^that thread.

lUnIXsheep
10-19-2004, 05:03 PM
What do i use to edit this file? and will i have to recompile once i make changes needed? i looked at that thread before figured thats what i'd need to do

lUnIXsheep
10-19-2004, 05:47 PM
Well i figured i'd be doing this, so what do i use to open the file gedit? then do i need to compile shoqeq again ?

elf
10-19-2004, 06:08 PM
To edit the file, use any text editor. Ed, nano, kate, vim, emacs, anything that won't add extra format information to the file. And yes, after making changes to any source code file, you will have to recompile.

lUnIXsheep
10-19-2004, 06:20 PM
heres a little info as to whats going on when i zone... i tried chaging the values heh

Zone: Zoning, Please Wait... (Zone: 'cobaltscar')
Player: Name: 'sheep' Last: 'Ragfoot'
Player: Level: 53
Player: PlayerMoney: P=10 G=24 S=54 C=43
Player: BankMoney: P=0 G=0 S=0 C=0
Player: CursorMoney: P=0 G=0 S=0 C=0
Player: SharedMoney: P=0
Player: Exp: 230,053,524
Player: ExpAA: 0
Debug: charProfile(-939.000000/895.000000/318.000000 - 0.000000)
Debug: Player::backfill(): Pos (-939.000000/895.000000/318.000000) Heading: 0.000000
Debug: Player::backfill(bind): Pos (0.000000/0.000000/0.000000) Heading: 0.000000
Player: ExpAA: Set: 0 total, with 0 aapoints
Info: Loaded map: '/usr/local/share/showeq/maps/cobaltscar.map'
Info: Loading Zone Filter File: /seq/showeq-5.0.0.15
Zone: Zoning, Please Wait... (Zone: 'cobaltscar')
Debug: Player::zoneBegin(): Pos (895.000000/-939.000000/318.000000) Heading: 0.000000
Zone: EntryCode: Server, Zone:
Warning: OP_ZoneSpawns (0x170) (dataLen: 37900) doesn't match: modulus of sizeof(spawnStruct):375
Warning: OP_ZoneSpawns (0x170) (dataLen: 5685) doesn't match: modulus of sizeof(spawnStruct):375
Time: Fri Jun 08,3190 - 05:34 am
Warning: OP_NewZone (0xeb) (dataLen: 680) doesn't match: sizeof(newZoneStruct):639
Player: Exp: Set: 230053524 total, with 16329364 (204/330) into level with 10382836 left, where 1/330 = 80946
Info: Your player's id is 2850
Spell: unknown has begun casting 'Lightning Blast' - Casting time is 6.1 Seconds

LordCrush
10-20-2004, 12:28 AM
Btw you should quickly get your Charname out of your Post ;)

and it looks like you are missing some Structure patches perhaps in everquest.h




Warning: OP_ZoneSpawns (0x170) (dataLen: 37900) doesn't match: modulus of sizeof(spawnStruct):375
Warning: OP_ZoneSpawns (0x170) (dataLen: 5685) doesn't match: modulus of sizeof(spawnStruct):375
Time: Fri Jun 08,3190 - 05:34 am
Warning: OP_NewZone (0xeb) (dataLen: 680) doesn't match: sizeof(newZoneStruct):639

lUnIXsheep
10-20-2004, 01:21 PM
Ok let me get this right, after i make the changes to the everquest.h file i need to recomplie the program. Mabey i'v been doing this wrong. I'v been going back to
#cd /seq/showeq-5.0.0.15
Then do # make
Then #make install
or am i just dumb and im writing right over my changes?
or should i do
#cd /seq/showeq-5.0.0.15/src
#make install

Sorry kinda of new dont know much about compiling programs and such ~ i'd just like to see this program work once...

Freakyuno
10-22-2004, 07:58 AM
You havent edited enough out of your post yet to assure you wont get unwanted eyes while your in game. Edit out your first 12 lines, dont need thoes in your post.

Assuming you've already unpacked your tarballs to your home directory or someplace you can find them.

cd /seq_unpack_location
make distclean
make -f Makefile.dist
./configure
make && make install

This information may be out of date since the last time I compiled it, seem to remember someone posting something about not needing to do the Makefile.dist and the ./configure anymore, but thats the way I always did it when I did source updates, or changed versions.