PDA

View Full Version : Need help with spawning NPCs, monsters, etc...


Lich
03-18-2002, 03:13 PM
I am running the emulator perfectly, except for one major thing: There is absolutely NOTHING else in the world, and when I try and spawn in a monster, it gives me a human female with no name that doesn't do anything.
So I am wondering if there is some way to maybe spawn in the correct monsters and NPCs in each zone, or if not, how can I summon monsters that actually accomplish something?

Trumpcard
03-18-2002, 03:45 PM
Download and install Drawde's database.. It'll populate alot of the zones..

The address is up on the boards, just do a search for it...

ibleet
03-18-2002, 04:11 PM
You should also to be able to spawn your own monsters. The correct format is as follows:

#spawn name race level material hp gender class weapon# merchantID

Make sure the desired class is available for the zone you are in or else you will get a human (default). Here is an example to spawn a level 35 Spectre wizard in Oasis:

#spawn a_spectre 85 35 0 2000 2 12 0 0

I haven't been able to get the weapon# to work, and the merchantID only seems to work with merchants and bankers which makes sense;)

These spawned mosters don't actually accomplish anything, but you can fight them.

You can also spawn monsters if you have npctype mosters created in the database.

You must be a priveleged user+ in order to use these advanced commands, which are in the readme.txt file...have fun and experiment.