Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 101 to 125 of 500
Search took 0.01 seconds; generated 80 minute(s) ago.
Search: Posts Made By: Shin Noir
Forum: General::Server Discussion 09-23-2016, 10:15 PM
Replies: 54
Views: 64,672
Posted By Shin Noir
As a general necro post just wanted to note this...

As a general necro post just wanted to note this server is going along, we have a locked status membership of testers, we added the final Preserver section for druids -...
Forum: General::General Discussion 07-06-2016, 07:29 PM
Replies: 13
Views: 16,156
Posted By Shin Noir
Note everything below is just my opinion. ...

Note everything below is just my opinion.

Legend:
IP = intellectual property, this is the creative either patented, copyrighted, or protected in other ways by a company.
DBG: Daybreak Games,...
Forum: Support::General Support 07-06-2016, 12:01 AM
Replies: 33
Views: 37,205
Posted By Shin Noir
If so, please consult your doctor. (My code was...

If so, please consult your doctor.
(My code was last git pulled from master branch about 1 month ago, and I don't use bot, and I don't have these symptoms)
Forum: Support::Linux Servers 07-05-2016, 04:06 PM
Replies: 13
Views: 14,888
Posted By Shin Noir
Cool. Share the script! :)

Cool. Share the script! :)
Forum: General::Server Discussion 07-05-2016, 12:49 AM
Replies: 54
Views: 64,672
Posted By Shin Noir
Something we recently introduced is a #dps...

Something we recently introduced is a #dps command....
Forum: Support::Linux Servers 07-03-2016, 05:59 PM
Replies: 13
Views: 14,888
Posted By Shin Noir
Yeah, I'm doing some edits but I may need to sit...

Yeah, I'm doing some edits but I may need to sit down and re-write the tutorial.

For the time being, your shared_memory issue is resolved by going into your eqemu dir and typing "mkdir shared",...
Forum: Support::General Support 07-03-2016, 05:48 PM
Replies: 3
Views: 6,543
Posted By Shin Noir
You can also #reloadallrules <-- or type #help...

You can also #reloadallrules <-- or type #help reload to see an in game command to flush the rules.

ExpansionSettings is a tricky variable since there's like, 3 or 4 different ways to configure it...
Forum: Support::Linux Servers 07-01-2016, 09:30 PM
Replies: 13
Views: 14,888
Posted By Shin Noir
Which parts of the tutorial didn't work? I...

Which parts of the tutorial didn't work? I haven't tested it from start/finish recently, but have been updating it with the changes of eqemu since it was originally written.

On that note,
did you...
Forum: General::Server Discussion 06-24-2016, 12:36 AM
Replies: 54
Views: 64,672
Posted By Shin Noir
General update, I tossed up an entirely new site....

General update, I tossed up an entirely new site. http://rebuildeq.com

Hopefully will convey the server clearer, and have been doing a ton of changes. I have also done a few live streams on...
Forum: Support::General Support 06-15-2016, 05:02 PM
Replies: 6
Views: 7,626
Posted By Shin Noir
Since you can get in game, you can type #logs...

Since you can get in game, you can type
#logs set console 33 3
and it will give you a detailed report of all efforts happening while logging in. It's very spammy though.
Try setting that command...
Forum: Support::Linux Servers 06-15-2016, 01:08 AM
Replies: 15
Views: 18,497
Posted By Shin Noir
And I threw this together at one point, I think...

And I threw this together at one point, I think it's still accurate for windows install. It assumes you know what're doing. http://wiki.eqemulator.org/p?Condensed_Windows_VS_2015_Install_Instructions...
Forum: Support::Linux Servers 06-14-2016, 08:11 PM
Replies: 15
Views: 18,497
Posted By Shin Noir
i'll go update my debian guide. And wow, it seems...

i'll go update my debian guide. And wow, it seems to get a lot of usage. Lol
Forum: Quests::Q&A 06-14-2016, 05:28 PM
Replies: 9
Views: 11,050
Posted By Shin Noir
my tl;dr to answer my own question: perl ==...

my tl;dr to answer my own question:

perl == c++

