Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 195
Search took 0.01 seconds; generated 44 minute(s) ago.
Search: Posts Made By: Fridgecritter
Forum: Support::Windows Servers 07-16-2017, 04:39 PM
Replies: 12
Views: 10,144
Posted By Fridgecritter
Should probably post this in the thread for the...

Should probably post this in the thread for the server installer so Akka can look at it.
Forum: Support::Windows Servers 07-16-2017, 04:38 PM
Replies: 12
Views: 10,144
Posted By Fridgecritter
Tried to setup a new server instance this morning...

Tried to setup a new server instance this morning and had this same issue.
Forum: Quests::Q&A 07-16-2017, 01:03 PM
Replies: 12
Views: 14,572
Posted By Fridgecritter
This wouldn't work on a stock server setup that...

This wouldn't work on a stock server setup that already has bots enabled where people can spawn a whole bunch of bots at once, correct? Because all they would have to do is not talk to the NPC and...
Forum: General::Server Discussion 07-16-2017, 12:54 PM
Replies: 36
Views: 38,487
Posted By Fridgecritter
Down time

Yeah at least a day for down time. Sorry. There were so many issues and lag (hosted on a dedicated server so shouldn't be lagging) that I have to install the new server binaries. The bots will still...
Forum: General::Server Discussion 07-16-2017, 12:33 PM
Replies: 36
Views: 38,487
Posted By Fridgecritter
OK so the server binaries are way too old, and...

OK so the server binaries are way too old, and the database still has blobs in it, other issues as well. Pathing, NPC creation, all kinds of things are super bugged. I will be using Akka's installer...
Forum: Support::Windows Servers 07-15-2017, 11:46 AM
Replies: 2
Views: 6,012
Posted By Fridgecritter
Database upgrade

I am running an old server with super old binaries because there was some custom coding done to it and I haven't finished patching the source for the new binaries. I have no issues updating the...
Forum: Support::Windows Servers 07-15-2017, 09:26 AM
Replies: 5
Views: 15,443
Posted By Fridgecritter
The server I inherited has old binaries so I have...

The server I inherited has old binaries so I have to use those commands. Maybe there's a way to do it in EOC? I saw edit but I didn't see add? I'll try the commands again later today.
Forum: Support::Windows Servers 07-15-2017, 01:15 AM
Replies: 5
Views: 15,443
Posted By Fridgecritter
#npcspawn add/update

I spawn an npc in pok and #npcspawn add gives the return npcname000 added successfully, but when I repop the zone he doesn't spawn. Also when I look in the database he's not added. Any ideas?
Forum: General::Server Discussion 07-15-2017, 01:13 AM
Replies: 36
Views: 38,487
Posted By Fridgecritter
Mystats and db_str.txt added to the list for...

Mystats and db_str.txt added to the list for tomorrow. Thanks.
Forum: Support::Windows Servers 07-14-2017, 11:48 PM
Replies: 7
Views: 11,402
Posted By Fridgecritter
Yeah I had to fix it, but it taught me how to fix...

Yeah I had to fix it, but it taught me how to fix it by making this mistake after logging in and seeing what it did, then looking in the database. That, and I changed one of the armor aug slots to...
Forum: General::Server Discussion 07-14-2017, 09:39 PM
Replies: 36
Views: 38,487
Posted By Fridgecritter
A porter bot is in the works for some of the Lost...

A porter bot is in the works for some of the Lost World quests that are to come. You can also spawn a Druid bot and tell them to port you wherever that level Druid can port. The server is set up for...
Forum: Support::Windows Servers 07-14-2017, 12:00 PM
Replies: 2
Views: 5,892
Posted By Fridgecritter
Thanks a ton

Thanks a ton
Forum: Support::Windows Servers 07-14-2017, 10:59 AM
Replies: 2
Views: 5,892
Posted By Fridgecritter
Portable augment sealer

I did a search in the forums for a portable augment sealer using a few different terms and couldn't find one. Just trying to avoid reinventing the wheel... Does anyone have code for one? Do they even...
Forum: General::Server Discussion 07-14-2017, 10:18 AM
Replies: 36
Views: 38,487
Posted By Fridgecritter
Interesting. Yeah old server code I'll have to...

Interesting. Yeah old server code I'll have to look at the files and make sure the ROF compatibility file is in there. [EDIT] I don't know why you couldn't connect. I used ROF just now and connected...
Forum: General::Server Discussion 07-13-2017, 09:44 PM
Replies: 36
Views: 38,487
Posted By Fridgecritter
Fridgecritter.org all there is right now is the...

Fridgecritter.org all there is right now is the spell file. All you need to play.
Forum: Support::Windows Servers 07-13-2017, 04:24 PM
Replies: 7
Views: 11,402
Posted By Fridgecritter
When I run that I get 1054 - Unknown column...

When I run that I get

1054 - Unknown column 'reqlvl' in 'where clause'
1054 - Unknown column 'reqlvl' in 'where clause'
Forum: Support::Windows Servers 07-13-2017, 02:19 PM
Replies: 7
Views: 11,402
Posted By Fridgecritter
Adding an augment slot to armor pieces

I am still learning SQL context and queries, and hoping someone can teach me something here. I want to run a query on the database in the ITEMS table that:


Adds a second augment slot if one is...
Forum: General::Server Discussion 07-13-2017, 02:12 PM
Replies: 36
Views: 38,487
Posted By Fridgecritter
I have asked permission to take over development...

I have asked permission to take over development of this server, and I have it up and running. I am doing some tweaks here and there, such as adding the second augment slot to armor items over a...
Forum: Support::Windows Servers 07-12-2017, 06:41 PM
Replies: 3
Views: 6,323
Posted By Fridgecritter
...And I figured it out. When I renamed the...

...And I figured it out. When I renamed the numbers to higher numbers, I misplaced a ' and a , here and there. Fixed.
Forum: Support::Windows Servers 07-12-2017, 04:54 PM
Replies: 3
Views: 6,323
Posted By Fridgecritter
This is the query I ran on the database to try to...

This is the query I ran on the database to try to insert just one record to see if it would work:

INSERT INTO `items` VALUES ('132476', '0', 'Ancient Journal', '0', '0', '0', '0', '0', '0', '0',...
Forum: Support::Windows Servers 07-12-2017, 04:47 PM
Replies: 3
Views: 6,323
Posted By Fridgecritter
Edited database

OK so I tried just importing the old database into a localhost server, then adding the aug slot fields, and the herosforgemodel field, with the right formats, and added the default entries for them...
Forum: Support::Windows Servers 07-12-2017, 03:19 PM
Replies: 3
Views: 6,323
Posted By Fridgecritter
ITEMS import from database from a couple years ago

I have a database from a couple years ago that I ONLY want to import some items from that old one into the new database. I've found that there are just a few changes to the ITEMS part since then,...
Forum: Support::Windows Servers 07-10-2017, 05:03 PM
Replies: 551
Views: 2,522,129
Posted By Fridgecritter
Deleted comment. My error

Deleted comment. My error
Forum: Support::Windows Servers 06-30-2017, 12:38 PM
Replies: 36
Views: 34,529
Posted By Fridgecritter
Yeah that's the thing... those settings are not...

Yeah that's the thing... those settings are not changing it, and this is already a known problem but it doesn't effect all server setups or clients for some reason. So I was more looking for a...
Forum: Support::Windows Servers 06-29-2017, 01:12 PM
Replies: 36
Views: 34,529
Posted By Fridgecritter
[EDIT: Nevermind I see it was caused by getting...

[EDIT: Nevermind I see it was caused by getting rid of blob in the DB] Also, in the meantime while it's being worked on, what revision of the server should we compile to avoid the issue?
Showing results 76 to 100 of 195

 
Forum Jump
   

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