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...
Page 5 of 18
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
Showing results 101 to 125 of 443
Search took
0.02
seconds; generated 85 minute(s) ago.
Search:
Posts Made By:
N0ctrnl
Forum:
Misc::Off Topic
08-20-2016, 10:45 PM
Replies:
8
How many RHEL/CentOS operators out there?
Views:
11,939
Posted By
N0ctrnl
For messing around, Debian has always been a...
For messing around, Debian has always been a favorite. Not really a Ubuntu fan though. Been bouncing along with Red Hat and derivatives since I first started using Linux. Something about them has...
Forum:
Misc::Off Topic
08-20-2016, 10:17 PM
Replies:
8
How many RHEL/CentOS operators out there?
Views:
11,939
Posted By
N0ctrnl
How many RHEL/CentOS operators out there?
So I've been all over the map over the years on Linux distros. I like all of them in their own way, and have used many over the years. Professionally, it's almost always been RHEL/CentOS/OEL, and...
Forum:
Spell Support
08-18-2016, 04:15 PM
Replies:
6
Unholy Aura Discipline working?
Views:
9,780
Posted By
N0ctrnl
Well, I tried grabbing the spell entries for...
Well, I tried grabbing the spell entries for unholy aura and one of the harm touch ranks from the latest PEQ. No luck there either though.
Forum:
Spell Support
08-18-2016, 03:40 PM
Replies:
6
Unholy Aura Discipline working?
Views:
9,780
Posted By
N0ctrnl
Unholy Aura Discipline working?
I've been looking at this on my server and it looks like Unholy Aura doesn't really do anything. Is this an everywhere type thing or do I have my spells all screwed up? :)
I'm in the process of...
Forum:
Quests::Q&A
08-18-2016, 12:39 AM
Replies:
1
Warrior 1.5 epic bugged?
Views:
8,053
Posted By
N0ctrnl
Should probably post this on your server support...
Should probably post this on your server support forums.
Forum:
General::Server Discussion
08-17-2016, 10:47 PM
Replies:
19
desperate times for server names
Views:
18,982
Posted By
N0ctrnl
Seems clear the EMU project has gotten too good....
Seems clear the EMU project has gotten too good. I remember the good old days when people posted about getting their servers to work and stuff.
Forum:
Support::Windows Servers
08-17-2016, 04:42 PM
Replies:
3
Looking for Defiant gear update
Views:
8,967
Posted By
N0ctrnl
You could always just pull the info from a fresh...
You could always just pull the info from a fresh database and stick it into yours. You'll learn a lot in the process. That's generally better than hunting for SQL queries somebody else wrote. Plus,...
Forum:
General::Server Discussion
08-17-2016, 04:39 PM
Replies:
19
desperate times for server names
Views:
18,982
Posted By
N0ctrnl
Scamming the system!
Scamming the system!
Forum:
General::General Discussion
08-14-2016, 07:14 PM
Replies:
4
RoF2 Client "Logging into server. Please wait"
Views:
9,102
Posted By
N0ctrnl
Yeah, that's a pretty complex 8 lines.
Yeah, that's a pretty complex 8 lines.
Forum:
Development::Bots
08-13-2016, 02:32 PM
Replies:
4
Bot Command List
Views:
14,481
Posted By
N0ctrnl
Searching for "bot" on the wiki would get you...
Searching for "bot" on the wiki would get you that right away. There really is a lot of good info that's not at all hard to find. Make liberal use of those search boxes and the vast majority of the...
Forum:
Development::Bots
08-12-2016, 10:23 PM
Replies:
3
Option 4 not responding
Views:
9,486
Posted By
N0ctrnl
I can't speak for everybody else, but I didn't...
I can't speak for everybody else, but I didn't change your perl file.
Forum:
Development::Bots
08-11-2016, 04:26 PM
Replies:
27
Where to start
Views:
30,557
Posted By
N0ctrnl
Do NOT run bot SQL scripts from anywhere but the...
Do NOT run bot SQL scripts from anywhere but the official github repo or the update script. There are bout 10 different versions floating around out there that do about 10 different things. Uleat...
Forum:
Support::General Support
08-11-2016, 04:23 PM
Replies:
3
Issue with new build and tasks
Views:
5,665
Posted By
N0ctrnl
Did you happen to do a recompile since you posted...
Did you happen to do a recompile since you posted this? I know mackal reverted a change that had caused me a little grief. Might be your issue too.
Forum:
Support::General Support
08-11-2016, 04:07 PM
Replies:
2
World.exe has stoppe working on connection
Views:
5,863
Posted By
N0ctrnl
As was said on the Discord chat - this code isn't...
As was said on the Discord chat - this code isn't supported here. Also, you're going to miss out on a lot of good things using code that old. At the most basic level, the last commit to that github...
Forum:
Support::Linux Servers
08-11-2016, 02:30 AM
Replies:
18
Stuck on step 11 (creating Linux server)
Views:
26,795
Posted By
N0ctrnl
Oh, so just hadn't done enough to earn your...
Oh, so just hadn't done enough to earn your gratitude, eh? Whatever dude.
Forum:
Support::Linux Servers
08-10-2016, 04:19 AM
Replies:
18
Stuck on step 11 (creating Linux server)
Views:
26,795
Posted By
N0ctrnl
The Windows installer is a much easier path. Glad...
The Windows installer is a much easier path. Glad to see you at least looking at it.
No matter which route you ultimately end up going, a 'hey, thanks' goes a long way when somebody helps you out.
Forum:
Support::Linux Servers
08-09-2016, 07:59 PM
Replies:
18
Stuck on step 11 (creating Linux server)
Views:
26,795
Posted By
N0ctrnl
Well, the home directory for root is /root. So,...
Well, the home directory for root is /root. So, as I said, when you were doing a "cd ~" you were going to your $HOME directory, which is /root. So you were looking for /root/peq and /root/server and...
Forum:
Support::Linux Servers
08-09-2016, 04:54 PM
Replies:
18
Stuck on step 11 (creating Linux server)
Views:
26,795
Posted By
N0ctrnl
~ is another way of saying $HOME, or in your...
~ is another way of saying $HOME, or in your case, probably /home/eq. So your directories are likely in /home/eq/peq and /home/eq/server.
The above is a really good example of why you need to find...
Forum:
Support::Linux Servers
08-09-2016, 01:18 PM
Replies:
18
Stuck on step 11 (creating Linux server)
Views:
26,795
Posted By
N0ctrnl
Ok, so, "the video" is useless if you don't show...
Ok, so, "the video" is useless if you don't show us the video you're working with.
Working with filesystem structure is Linux 101. If you're having issues creating and changing into a directory,...
Forum:
Support::General Support
08-08-2016, 09:48 PM
Replies:
10
"Client Features page" ?
Views:
10,465
Posted By
N0ctrnl
That's where forking a repo and putting changes...
That's where forking a repo and putting changes in there is useful. You can commit the upstream changes down to yours and manage conflicts and not have to manually re-edit things every time.
Forum:
General::Server Discussion
08-08-2016, 11:30 AM
Replies:
2
the ghost of alakamin
Views:
9,097
Posted By
N0ctrnl
As long as you've got your old database, the new...
As long as you've got your old database, the new updater script should be able to pull it up to current with little or no manual intervention. It's very handy. I've updated a bunch of old databases...
Forum:
Support::General Support
08-08-2016, 09:44 AM
Replies:
10
"Client Features page" ?
Views:
10,465
Posted By
N0ctrnl
Kinda like Github does automatically?
Kinda like Github does automatically?
Forum:
Development::Database/World Building
08-07-2016, 12:58 PM
Replies:
20
EQ Solo Server DB Updates
Views:
38,150
Posted By
N0ctrnl
I can edit my posts...
I can edit my posts...
Forum:
Support::Windows Servers
08-06-2016, 05:44 PM
Replies:
7
NPC's not dying
Views:
9,459
Posted By
N0ctrnl
I thought that sounded familiar :)
I thought that sounded familiar :)
Forum:
Support::General Support
08-06-2016, 05:38 PM
Replies:
14
rof2----wont start----mss32.dll error
Views:
14,954
Posted By
N0ctrnl
Try this:...
Try this: https://www.microsoft.com/en-us/download/details.aspx?id=8109
DirectX isn't cumulative in the way you'd think, so sometimes you need the older runtimes as well.
Showing results 101 to 125 of 443
Page 5 of 18
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
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
05:33 PM
.
-- 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3