Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 53
Search took 0.01 seconds; generated 51 minute(s) ago.
Search: Posts Made By: iluvseq
Forum: General::General Discussion 01-12-2015, 08:49 AM
Replies: 46
Views: 62,261
Posted By iluvseq
I run on multiple hosts because I have multiple...

I run on multiple hosts because I have multiple hosts already setup in a variety of roles. My DMZ host (where I run eqemu) doesn't run mysql. I already have it running on an internal host and...
Forum: Support::Linux Servers 01-11-2015, 09:43 PM
Replies: 6
Views: 12,012
Posted By iluvseq
Riklin, the character_corpse_items table is not...

Riklin, the character_corpse_items table is not in either of the PEQ dumps as it is a table that is created by the server code itself.

Niteryder1969: the ALTER TABLE will fail, because...
Forum: General::General Discussion 01-11-2015, 07:05 PM
Replies: 46
Views: 62,261
Posted By iluvseq
I have yet to see any of those warnings. Other...

I have yet to see any of those warnings. Other than the one I posted after I figured it out the hard way.

Regardless, that has nothing to do with the fact that the update_db.pl script parses the...
Forum: Support::Windows Servers 01-11-2015, 06:20 PM
Replies: 13
Views: 23,209
Posted By iluvseq
Ok, here's the deal: If you configure the...

Ok, here's the deal:

If you configure the startzone variable, then the start_zones table is ignored completely. Also, the starting location will be the safe point of the zone. This is hard...
Forum: Support::Windows Servers 01-11-2015, 04:55 PM
Replies: 13
Views: 23,209
Posted By iluvseq
I'm having the same issue as Bandor. I have...

I'm having the same issue as Bandor. I have successfully forced all class/race to load into pojustice regardless of class/race/diety combo or tutorial button status, but they always appear at the...
Forum: Support::Linux Servers 01-11-2015, 04:33 PM
Replies: 6
Views: 12,012
Posted By iluvseq
Looks like database.cpp will create that table as...

Looks like database.cpp will create that table as part of CheckDatabaseConvertCorpseDeblob().

In otherwords, just startup world and it should get created for you by the code.
Forum: EQEmu Operations Center 01-11-2015, 01:33 PM
Replies: 27
Views: 107,043
Posted By iluvseq
The version of the PEQ editor available via EOC...

The version of the PEQ editor available via EOC is Rev 421, and it requires a character_ table rather than a character_data table...
Forum: Support::Linux Servers 01-11-2015, 10:49 AM
Replies: 6
Views: 12,012
Posted By iluvseq
FYI: PEQ 2014-10 schema missing crucial tables

For anyone setting up a brand new server, please be aware that the 2014-10-11 player_tables dump only contains CREATE TABLE statements for 5 tables:

CREATE TABLE `commands` (
CREATE TABLE...
Forum: General::General Discussion 01-11-2015, 09:17 AM
Replies: 46
Views: 62,261
Posted By iluvseq
The world server and the database server are not...

The world server and the database server are not the same host. You should simply modify the script to add --host="$host" to the various mysql command lines and that would solve the issue.

As a...
Forum: General::General Discussion 01-10-2015, 08:50 PM
Replies: 46
Views: 62,261
Posted By iluvseq
This only works if the database runs on the same...

This only works if the database runs on the same host as the world server. Your script grabs host from the config file, but never actually uses the $host variable in your mysql commands.

Since it...
Forum: Development::Development 10-16-2012, 06:55 PM
Replies: 4
Views: 9,979
Posted By iluvseq
Take a look at the MQ2 source, specifically the ...

Take a look at the MQ2 source, specifically the _CHARINFO and _CHARINFO2 structs in EQData.h.

Keep in mind that the structures and offsets are different depending on the version of the client you...
Forum: General::General Discussion 06-14-2012, 01:49 PM
Replies: 2
Views: 5,583
Posted By iluvseq
I'd call it a bug, not a 'feature' but that's...

I'd call it a bug, not a 'feature' but that's just me and my phpBB bias :)
Forum: Quests::Q&A 06-05-2012, 08:09 AM
Replies: 14
Views: 19,284
Posted By iluvseq
It depends on the stage of development your...

