Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 443
Search took 0.01 seconds.
Search: Posts Made By: N0ctrnl
Forum: Support::Linux Servers 08-12-2021, 03:46 AM
Replies: 10
Views: 11,520
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
Views: 7,905
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
Views: 7,905
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
Views: 8,994
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
Views: 7,698
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
Views: 7,698
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
Views: 7,698
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
Views: 36,787
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
Views: 8,222
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
Views: 8,222
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
Views: 8,222
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
Views: 14,818
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
Views: 3,628
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
Views: 12,347
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
Views: 3,158
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
Views: 35,899
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
Views: 16,015
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
Views: 3,425
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
Views: 3,668
Posted By N0ctrnl
Code tags homie.

Code tags homie.
Forum: General::Server Discussion 02-27-2018, 02:13 AM
Replies: 7
Views: 6,076
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
Views: 8,312
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
Views: 8,312
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
Views: 3,948
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
Views: 4,785
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
Views: 9,370
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

 
Forum Jump
   

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