PDA

View Full Version : Problem with spawns



NSr
01-27-2002, 03:17 PM
Did a search but really couldn't find any post addressing this problem, though I may have missed it.
The problem I'm running into is that spawns aren't showing up in ShowEQ.
ShowEQ seems to be reading the data fine, in that it will detect when I'm changing zones and show the correct zone that I'm in. It will also show me on the map and the proper direction I'm heading. Ground drops also show up fine both for items that I drop, and drops already in the zone.
The only thing not showing are spawns, which are being registered as Unknowns.

Any ideas?

Yendor
01-27-2002, 03:31 PM
When you fetch the source code for SEQ did you use "co linux" or "co showeq".

showeq v3 (the linux module) no longer decodes spawns.

showeq v4 (the showeq module) does decode spawns.

to build showeq v4 you will need gcc v3.x and a version of qt built with gcc v3.x. there are a variety of howto files on these forums for help with this.

showeq will print out it's version number when you run it if you have any doubt which version you are running.

NSr
01-27-2002, 04:12 PM
Just fixed it.
Reran the CVS again and that seemed to have fixed it. Don't know what happened with the first one I did.

Circles
01-30-2002, 02:13 PM
thank for posting that there are two cvs now, I dont upgrade often, so hadn't seen any info on a ver 4 :)

(this post is proof that by reading exsisting posts, you can find your problem solution without posting new threads!)