Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 195
Search took 0.01 seconds; generated 64 minute(s) ago.
Search: Posts Made By: Fridgecritter
Forum: Support::Windows Servers 08-01-2017, 12:48 PM
Replies: 5
Views: 11,693
Posted By Fridgecritter
I found it by doing a search for "lootdrop" The...

I found it by doing a search for "lootdrop" The thread starter misspelled increase and spelled it incream LOL. Anyhow, here's the query I found. I ran it on a test database on localhost and it...
Forum: General::Server Discussion 08-01-2017, 10:58 AM
Replies: 8
Views: 12,716
Posted By Fridgecritter
I really didn't want to implement bots, but the...

I really didn't want to implement bots, but the quested bots works well. And it's a lot easier to keep the content as stock as possible when you have a built in group to play with.
Forum: Support::Windows Servers 07-31-2017, 07:02 PM
Replies: 5
Views: 11,693
Posted By Fridgecritter
I've found a crap ton (slightly larger than a...

I've found a crap ton (slightly larger than a metric ton) of posts about defiant armor removal, and adding it, but does anyone know a quick and dirty way to raise the probability of the defiant...
Forum: General::Server Discussion 07-31-2017, 06:19 PM
Replies: 8
Views: 12,716
Posted By Fridgecritter
The forums are up at fusionserver.org...

