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 1 of 18
1
2
3
4
5
11
>
Last
»
Showing results 1 to 25 of 443
Search took
0.02
seconds.
Search:
Posts Made By:
N0ctrnl
Forum:
Support::Linux Servers
08-12-2021, 03:46 AM
Replies:
10
Attempting server setup on CentOS 7
Views:
13,300
Posted By
N0ctrnl
Are you sure it even compiled? I've been running...
Are you sure it even compiled? I've been running on CentOS for ages and one of the tricks is actually getting that accomplished.
Forum:
General::Server Discussion
07-13-2021, 11:35 AM
Replies:
3
Vegarlson Asylum - The Re-Launch!
Views:
9,740
Posted By
N0ctrnl
Certainly shouldn't be. Stuff like that is one...
Certainly shouldn't be. Stuff like that is one reason I reworked it all.
Forum:
General::Server Discussion
07-12-2021, 04:29 PM
Replies:
3
Vegarlson Asylum - The Re-Launch!
Views:
9,740
Posted By
N0ctrnl
Vegarlson Asylum - The Re-Launch!
It's with great pleasure I'm ready to announce the the Vegarlson Asylum server is completely reworked and back online!
For those who might be unfamiliar with VA, the specifics of the server can be...
Forum:
Quests::Q&A
07-03-2021, 10:36 AM
Replies:
4
No Duplicate Loot
Views:
15,886
Posted By
N0ctrnl
Yeah, I guess I'm confused why you don't just use...
Yeah, I guess I'm confused why you don't just use multiple lootdrops...
Forum:
Quests::Custom
07-01-2021, 08:11 PM
Replies:
4
LOTS of quests updated with saylinks
Views:
11,952
Posted By
N0ctrnl
Of course not. I didn't take it that way at all. ...
Of course not. I didn't take it that way at all.
One thing I did do is add some links to the Thurgadin armor quests and a few other places in Velious that didn't even have brackets before. I...
Forum:
Quests::Custom
07-01-2021, 06:27 PM
Replies:
4
LOTS of quests updated with saylinks
Views:
11,952
Posted By
N0ctrnl
Suppose I probably should have known that... :P
Suppose I probably should have known that... :P
Forum:
Quests::Custom
07-01-2021, 06:08 PM
Replies:
4
LOTS of quests updated with saylinks
Views:
11,952
Posted By
N0ctrnl
LOTS of quests updated with saylinks
I've spent the last several days going zone by zone converting bracketed text to saylinks - in both LUA and Perl. I've been considering this for years (and I doubt I'm alone), so figured I'd share.
...
Forum:
Quests::need work
06-28-2021, 01:02 PM
Replies:
2
West Freeport Warrior Newbie Tattered Note fix
Views:
62,368
Posted By
N0ctrnl
Could PR it against the PEQ repo. ...
Could PR it against the PEQ repo.
https://github.com/ProjectEQ/projecteqquests
Forum:
Quests::Plugins & Mods
06-09-2021, 03:34 PM
Replies:
4
Listing class spells with NPC and plugin
Views:
14,447
Posted By
N0ctrnl
Got it. Was just returning too many results....
Got it. Was just returning too many results. Looks like 10 is the max(?)
https://bladesofwrath.org/skax/spell-table.png
Forum:
Quests::Plugins & Mods
06-09-2021, 03:01 PM
Replies:
4
Listing class spells with NPC and plugin
Views:
14,447
Posted By
N0ctrnl
I had that thought too, but the Leaderboards...
I had that thought too, but the Leaderboards plugin uses it the same way.
https://github.com/N0ctrnl/VAPlugins/blob/master/Leaderboards.pl
And yeah, popup might be the way to go. Just a little...
Forum:
Quests::Plugins & Mods
06-09-2021, 12:00 PM
Replies:
4
Listing class spells with NPC and plugin
Views:
14,447
Posted By
N0ctrnl
Listing class spells with NPC and plugin
I'm working on a plugin to read spells from a table (by class) and report data in a table. Basically I've taken Akkadius' Leaderboards plugin and hacked it up to accomplish this.
sub...
Forum:
EQEmu Operations Center
05-18-2020, 04:39 PM
Replies:
14
EoC seems down...
Views:
20,903
Posted By
N0ctrnl
I been using it the last few days with no issue...
I been using it the last few days with no issue...
Forum:
Support::Windows Servers
01-04-2019, 12:57 AM
Replies:
5
update bugs
Views:
5,279
Posted By
N0ctrnl
If they're wrong in github, you could always...
If they're wrong in github, you could always submit a PR against them :)
Forum:
Development::Tools
10-31-2018, 07:37 PM
Replies:
11
chat with ooc from outside game
Views:
24,042
Posted By
N0ctrnl
I have been using it for ages. It's great. Does...
I have been using it for ages. It's great. Does take some attention to map users, but totally workable once setup. I dig it.
Forum:
Support::General Support
10-15-2018, 12:44 AM
Replies:
2
Any solution to blocked ports?
Views:
4,160
Posted By
N0ctrnl
If it really is blocked, you could setup a VPN...
If it really is blocked, you could setup a VPN endpoint easily enough to get them onto your network.
Forum:
Support::Linux Servers
10-10-2018, 02:16 AM
Replies:
28
Raspberry Pi - Server
Views:
45,465
Posted By
N0ctrnl
distcc works to compile it too. Still have to...
distcc works to compile it too. Still have to increase the swap, but it'll shave quite a bit of time off the compile.
Granted, once it's up it runs terribly, but hey :)
Forum:
Quests::Q&A
09-29-2018, 07:05 AM
Replies:
13
Help With Random Loot Per Kill
Views:
23,716
Posted By
N0ctrnl
I've been using this for a few years now. Mostly...
I've been using this for a few years now. Mostly to prevent the farming of greens for random drops.
sub EVENT_SPAWN {
$roll = int(rand(1000)) + 1;
if($roll >= 995 && $mlevel >= 46) {
...
Forum:
General::Server Discussion
03-31-2018, 11:35 AM
Replies:
3
Bridged connections+server question
Views:
4,392
Posted By
N0ctrnl
If you're talking about unRAID, it's much easier...
If you're talking about unRAID, it's much easier to install Virtualbox or VMware Workstation on Windows than to get this all up and working passably. If you're going to go with a full hypervisor, I...
Forum:
Quests::Custom
02-27-2018, 03:37 PM
Replies:
1
Thin Client
Views:
5,215
Posted By
N0ctrnl
Code tags homie.
Code tags homie.
Forum:
General::Server Discussion
02-27-2018, 02:13 AM
Replies:
7
Sleeper Question
Views:
7,385
Posted By
N0ctrnl
Hmm. I'll look and see what else I can find, but...
Hmm. I'll look and see what else I can find, but this should still be good.
Have you tried running those queries all one at a time to make sure they're actually completing properly?
Forum:
Support::Linux Servers
02-24-2018, 02:58 AM
Replies:
9
encryption.cpp.o compile failure on Ubuntu 16.04.3 LTS
Views:
17,182
Posted By
N0ctrnl
Updated the install script to install the sodium...
Updated the install script to install the sodium library regardless of what's already installed. Should fix the problem.
Forum:
Support::Linux Servers
02-21-2018, 12:54 AM
Replies:
9
encryption.cpp.o compile failure on Ubuntu 16.04.3 LTS
Views:
17,182
Posted By
N0ctrnl
I'd be curious why it needs libsodium19 all the...
I'd be curious why it needs libsodium19 all the sudden. Was the code changed to use functions in 1.0.9?
Edit: Unless libsodium18 was never sufficient and 1.0.9+ is needed regardless and the 1.0.11...
Forum:
Support::Windows Servers
02-17-2018, 10:21 AM
Replies:
4
Naggy/Vox damage issue
Views:
4,835
Posted By
N0ctrnl
Yeah, and if you have your filters tweaked, it's...
Yeah, and if you have your filters tweaked, it's easy to miss that it's spell damage.
Forum:
Spell Support
02-06-2018, 10:12 PM
Replies:
7
Animate Dead appears to be broken. Max 10 damage pet.
Views:
6,086
Posted By
N0ctrnl
There is (or at least was) a virtual appliance...
There is (or at least was) a virtual appliance that was distributed for EoC. That's likely what he's referencing.
Forum:
Support::Windows Servers
01-20-2018, 03:59 AM
Replies:
21
Anyone got an old database?
Views:
12,020
Posted By
N0ctrnl
Limiting the expansions is just the start. The...
Limiting the expansions is just the start. The very start. Tuning encounters, reverting zones, cleaning up out of era items, skills, spells, etc. There's a lot to it.
Showing results 1 to 25 of 443
Page 1 of 18
1
2
3
4
5
11
>
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
06:50 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 - 2024, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3