EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 17 of 17
Search took
0.00
seconds.
Search:
Posts Made By:
ProSkeptic
Forum:
Support::Linux Servers
03-26-2012, 09:12 PM
Replies:
24
EQemu in a box? Two hours or less - Yet Another Tutorial
Views:
19,115
Posted By
ProSkeptic
EQemu in a box? Two hours or less - Yet Another Tutorial
I put all the steps for setting up a completely working EQEMU server under a Virtual Machine up... From downloading and installing the VirtualBox software, to downloading and installing the OS...
Forum:
Support::Linux Servers
03-15-2012, 09:55 PM
Replies:
5
Buffer Overflow Detected error when doing who (slash)
Views:
6,190
Posted By
ProSkeptic
Excellent catch there Sorvani. Thanks greatly. ...
Excellent catch there Sorvani. Thanks greatly. It's minor, but it was a nagging issue and your remedy worked.
Forum:
Support::Linux Servers
03-15-2012, 08:52 PM
Replies:
5
Buffer Overflow Detected error when doing who (slash)
Views:
6,190
Posted By
ProSkeptic
Buffer Overflow Detected error when doing who (slash)
I am using 32 bit Ubuntu 11.10 with source 2106 and equally new DB.
This issue is specific ONLY to Underfoot (well, it's all I have, other than TItanium, and the issue doesn't occur when I use...
Forum:
General::General Discussion
03-15-2012, 03:56 PM
Replies:
5
Present for my son
Views:
6,242
Posted By
ProSkeptic
Present for my son
I am arranging a present for my son...
Is there a sort of ninja-like armor (well, like a gi) with masked hook showing only the eyes, or something close to that in EQ1? The "look" I am going for...
Forum:
Support::Windows Servers
03-14-2012, 12:58 AM
Replies:
5
Question about databases & restoring backups
Views:
6,105
Posted By
ProSkeptic
General
If you are running windows, then you'd set up a scheduled-task and if you are running Linux then you set up a cron job :
Windows : http://windows.microsoft.com/en-US/windows7/schedule-a-task...
Forum:
Support::Windows Servers
03-13-2012, 12:41 PM
Replies:
5
Question about databases & restoring backups
Views:
6,105
Posted By
ProSkeptic
Save some work...
You have several alternatives by which a great deal of effort may best be avoided.
Firstly, arrange a backup process at two levels :
First, set-up a cron-task to do a bulk dump (mysqldump...
Forum:
Support::Windows Servers
03-13-2012, 09:24 AM
Replies:
5
Question about databases & restoring backups
Views:
6,105
Posted By
ProSkeptic
I don't believe that Navicat has that ability. ...
I don't believe that Navicat has that ability.
Assuming that you have a MySQLdump (text-based backup) of the old data, do a GREP for INSERT, and for (either INVENTORY, or PLAYER_CORPSES, and for...
Forum:
Support::Linux Servers
03-10-2012, 03:03 AM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
Ok, figured it out. It's the same issue as...
Ok, figured it out.
It's the same issue as : http://67.23.190.71/forums/showthread.php?t=30809
And it was also fixed by :
Derision's suggesting :
It appears to be crashing in the...
Forum:
Support::Linux Servers
03-09-2012, 05:41 PM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
Bootup logs
The only problem this server is having is that when a user dies, the user gets disconnected (eventually) and their client "dies" -- the server seems to kill the zone.
Here is full log (minus...
Forum:
Support::Linux Servers
03-09-2012, 05:28 PM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
Here's the log from when someone dies
3496 [03.09. - 16:10:55] AIYellForHelp("Guard_Maddoc000","a_cave_bat001") Guard_Hobart000 attacking a_cave_bat001 Dist 369.653930 Z 5.379763
3496 [03.09. - 16:12:35] Unable to convert EQ opcode...
Forum:
Support::Windows Servers
03-09-2012, 03:51 AM
Replies:
5
SQL Query help
Views:
4,051
Posted By
ProSkeptic
Teensy modification
The problem was that MySQL is using that primary key as the replace logic marker... without that it's doing an insert with an primary keys, so it's giving it zero for the ID -- over and over and over...
Forum:
Support::Linux Servers
03-08-2012, 08:49 PM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
True, regarding the drop statements. The...
True, regarding the drop statements.
The update only mucks with the group-leaders. I reloaded the db and re-ran it (that following update 2104).
ALTER TABLE `group_leaders` ADD COLUMN...
Forum:
Support::Windows Servers
03-08-2012, 08:10 PM
Replies:
5
SQL Query help
Views:
4,051
Posted By
ProSkeptic
My suggestion...
Temp tables.
First, backup the original table (just in case) as :
CREATE IF NOT EXISTS bkp_table LIKE original_table;
INSERT INTO bkp_table select * FROM original_table;
Verify the counts,...
Forum:
Support::Linux Servers
03-08-2012, 06:14 PM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
Ok, I reloaded the database... here are the steps...
Ok, I reloaded the database... here are the steps for that :
drop database if exists peqdb;
create database if not exists peqdb;
use peqdb;
source...
Forum:
Support::Linux Servers
03-08-2012, 04:46 PM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
Yup.. I copied the quests to the quests...
Yup.. I copied the quests to the quests subdirectory. I thought putting the full path to the quests dir in the eqemu_config.xml would be enough... but it wasn't...
I put the quests "back" up one...
Forum:
Support::Linux Servers
03-08-2012, 12:20 PM
Replies:
9
Anyone else see these issues recently?
Views:
5,338
Posted By
ProSkeptic
Anyone else see these issues recently?
I'm doing a standard build and install of the source (svn) and everything seems to usually run ok, but I see these issues cropping up :
1 > Any player-character's death seems to clobber the zone...
Forum:
Development::Development
02-26-2012, 08:23 PM
Replies:
115
EQemu Login Server
Views:
104,523
Posted By
ProSkeptic
I am trying to compile it under Ubuntu 11.10...
I am trying to compile it under Ubuntu 11.10 32-bit.
I copied the lib's for the linux up to the EQEmuLoginServer directory (I think that would be needed).
But I got the entire think out from the...
Showing results 1 to 17 of 17
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
10:45 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3