Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 151 to 175 of 500
Search took 0.05 seconds; generated 104 minute(s) ago.
Search: Posts Made By: Uleat
Forum: General::General Discussion 10-08-2019, 06:22 PM
Replies: 1
Views: 7,168
Posted By Uleat
OoW is the most current expansion supported.

OoW is the most current expansion supported.
Forum: Development::Database/World Building 10-05-2019, 01:10 AM
Replies: 5
Views: 41,301
Posted By Uleat
If you prefer INNER JOINs... SELECT...

If you prefer INNER JOINs...


SELECT `a`.`zone` FROM `spawn2` `a`
INNER JOIN `spawnentry` `b` ON `b`.`spawngroupID` = `a`.`spawngroupID`
INNER JOIN `npc_types` `c` ON `c`.`id` = `b`.`npcID`...
Forum: Support::Windows Servers 10-05-2019, 12:22 AM
Replies: 2
Views: 7,459
Posted By Uleat
Do you have the server maps installed properly? ...

Do you have the server maps installed properly?

Not everything is 100% perfect..but, that is always a good place to start for issues like this.

(You can re-initiate a maps download using...
Forum: Support::Windows Servers 10-04-2019, 08:34 PM
Replies: 2
Views: 7,343
Posted By Uleat
Start here:...

Start here: https://eqemu.gitbook.io/changelog/#9-17-2019
Forum: Support::General Support 10-03-2019, 01:17 AM
Replies: 3
Views: 13,385
Posted By Uleat
Thanks for that! :D

Thanks for that! :D
Forum: EQEmu Operations Center 10-02-2019, 06:35 PM
Replies: 1
Views: 35,220
Posted By Uleat
I don't use EoC..but, I do see that behavior in...

I don't use EoC..but, I do see that behavior in Firefox on some web sites.

In my case, it generally occurs when a floating box appears at the top of a web page rather than the bottom.
Forum: General::News 10-01-2019, 09:54 PM
Replies: 20
Views: 465,140
Posted By Uleat
You can call them 'Uleat' - no royalties :wink:

You can call them 'Uleat' - no royalties :wink:
Forum: Support::Windows Servers 09-26-2019, 07:27 PM
Replies: 7
Views: 13,682
Posted By Uleat
We've been on that standard since at least...

We've been on that standard since at least 8/22/2016 - since before the eqemu_server.pl file name was changed.


'Unstable' just means the lastest build.

Stable binaries can suffer from the...
Forum: Support::Windows Servers 09-26-2019, 12:09 AM
Replies: 7
Views: 13,682
Posted By Uleat
You need context for that log entry. Did you...

You need context for that log entry.

Did you attempt to update your binaries? Or did this occur during the normal boot-up process?

(Or, something completely different?)
Forum: Support::Windows Servers 09-21-2019, 08:13 PM
Replies: 15
Views: 25,540
Posted By Uleat
You probably have RAPID mode enabled on the 850. ...

You probably have RAPID mode enabled on the 850.

Iirc, you can only have one drive with that enabled at a time.
Forum: Support::Windows Servers 09-20-2019, 02:52 PM
Replies: 15
Views: 25,540
Posted By Uleat
https://forums.tomshardware.com/threads/evo-970-ma...

https://forums.tomshardware.com/threads/evo-970-magician-recognition-issues-and-seemingly-slow-speeds.3387498/
Forum: Development::Tools 09-19-2019, 04:37 PM
Replies: 61
Views: 242,400
Posted By Uleat
The references that I found online for this...

The references that I found online for this seemed to indicate that a merge query was pulling from two tables that had fields of the same name and they were not aliased.
Forum: General::General Discussion 09-19-2019, 04:32 PM
Replies: 2
Views: 8,889
Posted By Uleat
RoF2 for now .. I don't see any newer clients in...

RoF2 for now .. I don't see any newer clients in the near future.
Forum: Support::Windows Servers 09-16-2019, 09:16 PM
Replies: 15
Views: 25,540
Posted By Uleat
Whether a zone is already running or has to be...

Whether a zone is already running or has to be spun up is key to additional loading times.

At that point, it's really a matter of increasing the shut-down delay of the zone and increasing the...
Forum: Support::Windows Servers 09-16-2019, 07:09 PM
Replies: 15
Views: 25,540
Posted By Uleat
One thing you neglected to mention is whether...

One thing you neglected to mention is whether you're playing on your own server or a hosted one.

Server specs and setup also play a role in that '8-10 seconds..sometimes 6' factor.
Forum: Development::Bots 09-15-2019, 07:23 PM
Replies: 6
Views: 20,077
Posted By Uleat
I think linux builds fresh each time for the...

I think linux builds fresh each time for the installer...

Not sure how the linux flavor gets its updates - anyone else?
Forum: Support::Linux Servers 09-15-2019, 07:20 PM
Replies: 21
Views: 42,226
Posted By Uleat
I'm pretty sure my_string.c_str() should return a...

I'm pretty sure my_string.c_str() should return a nullstring pointer even if my_string.empty() is true.

Variadics on the other hand...

If you pass a nullptr argument, add too many formatizers...
Forum: Spell Support 09-15-2019, 07:07 PM
Replies: 4
Views: 10,893
Posted By Uleat
This is speculation... I think the...

This is speculation...


I think the casting and binding per-zone issue has come up before.

Older clients used to check for those conditions and not let you perform such actions where they were...
Forum: Support::Windows Servers 09-15-2019, 07:03 PM
Replies: 4
Views: 8,492
Posted By Uleat
Did you do this binary update offline?

Did you do this binary update offline?
Forum: Development::Bots 09-14-2019, 06:57 PM
Replies: 6
Views: 20,077
Posted By Uleat
You're using stable binaries, I take it? ...

You're using stable binaries, I take it?


Download the unstable binaries, then update your dll files.
Forum: Support::Linux Servers 09-10-2019, 07:36 PM
Replies: 21
Views: 42,226
Posted By Uleat
I haven't been ignoring this thread..I just don't...

I haven't been ignoring this thread..I just don't have any linux experience...


For 'ucs' and 'queryserv' servers, they do not affect the server's ability to operate.

That logging error,...
Forum: Support::Windows Servers 09-10-2019, 07:27 PM
Replies: 4
Views: 7,962
Posted By Uleat
We're going to be officially switching over to...

We're going to be officially switching over to this for our changelog soon: https://eqemu.gitbook.io/changelog/

I made the entries last night..but, forgot to merge my draft. It's definitely in...
Forum: Support::General Support 09-01-2019, 07:38 PM
Replies: 2
Views: 10,778
Posted By Uleat
The backup process doesn't appear to grab...

The backup process doesn't appear to grab functions..

..you'll need to add it back manually.


DELIMITER $$

CREATE FUNCTION `GetMobType` (mob_name VARCHAR(64)) RETURNS CHAR(1)
BEGIN...
Forum: Support::Windows Servers 08-30-2019, 11:46 PM
Replies: 8
Views: 8,070
Posted By Uleat
I'll defer to noudess since he was instrumental...

I'll defer to noudess since he was instrumental in effecting the changes.
Forum: Support::Windows Servers 08-30-2019, 10:07 PM
Replies: 8
Views: 8,070
Posted By Uleat
The faction system was reworked a little since...

The faction system was reworked a little since that was written..

..try adding the entry to table `client_faction_names` as well.
Showing results 151 to 175 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 02:51 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3