Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 500
Search took 0.04 seconds; generated 75 minute(s) ago.
Search: Posts Made By: Uleat
Forum: Development::Bots 05-30-2020, 06:07 PM
Replies: 6
Views: 16,820
Posted By Uleat
https://user-images.githubusercontent.com/3311166/...

https://user-images.githubusercontent.com/3311166/83339834-4e935680-a29f-11ea-9f35-dfd194fdac57.png

It should work (the red square in the buff window indicates the charm spell) .. though, you need...
Forum: Development::Bots 05-29-2020, 06:47 PM
Replies: 6
Views: 16,820
Posted By Uleat
What level is the mob that you are trying to...

What level is the mob that you are trying to charm?

I'm pretty sure I coded the level restrictions into that.
Forum: Development::Bots 05-28-2020, 06:03 PM
Replies: 6
Views: 16,820
Posted By Uleat
What is it doing or not doing?

What is it doing or not doing?
Forum: Support::Windows Servers 05-27-2020, 05:39 PM
Replies: 11
Views: 16,053
Posted By Uleat
In addition... This is where the server...

In addition...

This is where the server limiting reference is: https://github.com/EQEmu/Server/blob/88b405edee2f1091dd3d1d90a58e3e6009ae68e7/common/emu_constants.h#L202

The server will limit...
Forum: Support::Windows Servers 05-26-2020, 07:25 PM
Replies: 550
Views: 2,024,790
Posted By Uleat
Always update your binaries while you server is...

Always update your binaries while you server is down.

The update is immediate and nothing more needs to be done.

You can then update your database manually (while your there) or world.exe will...
Forum: General::Server Discussion 05-25-2020, 10:16 PM
Replies: 149
Views: 402,855
Posted By Uleat
Before this gets out of control (as everyone...

Before this gets out of control (as everyone still seems amiable..)

..let's address this as an EQEmu issue rather than a 'Solo Server Package' issue since the problem came about after core changes...
Forum: Support::Windows Servers 05-25-2020, 12:34 AM
Replies: 550
Views: 2,024,790
Posted By Uleat
It means that you have older binaries than what...

It means that you have older binaries than what your database is updated to..assuming there's not another issue.

I added that message a little while ago when I reworked the update process.

Make...
Forum: Support::General Support 05-22-2020, 07:17 PM
Replies: 8
Views: 14,461
Posted By Uleat
Please keep your dead link comments on your...

Please keep your dead link comments on your original post rather than necro'ing unrelated threads - Thanks!
Forum: EQEmu Operations Center 05-22-2020, 12:48 AM
Replies: 1
Views: 37,753
Posted By Uleat
It would help if you would post a couple of the...

It would help if you would post a couple of the links that are not functioning.
Forum: Support::General Support 05-18-2020, 02:17 AM
Replies: 51
Views: 79,691
Posted By Uleat
It depends on your build type where your files...

It depends on your build type where your files are dumped.


I would do a Build all after making any changes.

If (and only if) one project builds, you can probably get away with only replacing...
Forum: Support::General Support 05-18-2020, 01:54 AM
Replies: 51
Views: 79,691
Posted By Uleat
When you run CMake and all of the settings are in...

When you run CMake and all of the settings are in red:

https://user-images.githubusercontent.com/3311166/60629816-54e62d80-9dc5-11e9-89ab-8961e94c9491.png

That line of text from my last post...
Forum: Support::General Support 05-18-2020, 01:34 AM
Replies: 51
Views: 79,691
Posted By Uleat
If you have both installed.. ..this message...

If you have both installed..

..this message will appear in the CMake setup: https://github.com/EQEmu/Server/blob/master/CMakeLists.txt#L136

Make sure that you select MariaDB even if you're...
Forum: Support::General Support 05-18-2020, 12:17 AM
Replies: 51
Views: 79,691
Posted By Uleat
Do you have MySQL installed rather than MariaDB...

Do you have MySQL installed rather than MariaDB (or, installed as well?)
Forum: Support::General Support 05-18-2020, 12:16 AM
Replies: 51
Views: 79,691
Posted By Uleat
Make sure that your VS is up-to-date as well.. ...

Make sure that your VS is up-to-date as well..

..we saw issues (like this..) in our dependencies/submodules with both VS 2017 and 2019 after some lib changes were made.

These issues were on a...
Forum: Support::General Support 05-17-2020, 11:06 PM
Replies: 51
Views: 79,691
Posted By Uleat
In cmake, upon seeing the compiler pop-up window,...

In cmake, upon seeing the compiler pop-up window, there's a drop-down in the middle that selects x86/x64.

If left blank, it (now) defaults to x64 and its dependencies.
...
Forum: Support::General Support 05-17-2020, 04:15 PM
Replies: 51
Views: 79,691
Posted By Uleat
Alot has changed in 10 years ;)

Alot has changed in 10 years ;)
Forum: Development::Bots 05-13-2020, 06:04 PM
Replies: 5
Views: 18,593
Posted By Uleat
Still trying to figure out where this is...

Still trying to figure out where this is happening...

Did you happen to change the rule with the extra bot spawned?


EDIT:

It should be looking at database entries for bots to spawn after...
Forum: Development::Bots 05-12-2020, 01:29 PM
Replies: 5
Views: 18,593
Posted By Uleat
- Did you ever have this second bot spawned? ...

- Did you ever have this second bot spawned?

- Have you restarted your server since changing the rule?
Forum: General::Server Discussion 05-06-2020, 04:32 PM
Replies: 1
Views: 7,694
Posted By Uleat
It's not just about opcodes... Packet...

It's not just about opcodes...

Packet structure and system behavior also change.


As old as the 'current steam' is now, it's incompatible enough with our current server code to not use it.
Forum: General::General Discussion 05-03-2020, 01:02 AM
Replies: 4
Views: 12,558
Posted By Uleat
It's not dropped in game and we are not setup to...

It's not dropped in game and we are not setup to use it atm.

It's hard-coded in the client to a specific id number (88,888 irc...)
Forum: Support::Windows Servers 04-23-2020, 03:41 PM
Replies: 4
Views: 9,504
Posted By Uleat
I should follow-up and say that you can 'usually'...

I should follow-up and say that you can 'usually' get away with performing a Build without having to do a Clean beforehand.

Any time that you alter or remove a pre-decl/hint like that, it's...
Forum: Support::Windows Servers 04-23-2020, 03:31 PM
Replies: 550
Views: 2,024,790
Posted By Uleat
That's not an eqemu issue .. that means you have...

That's not an eqemu issue .. that means you have too much in your system's environmental %PATH% variable.

There are ways around it.
Forum: Support::Windows Servers 04-22-2020, 03:55 PM
Replies: 4
Views: 9,504
Posted By Uleat
Make sure that you do a Clean before attempting...

Make sure that you do a Clean before attempting to Build.

Looks like the pre-compiled obj files still hold a reference to an external link that doesn't exist.
Forum: Support::General Support 04-20-2020, 04:00 PM
Replies: 2
Views: 6,110
Posted By Uleat
Probably will be fine for anything but upper-mid...

Probably will be fine for anything but upper-mid to high-end traffic.

Bandwidth usually kills before server resources.

I'd recommend SSDs if you're not using them already.

The server, as a...
Forum: Support::General Support 04-15-2020, 04:14 PM
Replies: 44
Views: 318,021
Posted By Uleat
Are you trying to connect to p99?

Are you trying to connect to p99?
Showing results 51 to 75 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 01: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