Thanks. Yeah, I think it will be good. It's less responsibility (therefore hopefully less stress), but since I don't really want to climb the ladder any more, I really didn't mind. Especially...
Type: Posts; User: cn187
Thanks. Yeah, I think it will be good. It's less responsibility (therefore hopefully less stress), but since I don't really want to climb the ladder any more, I really didn't mind. Especially...
It's probably feasible to add a toggle that would/wouldn't write the spawnpoint data to the file. Though I recently changed jobs and don't have a lot of free time right now, so I'm not sure when...
I hadn't heard of Alma, but as I understand it some of the major contributors to CentOS left and started Rocky - https://rockylinux.org/ to also be a CentOS replacement.
Please upload (or send to cn187 at users.sf.net) the config.log from the failed build.It will be in the top level directory with configure, etc.
Thanks, Newby.
Changes uploaded to SVN and the tarball uploaded to sourceforge.
Announcing the release of ShowEQ version 6.2.5. This version is compatible with the May 18th release. Special thanks to Newby for the patch.
cn187 (05/18/22)
----------------
- Update to...
trunk is https://svn.code.sf.net/p/seq/svn/showeq/trunk/
I added some additional opcodes post-release but didn't re-release. It's mostly just for logging, but does have some guild-related functionality.
You can get it from trunk. What kinds of issues...
Thanks Fransick!
I'll still get the additional opcodes (e.g., guildname stuff) added sometime in the next day or two.
Thanks Newby!
FYI to everyone, I have a bunch of stuff going on. I'll try to get SVN updated sometime Friday, but if that doesn't happen, I can do it Saturday for sure.
Is this happening often? I did a little testing based on your report and so far I haven't been able to reproduce it.
The fact that it mostly works makes me think it's not a struct change. You...
Announcing the release of ShowEQ version 6.2.3. This version is compatible with the March 09th release. Special thanks to Newby for the patch.
cn187 (03/11/22)
----------------
- Update...
Yeah, busy week for me as well... I'll get it done today.
Also, thanks Newby!
Announcing the release of ShowEQ version 6.2.2. This version is compatible with the February 15th release.
cn187 (02/15/22)
----------------
- Update to version 6.2.2
- Support for EQ...
OK, that makes sense I think.
It looks like you have both qt3 and qt4 installed? It's finding qt4 during configure, but it finds the qt3 version of uic before it finds the qt4 version due to...
If you run
dpkg -S /bin/uic
What do you get?
I have no idea if P99 still sends it or not. If they do, then that field in the struct (newZoneStruct IIRC) needs to be the correct type/size/position in order for SEQ to be able to show it.
...
Announcing the release of ShowEQ version 6.2.1. This version is compatible with the January 19th release.
cn187 (01/19/22)
----------------
- Update to version 6.2.1
- Support for EQ...
Correct, today's exe is dated 1/14. The previous eqgame.exe was dated from the last patch in December. At least on my system, the date shown for the exe has always been the build date (typically a...
Maybe try rerunning the patcher? I definitely got an update. Though I won't be able to do anything about it until a bit later.
I haven't been frequenting the forums or discord or anything lately, so I'm not sure where you heard about the suspensions (link appreciated if you have one), or if the info came from a DBG post or...
I want to say that value is a bitmask of the message types. 0th bit is on/off for message type 0, 1st bit is on/off for message type 1, etc. The message types are in message.h, I think.
I've...
I tested this, and it behaves as expected for me. I'm not sure what you're doing differently.
Here's what I did:
1. Right-click on item in spawnlist, select "Add spawnname zone...
I haven't tried this, but I think you should be able to add them to filtered (to hide them from everything), then right click on the map and select Show->Filtered to put them back on the map.
That explains the issue.
I'm a little curious what the _int suffix is for. I know we needed to add a workaround for a _progress suffix that started showing up on some (presumably TLP related)...