EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Finding lost NPCs (https://www.eqemulator.org/forums/showthread.php?t=27131)

Neiv 12-30-2008 11:21 PM

Finding lost NPCs
 
I made few invisible npcs long ago and placed them in some zones and have forgotten just where I placed them. I now want to move them but cannot locate them. I have tried #summon [name] and #listnpcs, but to no avail. Is there an easy way to locate them?

Neiv 01-02-2009 03:03 PM

I take it there's no gm command that will accomplish this then?

Gonner 01-02-2009 03:56 PM

I would go into the NPC DB and change his model from invisible to a visible one then move him. Afterwards change them back to invisible. To me that would be the easiest way.

Neiv 01-02-2009 04:34 PM

Thanks; since I posted this the problem has extended to other npcs that are already visible. They are located in some pretty big zones, and are difficult to track down.

Asics 01-04-2009 04:52 PM

Just out of curiosity, what is the purpose of these invisible NPC's?

chrsschb 01-04-2009 05:29 PM

Get GeorgeS SpawnEditor. It'll list every NPC that spawns in a zone. You can then relocate them by changing the xyz values.

For changing their models/appearance GeorgeS NPC Loot Editor can accomplish that easily.

trevius 01-04-2009 05:31 PM

Invisible NPCs can have many uses. You can use them to trigger events, or put a weapon graphic on them and have them be invisible with floating weapons like the invisible men in EQLive. There are lots of different uses for them.

One way I use to find NPCs other than using the database and MQ (comes in handy for Admins too), is to /target <name> them. You can target them with that command if you know their name by using underscores in place of spaces. If they are too far away to get the target, it won't show up in your target window, but you can still use #goto to get to them. Or, you can use #summon to summon them to you.

Neiv 01-04-2009 09:14 PM

Thanks chrsschb and Trevius, I'll give those methods a try.

Neiv 01-05-2009 12:40 AM

Trev, how do you summon or goto them if you can't first target them?

Neiv 01-05-2009 12:47 AM

I solved the problem. I just created the following .pl for each I lost and repopped the zone:

Code:

sub EVENT_SPAWN
        {
        quest::shout("I am at $x,$y,$z");
        }


chrsschb 01-05-2009 01:00 AM

Quote:

Originally Posted by Neiv (Post 162389)
Trev, how do you summon or goto them if you can't first target them?

Consider it an invisible target ;)

hayward6 01-13-2009 07:18 AM

Quote:

Originally Posted by Neiv (Post 162390)
I solved the problem. I just created the following .pl for each I lost and repopped the zone:

Code:

sub EVENT_SPAWN
        {
        quest::shout("I am at $x,$y,$z");
        }


... That is brilliant! I love it


All times are GMT -4. The time now is 05:07 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.