Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 67
Search took 0.00 seconds.
Search: Posts Made By: khalathas
Forum: Support::Linux Servers 07-27-2018, 07:07 PM
Replies: 5
Views: 3,750
Posted By khalathas
Resolved, I had to turn compile for loginserver...

Resolved, I had to turn compile for loginserver from OFF to ON as was pointed out above. Thank you!
Forum: Support::Linux Servers 07-26-2018, 08:23 AM
Replies: 5
Views: 3,750
Posted By khalathas
Ah thank you, did not realize I needed to do...

Ah thank you, did not realize I needed to do that. I'll get that fixed tonight and rebuild from scratch.
Forum: Support::Linux Servers 07-25-2018, 07:09 PM
Replies: 5
Views: 3,750
Posted By khalathas
linux loginserver no longer provided?

Just trying to migrate a perfectly functioning windows server including private login server to linux, and I noticed the install script downloaded everything else just fine, but the loginserver is...
Forum: Support::Windows Servers 11-16-2016, 01:44 PM
Replies: 66
Views: 24,964
Posted By khalathas
Akkadius, as the original asker of the statics...

Akkadius, as the original asker of the statics question here...I just wanted to thank you, as you did answer my needs, and the extended shutdown timer was enough to satisfy what I was attempting to...
Forum: Support::Windows Servers 10-14-2016, 04:22 PM
Replies: 66
Views: 24,964
Posted By khalathas
I completely did not realize until now that the...

I completely did not realize until now that the shutdown delay was a per-zone setting! Holy crap *runs off to do like an extra 70 dynamic zones, then increase shutdown timers on them*
Forum: Support::Windows Servers 10-14-2016, 12:46 PM
Replies: 66
Views: 24,964
Posted By khalathas
Uleat, then can they not be mixed? @echo...

Uleat, then can they not be mixed?


@echo off
cls
echo *** CLEARING OLD LOGS ***
del "logs/zone/" /q
shared_memory.exe
start perl win_server_launcher.pl zones="30" zone_background_start...
Forum: Support::Windows Servers 10-13-2016, 10:00 PM
Replies: 66
Views: 24,964
Posted By khalathas
Ok, adding statics made the game glitchy. I was...

Ok, adding statics made the game glitchy. I was able to log in without a problem, but a friend coming in remotely couldn't load past character select. Without having the statics, he was able to...
Forum: Support::Windows Servers 10-13-2016, 09:45 PM
Replies: 66
Views: 24,964
Posted By khalathas
Scratch my previous startup script, the eqlaunch...

Scratch my previous startup script, the eqlaunch portion of it fails because the rest of the server isn't up for the zones to connect to yet. I'll add a pause before the static section.
Forum: Support::Windows Servers 10-13-2016, 08:34 PM
Replies: 66
Views: 24,964
Posted By khalathas
This is a pure insert-only sql script, it won't...

This is a pure insert-only sql script, it won't drop or update any conflicting rows.


-- --------------------------------------------------------
-- Host: 127.0.0.1
--...
Forum: Support::Windows Servers 10-13-2016, 08:30 PM
Replies: 66
Views: 24,964
Posted By khalathas
Yes, I spent a fair bit of time creating my db...

Yes, I spent a fair bit of time creating my db entries. I could export them for you if you like
Forum: Support::Windows Servers 10-13-2016, 08:24 PM
Replies: 66
Views: 24,964
Posted By khalathas
Here's my version: @echo off cls echo...

Here's my version:

@echo off
cls
echo *** CLEARING OLD LOGS ***
del "logs/zone/" /q
shared_memory.exe
start perl win_server_launcher.pl zones="30" zone_background_start loginserver...
Forum: Support::Windows Servers 10-13-2016, 07:43 PM
Replies: 66
Views: 24,964
Posted By khalathas
Edit: removing my own launcher called Dynamics...

Edit: removing my own launcher called Dynamics from my segment of the batch file since your perl script has 30 dynamics already. Perfect! Works like a charm!
Forum: Support::Windows Servers 10-13-2016, 07:40 PM
Replies: 66
Views: 24,964
Posted By khalathas
Definitely clears up a lot. I'll just trim my...

