PDA

View Full Version : Buff bot depop


Dabloon
04-03-2012, 07:30 PM
I have searched the forums for an answer to my question and so far havent found one. My issue is I created a buff bot and spawned it in pok but when I zone or log out the bot depops. I have added the bot to the db. My question is how do I get the bot to remain spawned and how do I get it to spawn on server start up? Any help on this is greatly appreciated

lerxst2112
04-03-2012, 08:09 PM
I'm no expert, so this may not be the best way, but it's what I use.

#dbspawn <id>
Target the newly spawned mob
#npcspawn add

Dabloon
04-04-2012, 05:42 AM
That did not work =)

trevius
04-04-2012, 07:44 AM
That should have worked. Try this:

#spawn Test

/target Test

#npcspawn create

See if that NPC remains or not (it should). If so, the add command should work fine on your other NPC, assuming the #dbspawn <id> command worked to spawn it after you created it.

Dabloon
04-04-2012, 06:59 PM
Thanks much trev that worked perfectly