Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 238
Search took 0.01 seconds; generated 88 minute(s) ago.
Search: Posts Made By: djeryv
Forum: Support::Windows Servers 10-02-2019, 11:48 AM
Replies: 10
Views: 11,030
Posted By djeryv
I think anyone that can answer that question is...

I think anyone that can answer that question is probably long into retirement from their IT jobs...or dead.
Forum: Support::General Support 09-23-2019, 01:45 PM
Replies: 2
Views: 5,244
Posted By djeryv
February 31st.

February 31st.
Forum: Support::General Support 09-07-2019, 08:38 PM
Replies: 5
Views: 7,540
Posted By djeryv
It is not possible. This topic is covered here in...

It is not possible. This topic is covered here in similar forms so many times it is starting to become the running joke about people who seem to ditch email accounts and cell phones like their drug...
Forum: Misc::Off Topic 08-17-2019, 08:17 AM
Replies: 2
Views: 30,206
Posted By djeryv
I run into this mindset with Ultima Online...

I run into this mindset with Ultima Online players as well. There is a small population of people that think that the early days of UO were the best and the game has been ruined over time. One...
Forum: General::Server Discussion 08-16-2019, 03:49 PM
Replies: 14
Views: 13,901
Posted By djeryv
To be fair, the thread was to help detroit1102...

To be fair, the thread was to help detroit1102 find their ideal server. You can start a thread for Sandysham's ideal server if you don't want to derail detroit1102's thread.
Forum: General::General Discussion 08-12-2019, 06:41 AM
Replies: 2
Views: 6,815
Posted By djeryv
Make a new account and try not telling your...

Make a new account and try not telling your brother what the password is. Security lesson of the day.
Forum: Support::General Support 08-03-2019, 08:45 PM
Replies: 15
Views: 13,117
Posted By djeryv
Log into what?

Log into what?
Forum: Support::General Support 07-04-2019, 03:48 PM
Replies: 1
Views: 4,871
Posted By djeryv
Log into your account and change it. If you...

Log into your account and change it. If you forgot your account credentials, you are SOL.
Forum: Support::General Support 06-16-2019, 07:09 PM
Replies: 2
Views: 5,854
Posted By djeryv
I can easily say...nope.

I can easily say...nope.
Forum: General::Server Discussion 05-24-2019, 07:17 PM
Replies: 149
Views: 389,135
Posted By djeryv
The suggestions are just suggestions that are not...

The suggestions are just suggestions that are not included...so do the ones that interest you. I never needed them but our play styles differ.
Forum: General::Server Discussion 04-04-2019, 08:25 PM
Replies: 149
Views: 389,135
Posted By djeryv
A Sister in the Plane of Knowledge has some over...

A Sister in the Plane of Knowledge has some over 20. If you fully used my package, almost all of the books to the PoK are gone from the starter areas to give that classic feel of starting in an area...
Forum: General::Server Discussion 01-02-2019, 07:24 PM
Replies: 149
Views: 389,135
Posted By djeryv
Get rid of this part and you will be all set ...

Get rid of this part and you will be all set

-- This increases spawn rates for the quick spawning monsters
-- It allows you to clear dungeons easier

UPDATE spawn2 SET respawntime=1800 WHERE...
Forum: General::Server Discussion 01-02-2019, 02:41 PM
Replies: 149
Views: 389,135
Posted By djeryv
You could reload all of the database tables from...

You could reload all of the database tables from source (excluding character ones), and then take out any respawn change queries I have in my solo server package. Then load my solo server package and...
Forum: Support::General Support 11-28-2018, 11:53 AM
Replies: 4
Views: 5,729
Posted By djeryv
For some reason, I see this question posted on...

For some reason, I see this question posted on these forums alot. Like people are dumping cell phones and email accounts as though they are drug dealers trying to stay a step ahead of Crockett and...
Forum: General::Server Discussion 11-05-2018, 08:35 AM
Replies: 11
Views: 14,394
Posted By djeryv
I wrote the sarcasm post. I just quoted it to...

I wrote the sarcasm post. I just quoted it to make sure people didn't think I was serious.
Forum: General::Server Discussion 11-05-2018, 07:14 AM
Replies: 11
Views: 14,394
Posted By djeryv
Anyway...these are the kind of people that...

Anyway...these are the kind of people that shouldn't be allowed to have an Internet connection.
Forum: General::Server Discussion 10-21-2018, 12:14 PM
Replies: 149
Views: 389,135
Posted By djeryv
I run mine on Linux. Not sure it is an issue....

I run mine on Linux. Not sure it is an issue. Just mentioning it.

Also, you can have perl installed all day long...but if you don't have the MySQL plugin installed for Perl, you won't be able to...
Forum: General::Server Discussion 10-11-2018, 04:53 PM
Replies: 149
Views: 389,135
Posted By djeryv
To slightly digress, I backup my server every...

To slightly digress, I backup my server every time I shut it down. I run a local VM and play single player so I only fire up the VM Linux server when I want to play and then my shutdown routine backs...
Forum: General::Server Discussion 10-11-2018, 10:52 AM
Replies: 149
Views: 389,135
Posted By djeryv
If a query cannot run super-quick, then players...

If a query cannot run super-quick, then players will notice when the server stops responding. So your idea would cause that temporary freeze as tables are dropped and rebuilt. My final solution works...
Forum: General::Server Discussion 10-06-2018, 06:45 PM
Replies: 149
Views: 389,135
Posted By djeryv
You should probably move your posts to a support...

You should probably move your posts to a support part of the forum as this is just a thread about a custom set of scripts that allow someone to change the normal EQ install into something that can be...
Forum: General::Server Discussion 09-09-2018, 07:40 AM
Replies: 149
Views: 389,135
Posted By djeryv
Are you doing the quests from the witches? I am...

Are you doing the quests from the witches? I am really happy on how those turned out. It took alot of various database queries to determine the items that dropped in zones nearby...but it took the...
Forum: General::Server Discussion 09-04-2018, 03:21 PM
Replies: 149
Views: 389,135
Posted By djeryv
Maybe try sourcing the below again? This will...

Maybe try sourcing the below again? This will drop those 2 tables and recreate them.

DROP TABLE IF EXISTS _craft_merchant;
CREATE TABLE _craft_merchant (item INT(20) NOT NULL PRIMARY KEY);...
Forum: General::Server Discussion 09-04-2018, 01:06 PM
Replies: 149
Views: 389,135
Posted By djeryv
I updated the package to get rid of that empty...

I updated the package to get rid of that empty file.

In your database, do you have these two tables...

_craft_merchant
_item_search

...or maybe you figured it out?
Forum: General::Server Discussion 09-04-2018, 06:57 AM
Replies: 149
Views: 389,135
Posted By djeryv
Not sure what your issue may be. I attached a...

Not sure what your issue may be. I attached a screenshot of me asking about a cloth cap. I never use the /say commands I just hit ENTER to either go into the chat box or click there with my mouse....
Forum: General::Server Discussion 08-30-2018, 02:17 PM
Replies: 149
Views: 389,135
Posted By djeryv
This should be fixed now as I simply told the PL...

This should be fixed now as I simply told the PL script to use doorid 11 to run that section (which is the cave). The main upload has been updated as well.

Anyone who already got this package,...
Showing results 51 to 75 of 238

 
Forum Jump
   

All times are GMT -4. The time now is 09:04 PM.


 

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