The forums are up at fusionserver.org (http://www.fusionserver.org)

Fusion Everquest server is hosted on a virtual dedicated server for now, with limited resources. I have purchased an 8-core rack...
Forum: Support::Windows Servers 07-30-2017, 12:08 PM
Replies: 9
Views: 10,673
Posted By Fridgecritter
It's working! The only thing is, the dos prompt...

It's working! The only thing is, the dos prompt windows don't pop up, and everything runs in the background.
Forum: Support::Windows Servers 07-30-2017, 10:59 AM
Replies: 9
Views: 10,673
Posted By Fridgecritter
One more thing... I got up this morning and the...

One more thing... I got up this morning and the server was down. I checked the task manager and realized I didn't check a box that says "Start in" and put in each task C:\EQEmuServer

Super...
Forum: Support::Windows Servers 07-29-2017, 05:24 PM
Replies: 9
Views: 10,673
Posted By Fridgecritter
I figured it out with the help of timeout /t [5...

I figured it out with the help of timeout /t [5 seconds]

AND the most important thing after taking the "exit" off the end of my batch file, I could see why it was not starting the server back up....
Forum: Support::Windows Servers 07-29-2017, 04:28 PM
Replies: 9
Views: 10,673
Posted By Fridgecritter
And glad you're enjoying the server. It's been a...

And glad you're enjoying the server. It's been a challenge.
Forum: Support::Windows Servers 07-29-2017, 04:28 PM
Replies: 9
Views: 10,673
Posted By Fridgecritter
The batch file is the stock one that comes with...

The batch file is the stock one that comes with Akka's installer. I didn't create it.

@echo off
cls
echo *** CLEARING OLD LOGS ***
del "logs/zone/" /q
shared_memory.exe
start perl...
Forum: Support::Windows Servers 07-28-2017, 11:30 PM
Replies: 9
Views: 10,673
Posted By Fridgecritter
Automatic server restart using task manager

I am using Server 2016 and I need to accomplish a few things automatically every 6 hours:

Shut down the server
Run two queries on the database one at a time (they run quick)
Bring the server...
Forum: Development::Tools 07-27-2017, 03:18 PM
Replies: 61
Views: 234,685
Posted By Fridgecritter
I would like to request a feature on this. I...

I would like to request a feature on this. I would like to be able to export an item to an sql file and insert the items later.
Forum: Development::Tools 07-27-2017, 02:52 PM
Replies: 6
Views: 18,112
Posted By Fridgecritter
I pointed this to my uifiles/default and it...

I pointed this to my uifiles/default and it extracted 252 spell icons and 0 item icons. Any idea why?
Forum: General::Server Discussion 07-21-2017, 06:57 PM
Replies: 8
Views: 12,716
Posted By Fridgecritter
Fusion Server

What else can I say about this server other than, it takes a village?

Puny Earthlings: Elvis helped me recreate the custom augment creator NPC on this server, so really the only feature I'm...
Forum: Development::Feature Requests 07-21-2017, 06:26 PM
Replies: 7
Views: 45,981
Posted By Fridgecritter
Super old post, but I did some searching and...

Super old post, but I did some searching and couldn't find an updated version of this so here's the code to insert a birdbath in PoK near the soul binder. Just make sure you change the id number to...
Forum: Support::Windows Servers 07-21-2017, 04:57 PM
Replies: 2
Views: 6,374
Posted By Fridgecritter
Yep it's that old. Has the character_ table in it.

Yep it's that old. Has the character_ table in it.
Forum: Support::Windows Servers 07-20-2017, 11:59 AM
Replies: 8
Views: 10,958
Posted By Fridgecritter
It could be port forwarding issues, anything...

It could be port forwarding issues, anything really. You need to tell us what you used to set up your server, and it would help if you would open your config file and copy and paste it here with the...
Forum: Quests::Custom 07-20-2017, 11:23 AM
Replies: 20
Views: 80,192
Posted By Fridgecritter
I saw the gambling NPC too! A lot of players...

I saw the gambling NPC too! A lot of players would turn in augments again to get them upgraded, waiting an entire night for +1 to each stat. It's no wonder they were all over the upgrade/gambler NPC....
Forum: Quests::Custom 07-19-2017, 03:59 PM
Replies: 20
Views: 80,192
Posted By Fridgecritter
Yeah I have several characters on Leetsauce and I...

Yeah I have several characters on Leetsauce and I love this quest. But if Elvis hasn't updated their database since this script was written it will still work fine.
Forum: Quests::Custom 07-19-2017, 03:32 PM
Replies: 20
Views: 80,192
Posted By Fridgecritter
Just compared the insert SQL statements and this...

Just compared the insert SQL statements and this is not compatible with the newest version of PEQ. Bummer. I don't know how to fix it either.
Forum: Quests::Custom 07-19-2017, 03:25 PM
Replies: 20
Views: 80,192
Posted By Fridgecritter
I see the select max(id) + 1 part, but it's not...

I see the select max(id) + 1 part, but it's not doing that. It's using an item I already have in the DB. Is the items database still compatible with this script? Maybe there's been some fields added...
Forum: Quests::Custom 07-19-2017, 03:20 PM
Replies: 20
Views: 80,192
Posted By Fridgecritter
Sorry for the necro post, and maybe it's just...

Sorry for the necro post, and maybe it's just changes in the DB but I just implemented this quest on a fresh install using Akka's installer, and it lets me appraise the item, lets me hand it in with...
Forum: General::Server Discussion 07-19-2017, 12:21 AM
Replies: 36
Views: 40,885
Posted By Fridgecritter
I am bringing the server up from time to time...

I am bringing the server up from time to time just to test things I change. I've got the bots quest working thanks to some folks here, where you start with not being able to summon any bots. I've got...
Forum: Support::Windows Servers 07-17-2017, 06:21 PM
Replies: 551
Views: 2,911,344
Posted By Fridgecritter
Server crash loop 30 zones...

I did a search for the error I'm having, and it seems it was happening to a few other people in the past, once when peq was moved for some reason? Anyhow what's happening now is after starting the...
Forum: Quests::Q&A 07-17-2017, 01:41 PM
Replies: 12
Views: 15,488
Posted By Fridgecritter
You're a badass. Thanks a ton.

You're a badass. Thanks a ton.
Forum: General::Server Discussion 07-16-2017, 07:50 PM
Replies: 36
Views: 40,885
Posted By Fridgecritter
Just ordered a used server from Amazon. My cable...

Just ordered a used server from Amazon. My cable internet connection is more than enough to host this server, and for the price of one month's rent from godaddy I got a nice 8 cores server with 16...
Showing results 51 to 75 of 195

 
Forum Jump
   

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