/$var == &var
{$var} == *var
Forum: Quests::Q&A 06-14-2016, 05:17 PM
Replies: 9
Views: 11,050
Posted By Shin Noir
Thanks c0ncrete. So the answer to my question is:...

Thanks c0ncrete. So the answer to my question is: \%{$itemref}

sub velious_armor_handin {
my $zoneid = shift;
my $cash = shift;
my $classid = shift;
my $itemref = shift; #I don't know if...
Forum: Quests::Q&A 06-14-2016, 03:47 PM
Replies: 9
Views: 11,050
Posted By Shin Noir
Didn't even see that, but oddly, perl is OK with...

Didn't even see that, but oddly, perl is OK with three dots. I'll change it up to ensure no other side effects.
http://codepad.org/7A83V6CT

The challenge/solution I originally posted I ended up...
Forum: Quests::Q&A 06-14-2016, 05:57 AM
Replies: 9
Views: 11,050
Posted By Shin Noir
I was still having some peculiar issues, that...

I was still having some peculiar issues, that aside though.. my next issue is..

I'm trying to check_handin and it seems to always be empty with itemcount, so, i'm trying to pass itemcount, similar...
Forum: Quests::Q&A 06-14-2016, 04:28 AM
Replies: 9
Views: 11,050
Posted By Shin Noir
Hash Array in Perl Question

I got this little plugin i'm mucking around, this is just a snippet, but the idea is still there:

The problem: quest::say always just says "Requires " once, and never iterates/echos anything of...
Forum: General::Server Discussion 06-11-2016, 10:10 PM
Replies: 54
Views: 64,672
Posted By Shin Noir
Added druid sections (Offense and Healing). ...

Added druid sections (Offense and Healing).
http://i.imgur.com/KjLhdUg.png (http://rebuildeq.com/builds/druid).
Forum: General::Server Discussion 06-07-2016, 06:01 PM
Replies: 54
Views: 64,672
Posted By Shin Noir
As a general update and highlight, I added some...

As a general update and highlight, I added some code that gives a very beneficial side effect.

If you target an NPC that is not owned by a player and cast a beneficial spell, the spell will...
Forum: Quests::Q&A 06-06-2016, 07:11 PM
Replies: 8
Views: 10,903
Posted By Shin Noir
It's possible. You could verify it by adding...

It's possible.
You could verify it by adding this code: (found in http://wiki.eqemulator.org/p?Ultimate_Perl_Reference)

my @hatelist = $npc->GetHateList();
foreach $ent (@hatelist) {
...
Forum: General::Server Discussion 06-04-2016, 07:47 PM
Replies: 54
Views: 64,672
Posted By Shin Noir
We added a very basic introduction to rogue...

We added a very basic introduction to rogue skills
http://i.imgur.com/paSc60K.png (http://rebuildeq.com/builds/rogue)


http://i.imgur.com/XdWGR40.png
Pic is just a fun little kodiak encounter...
Forum: General::Server Discussion 06-03-2016, 06:18 PM
Replies: 37
Views: 35,348
Posted By Shin Noir
And the rest is history.

And the rest is history.
Forum: General::Server Discussion 06-02-2016, 02:52 AM
Replies: 54
Views: 64,672
Posted By Shin Noir
So, lots of changes happening. Quite a lot is...

So, lots of changes happening. Quite a lot is noted in this changelog: https://github.com/rebuildeq/rebuildeq/wiki

Highlights would be..

We added /w all support of Identity info:...
Forum: General::Server Discussion 06-01-2016, 04:52 PM
Replies: 29
Views: 26,959
Posted By Shin Noir
If anyone else has a server without a proper...

If anyone else has a server without a proper backup plan, PM me I'd be happy to walk through how to use AWS Glacier backup or how to automate backing up your DB on any OS. This is a really important...
Forum: General::Server Discussion 05-31-2016, 05:52 PM
Replies: 54
Views: 64,672
Posted By Shin Noir
Maze_EQ, are you in the discord chat? I'll be...

Maze_EQ, are you in the discord chat? I'll be able to do more invites in about 3 hours from now.

https://discordapp.com/invite/0lwW4DnAyID7E7wi
Showing results 101 to 125 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 11:46 AM.


 

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