Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 197
Search took 0.05 seconds; generated 89 minute(s) ago.
Search: Posts Made By: nilbog
Forum: Support::Windows Servers 07-07-2010, 09:52 PM
Replies: 4
Views: 6,324
Posted By nilbog
I had issues with invisible npcs using bodytype...

I had issues with invisible npcs using bodytype 66. From my experience they will aggro players who unknowingly cast AEs around them, etc.

I have found the best combination of invisible perl npcs...
Forum: General::General Discussion 06-19-2010, 05:55 PM
Replies: 11
Views: 8,851
Posted By nilbog
The simple answer is no. I wish :P My...

The simple answer is no. I wish :P

My server's goal is to recreate classic everquest from release-Velious. The emulator source is most functional with Titanium or Secrets of Faydwer clients. We...
Forum: Quests::Q&A 05-15-2010, 03:17 PM
Replies: 5
Views: 9,464
Posted By nilbog
What text editor are you using to write/modify...

What text editor are you using to write/modify your scripts, EqTitan?
Forum: General::Server Discussion 05-15-2010, 03:03 PM
Replies: 15
Views: 21,975
Posted By nilbog
Good luck with that. Are there any other servers...

Good luck with that. Are there any other servers that even limit to 1 client? Compounded with the fact your sig shows you value solo servers, I'd hazard to guess you know what you're saying.


...
Forum: Quests::Q&A 05-06-2010, 12:01 AM
Replies: 8
Views: 7,429
Posted By nilbog
#reloadpl #repop

#reloadpl

#repop
Forum: Quests::Q&A 05-05-2010, 08:39 PM
Replies: 8
Views: 7,429
Posted By nilbog
You're missing a curly bracket here. sub...

You're missing a curly bracket here.

