Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 196
Search took 0.01 seconds.
Search: Posts Made By: nilbog
Forum: Quests::Custom 06-02-2023, 09:52 AM
Replies: 3
Views: 6,715
Posted By nilbog
I am not sure what scripting language you are...

I am not sure what scripting language you are using, or if signals are still appropriate, but...

One easy way would be to have the rare npc signal the watcher npc when it spawns. Watcher npc...
Forum: Quests::Q&A 01-05-2023, 03:48 PM
Replies: 8
Views: 11,515
Posted By nilbog
Oops, looks like I never replied back to this. ...

Oops, looks like I never replied back to this.

My proposed solution would be in perl.

Summary:
Invisible man controller spawns with 0 spider tokens.
Each time a spider is killed, it...
Forum: Support::Linux Servers 01-03-2023, 02:22 PM
Replies: 2
Views: 9,000
Posted By nilbog
Maybe try #gm on, then try the #level command...

Maybe try #gm on, then try the #level command again.
Forum: Quests::Q&A 04-17-2021, 03:27 PM
Replies: 8
Views: 11,515
Posted By nilbog
In lieu of using qglobals, you could have an...

In lieu of using qglobals, you could have an invisible man acting as a controller that would count the number of spider deaths, and spawn the desired npc based on the number of kills.
Forum: Development::Development 05-16-2020, 03:36 PM
Replies: 2
Views: 6,650
Posted By nilbog
books table in the db

books table in the db
Forum: Support::General Support 03-06-2020, 05:20 PM
Replies: 10
Views: 4,713
Posted By nilbog
It looks like you can use quest::MerchantSetItem...

It looks like you can use quest::MerchantSetItem to add merchant inventory through a perl script. I have never used this but maybe? Replace npcid with the npc's ID, and howmanycaps with the total...
Forum: Support::Windows Servers 01-15-2020, 03:21 PM
Replies: 5
Views: 3,897
Posted By nilbog
You could just exclude the pets in the update...

You could just exclude the pets in the update query. If you know all the ids, or they are in a certain id range, I will provide a couple of examples:

if for example all pets were less than id...
Forum: Support::General Support 04-24-2019, 05:15 PM
Replies: 7
Views: 5,555
Posted By nilbog
Hmm... well, it's not as simple as an 'undo'...

Hmm... well, it's not as simple as an 'undo' button, no.

Assuming you don't have a backup of the npc_types table to restore from, you could create a new npc_types table with the correct...
Forum: Support::General Support 04-24-2019, 02:21 PM
Replies: 7
Views: 5,555
Posted By nilbog
It's on the list. 41 Shopkeeper

It's on the list.

41 Shopkeeper
Forum: Support::General Support 04-24-2019, 02:17 PM
Replies: 7
Views: 5,555
Posted By nilbog
https://github.com/EQEmu/Server/wiki/Class-List

https://github.com/EQEmu/Server/wiki/Class-List
Forum: Support::Windows Servers 02-28-2019, 04:51 PM
Replies: 7
Views: 3,705
Posted By nilbog
Maybe a lighting difference? Some...

Maybe a lighting difference?

Some screenshots from live (velious client?):

https://i.imgur.com/475A31L.jpg
https://i.imgur.com/h4VEt9D.jpg
https://i.imgur.com/GEuSUt6.jpg
Forum: Support::Windows Servers 02-03-2019, 04:25 PM
Replies: 10
Views: 3,572
Posted By nilbog
Personally, I would use the fastest drive...

Personally, I would use the fastest drive available for db interactions. Drive space shouldn't take much; image it and be prepared to expand based on need.
Forum: Support::Windows Servers 07-28-2018, 02:18 PM
Replies: 6
Views: 4,338
Posted By nilbog
#repop force

#repop force
Forum: General::Server Discussion 07-17-2018, 04:37 PM
Replies: 9
Views: 5,156
Posted By nilbog
run cmd as administrator navigate to your...

run cmd as administrator
navigate to your georges resources folder

run the following:

regsvr32 a.ocx
regsvr32 DXAnimatedGIF.ocx
regsvr32 imagelist.ocx
regsvr32 MSCOMCTL.OCX
Forum: Quests::Q&A 02-18-2018, 02:48 PM
Replies: 6
Views: 3,781
Posted By nilbog
You are missing several curly brackets. I...

You are missing several curly brackets. I recommend using a text editor which has highlighting for the language you are writing - I like notepad++ or sublime personally.
Forum: Quests::Q&A 06-25-2017, 08:11 PM
Replies: 4
Views: 4,019
Posted By nilbog
I suggest testing basic usage of CastSpell to...

I suggest testing basic usage of CastSpell to ensure it works properly, then expand upon your script.

i.e.

sub EVENT_SAY {
if($text=~/hail/i) {
$npc->CastSpell(17,$userid); #Light...
Forum: Development::Development 09-09-2016, 02:26 PM
Replies: 6
Views: 5,305
Posted By nilbog
Look up the details of an item that already has...

Look up the details of an item that already has worn see invis like Fingerbone Hoop.
Forum: Development::Development 04-15-2016, 01:49 AM
Replies: 4
Views: 3,923
Posted By nilbog
If you're using perl, you can do something like.....

If you're using perl, you can do something like..

With an invisible man at the center point:

sub EVENT_SPAWN
{
$x = $npc->GetX();
$y = $npc->GetY();
$z = $npc->GetZ();
...
Forum: General::Server Discussion 03-30-2016, 02:33 PM
Replies: 12
Views: 3,941
Posted By nilbog
Do you have more than one recipe that requires...

Do you have more than one recipe that requires the same set of components?

If so, it errors with 'you cannot combine these items in this container type', or did in the past.

I would do a...
Forum: Support::Windows Servers 12-03-2015, 08:46 AM
Replies: 15
Views: 5,506
Posted By nilbog
You can bypass certain issues with boats by...

You can bypass certain issues with boats by considering the boat as a client instead of an npc.

This will not help the original models for sirens bane/golden maiden etc, but it does help with...
Forum: General::General Discussion 10-10-2015, 04:44 PM
Replies: 31
Views: 11,271
Posted By nilbog
Well, I have a different view. I would say p99...

Well, I have a different view. I would say p99 brought more players to eqemu as well as potential developers.



I don't feel like we're competing.



Cool lies bro.
Forum: Support::General Support 09-24-2015, 12:08 PM
Replies: 8
Views: 3,756
Posted By nilbog
VP trash should be 2 minute respawns.

VP trash should be 2 minute respawns.
Forum: General::General Discussion 09-08-2015, 04:12 PM
Replies: 28
Views: 10,145
Posted By nilbog
Light blue was the con of npcs which were 'high...

Light blue was the con of npcs which were 'high green', but still yielded exp.


http://www.tski.co.jp/baldio/patch/20011107.html
Forum: Support::Windows Servers 11-05-2014, 02:34 PM
Replies: 8
Views: 4,700
Posted By nilbog
My information might be out of date with current...

My information might be out of date with current peq table structure, but I will try to help.

I would start by running a query to get a scope of how many exist, and where they are.
i.e.


That...
Forum: Quests::Q&A 08-27-2014, 02:59 PM
Replies: 7
Views: 3,480
Posted By nilbog
I'm not sure if you've tried: Might be...

I'm not sure if you've tried:



Might be useful for i.e. quest::modifynpcstat("max_hit", "700"); Just make sure to name the field correctly.
Showing results 1 to 25 of 196

 
Forum Jump
   

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