Definitely clears up a lot. I'll just trim my batch file down to the start eqlaunch <launchername> segment, and run it in parallel then. Thank you Akkadius!

Edit: removing my own launcher called...
Forum: Support::Windows Servers 10-13-2016, 07:38 PM
Replies: 66
Views: 24,964
Posted By khalathas
This is almost exactly how I have mine, with the...

This is almost exactly how I have mine, with the exception of naming and zones chosen, but yea...this is how it's done.
Forum: Support::Windows Servers 10-13-2016, 07:18 PM
Replies: 66
Views: 24,964
Posted By khalathas
From what I understand, launcher defined the...

From what I understand, launcher defined the launchers themselves (which were the 3rd parameter in my script above, per line), and then launcher_zones actually defined the static zones and what...
Forum: Support::Windows Servers 10-13-2016, 07:14 PM
Replies: 66
Views: 24,964
Posted By khalathas
I imagine the idea of stopping zones from going...

I imagine the idea of stopping zones from going idle is a bad general idea, and a few (or a lot in my case) statics are a better way of doing it. Going to be moving the server to a dedicated linux...
Forum: Support::Windows Servers 10-13-2016, 07:02 PM
Replies: 66
Views: 24,964
Posted By khalathas
I don't think all zones need to be static really,...

I don't think all zones need to be static really, just ones with interesting targets with longer than 12 hour spawn timers maybe...the rest can be dynamic I think. I just don't know how to do it in...
Forum: Support::Windows Servers 10-13-2016, 06:32 PM
Replies: 66
Views: 24,964
Posted By khalathas
From my own experience, a static zone (or in my...

From my own experience, a static zone (or in my case, LOTS of them) is going to eat up more RAM than dynamic zones, absolutely. The tradeoff is that static zones maintain their spawn timers where...
Forum: Support::Windows Servers 10-13-2016, 01:35 PM
Replies: 66
Views: 24,964
Posted By khalathas
akkadius scripts + static zones

Hey all, recently converted my server from the older style batch file to a much newer version, which also includes the new startup perl scripts. I've got 75 static zones defined in launcher_zones...
Forum: Support::Windows Servers 10-11-2016, 08:48 PM
Replies: 8
Views: 3,597
Posted By khalathas
Problem was an outdated DLL that was causing...

Problem was an outdated DLL that was causing shared_memory to crash, and the zones basically followed. Fixed that, shared_memory is at the beginning of the startup process in my...
Forum: Support::Windows Servers 10-10-2016, 10:03 PM
Replies: 8
Views: 3,597
Posted By khalathas
Ok...fixed. Updated binaries AND dll's again (I...

Ok...fixed. Updated binaries AND dll's again (I KNOW I updated binaries before, THOUGHT I updated DLLs before but MIGHT not have.) Zones actually loaded and are stable finally. Database appears...
Forum: Support::Windows Servers 10-10-2016, 09:53 PM
Replies: 8
Views: 3,597
Posted By khalathas
Running shared memory from command prompt so that...

Running shared memory from command prompt so that the window doesn't vanish, it runs the following, then exits without error:

C:\eq\eqemuserver>shared_memory.exe
[Status] Loading items......
Forum: Support::Windows Servers 10-10-2016, 09:42 PM
Replies: 8
Views: 3,597
Posted By khalathas
shared_memory seems to be trying to load, then...

shared_memory seems to be trying to load, then vanishes...but there's no log for it that I can see under logs\
Forum: Support::Windows Servers 10-08-2016, 03:13 PM
Replies: 8
Views: 3,597
Posted By khalathas
updated db from 9077 to 9100 cant launch zones now

Hey all...I've got a server that's got some significant character development on it for my friends and I that I'd really not want to lose (lvl 65s, which is the server cap as I don't like anything...
Forum: Support::Windows Servers 08-28-2016, 11:38 PM
Replies: 0
Views: 2,094
Posted By khalathas
Updating old server

Hey all...I've revived an older server (from around 2013 or so), which is running great. However, I'm trying to get the db schema up to date without losing character/player data. To that end, I've...
Showing results 1 to 25 of 67

 
Forum Jump
   

All times are GMT -4. The time now is 06:30 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3