View Full Version : 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?
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.
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.
Thanks chrsschb and Trevius, I'll give those methods a try.
Trev, how do you summon or goto them if you can't first target them?
I solved the problem. I just created the following .pl for each I lost and repopped the zone:
sub EVENT_SPAWN
{
quest::shout("I am at $x,$y,$z");
}
chrsschb
01-05-2009, 01:00 AM
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
I solved the problem. I just created the following .pl for each I lost and repopped the zone:
sub EVENT_SPAWN
{
quest::shout("I am at $x,$y,$z");
}
... That is brilliant! I love it
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.