It depends on the stage of development your server is currently at.

If your world building is complete and you are in maintenance mode where you are just making changes to fix bugs and tweak...
Forum: Quests::Q&A 06-04-2012, 01:21 PM
Replies: 14
Views: 19,284
Posted By iluvseq
I suspect this sort of functionality is handled...

I suspect this sort of functionality is handled via an external script that runs at the proper time and connects to the telnet console to send the periodic broadcasts, issues a worldshutdown command,...
Forum: Support::General Support 05-29-2012, 08:16 AM
Replies: 0
Views: 5,331
Posted By iluvseq
Client crash for accounts with more than four characters

UF client from steam, if a player creates a fifth character, the client will crash after login but before character select.

Deleting the new character to get them back down to 4 characters...
Forum: Development::Tools 05-12-2012, 08:37 AM
Replies: 8
Views: 16,519
Posted By iluvseq
Logs are good. If you want to allow them to...

Logs are good.

If you want to allow them to be viewed in some sort of GUI, instead of intercepting the writes, simply tail the files themselves.
Forum: Quests::Q&A 05-07-2012, 03:39 PM
Replies: 5
Views: 8,224
Posted By iluvseq
I'm interested in this functionality. Would love...

I'm interested in this functionality. Would love to see a diff.
Forum: General::Server Discussion 04-30-2012, 09:04 PM
Replies: 11
Views: 16,163
Posted By iluvseq
You'll never get 'old player names' unless you...

You'll never get 'old player names' unless you convince all the old players from your server to come play somewhere :) P1999 has old enemies names and nothing past Kunark. They also have hours to...
Forum: General::Server Discussion 04-30-2012, 05:13 PM
Replies: 11
Views: 16,163
Posted By iluvseq
Have you checked out p1999?

Have you checked out p1999?
Forum: Development::Database/World Building 04-30-2012, 01:07 PM
Replies: 0
Views: 6,088
Posted By iluvseq
Groundspawn model reference

Is there a reference somewhere for all the different models available for groundspawn?

I know if I select IT63_ACTORDEF I get the standard 'bag', or if it's IT67_ACTORDEF I get a totem / doll...
Forum: Support::Linux Servers 04-30-2012, 12:11 PM
Replies: 13
Views: 15,520
Posted By iluvseq
What does queryserv provide other than the...

What does queryserv provide other than the LFGuild search functionality? I don't run it on my server and haven't noticed anything else broken.
Forum: Development::Tools 04-28-2012, 01:21 PM
Replies: 8
Views: 16,519
Posted By iluvseq
He's misusing the word 'console' Secrets. From...

He's misusing the word 'console' Secrets. From what I can tell he's trying to create an auto-installer for folks who want to run servers but don't know how to set one up. Nothing in what he has...
Forum: Support::Windows Servers 04-27-2012, 04:30 PM
Replies: 7
Views: 12,664
Posted By iluvseq
Unless you need to be able to play while...

Unless you need to be able to play while disconnected from the internet, it seems to me that maybe you'd be better served by simply playing on one of the already existing servers that allow bots and...
Forum: Development::GeorgeS's Tools 04-27-2012, 08:07 AM
Replies: 3
Views: 9,175
Posted By iluvseq
The new icons look pixilated. I know they'll...

The new icons look pixilated. I know they'll look ok in-game since it's a different set of files, but the icons from prior expansions look great in your tool, so it's kind of odd to have the new...
Forum: Support::Linux Servers 03-09-2012, 04:25 PM
Replies: 2
Views: 8,215
Posted By iluvseq
Ah-ha! I didn't dig that deep into it, just...

Ah-ha! I didn't dig that deep into it, just assumed the 200 was 'real distance units'. Thanks!
Showing results 26 to 50 of 53

 
Forum Jump
   

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