sub EVENT_SAY {
if(($text=~/hail/i) && (defined($qglobals{illsalin})) && ($qglobals{illsalin} == 0)){
$client->Message(5,"Have you heard of the new [tyrant]...
Forum: Development::Database/World Building 05-01-2010, 02:33 PM
Replies: 3
Views: 8,541
Posted By nilbog
I'm not sure if this is the best way to do it,...

I'm not sure if this is the best way to do it, but you can force them to be available by adding a line to your globalload.txt file.

You can find this in...
Forum: Development::Development 05-01-2010, 02:20 PM
Replies: 6
Views: 15,270
Posted By nilbog
I'm not sure what this means. Someone correct me...

I'm not sure what this means. Someone correct me if I'm wrong .. but any server that uses a client post-Trilogy, you can just look in the /uifiles folder to see their work. We put a good bit of...
Forum: Support::Windows Servers 05-01-2010, 02:14 PM
Replies: 1
Views: 4,859
Posted By nilbog
Change your status within the accounts table. ...

Change your status within the accounts table.

http://www.eqemulator.net/wiki/wikka.php?wakka=EQEmuDBSchemaaccount

oh, and #gm on
Forum: Support::Windows Servers 03-28-2010, 11:57 PM
Replies: 7
Views: 10,180
Posted By nilbog
In your database, check the launcher table. If...

In your database, check the launcher table. If there is an entry for dynamics, update it from 5 to how many you wanted.
Forum: Support::General Support 02-26-2010, 11:41 AM
Replies: 4
Views: 8,087
Posted By nilbog
You can edit the motd in the variables table of...

You can edit the motd in the variables table of your database.
Forum: Support::Windows Servers 02-25-2010, 11:45 PM
Replies: 3
Views: 7,043
Posted By nilbog
You can find the different pet names within the...

You can find the different pet names within the Pets table.

To edit their stats, use the npc_types table.

http://www.eqemulator.net/wiki/wikka.php?wakka=EQEmuDBSchemanpctypes
Forum: General::General Discussion 02-17-2010, 11:26 AM
Replies: 4
Views: 7,520
Posted By nilbog
Well hey Froog. I do recognize you. I...

Well hey Froog. I do recognize you.

I have screenshots with both of us in them :P Was probably an erudite magician named Nopie at the time.

I'm the creator and project manager for project...
Forum: Support::Windows Servers 02-09-2010, 07:58 PM
Replies: 5
Views: 6,572
Posted By nilbog
Try increasing the size of your...

Try increasing the size of your max_allowed_packets in your mysql configuration file.

Here's a quick google search tutorial link.
...
Forum: Misc::Off Topic 02-03-2010, 12:06 PM
Replies: 2
Views: 5,637
Posted By nilbog
I beta tested it. Some of the aspects were...

I beta tested it.

Some of the aspects were fun.. and captured the star trek feel within an MMO. Other things shouted, "6 more months of development, pleeeease."

-Borg were jumping around...
Forum: Quests::Plugins & Mods 01-28-2010, 06:19 PM
Replies: 31
Views: 42,652
Posted By nilbog
Thank you Trevius!

Thank you Trevius!
Forum: Support::Windows Servers 01-18-2010, 07:00 PM
Replies: 5
Views: 8,648
Posted By nilbog
If you wanted to change the spawn time for...

If you wanted to change the spawn time for *everything* in tov, it would be as simple as an sql query :

update spawn2 set respawntime = 10800 where zone like templeveeshan

respawntime is...
Forum: Quests::Q&A 01-18-2010, 06:09 PM
Replies: 4
Views: 5,796
Posted By nilbog
castspell should retain the casting time of the...

castspell should retain the casting time of the spell, but for other uses you can add timers

this should wait 10 seconds before starting the casting time of the translocate

sub EVENT_SAY {
if...
Forum: Support::Windows Servers 01-13-2010, 09:48 PM
Replies: 3
Views: 7,838
Posted By nilbog
This link from the wiki will help you find what...

This link from the wiki will help you find what files to use from your VS2008 build.

http://www.eqemulator.net/wiki/wikka.php?wakka=VS2008

I use C:/eqemu for my directory and those 14 files are...
Forum: Support::Windows Servers 12-16-2009, 05:26 PM
Replies: 3
Views: 10,456
Posted By nilbog
This is on a server machine, running a 64 bit...

This is on a server machine, running a 64 bit server OS and 8 gigs of ecc memory. The prekunark zones take up like 25% of it; not bad at all.

Average population:...
Forum: Support::Windows Servers 12-16-2009, 03:13 PM
Replies: 3
Views: 10,456
Posted By nilbog
I currently run 77 static zones, so I'll show you...

I currently run 77 static zones, so I'll show you my setup. If it doesn't match up perfectly with your table schema, things might have changed since I have experimented with these.

Firstly, the...
Forum: Spell Support 12-01-2009, 02:05 PM
Replies: 6
Views: 8,652
Posted By nilbog
try using this. I think CastSpell is also case...

try using this. I think CastSpell is also case sensitive

$npc->CastSpell(9247,$userid);
Forum: Support::General Support 10-21-2009, 07:38 PM
Replies: 6
Views: 6,596
Posted By nilbog
Hi. Yes, Trevius is correct. You can apply for...

Hi. Yes, Trevius is correct. You can apply for an exemption if additional clients are real people :p

Visit our forums at:

http://www.project1999.org

And private message me or forum...
Forum: General::Server Discussion 10-21-2009, 08:24 AM
Replies: 109
Views: 164,082
Posted By nilbog
Still prekunark, there were more votes for...

Still prekunark, there were more votes for keeping it than removing :p
Forum: General::Server Discussion 10-16-2009, 03:06 PM
Replies: 109
Views: 164,082
Posted By nilbog
I've never even tried to use SoF, so I hope Shin...

I've never even tried to use SoF, so I hope Shin answered your question :D



Nektulos Forest faction should be fixed... and I responded to each of the posts with "fixed, pending update" in the...
Showing results 51 to 75 of 197

 
Forum Jump
   

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