Escort Spawner

Want to contribute to the Ultima Offline eXperiment? Submit your JS/DFN/Code fixes and/or other UOX3 improvements here!
Post Reply
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

Escort Spawner

Post by dragon slayer »

I looked didnt see this spawner in the spawn.dfn in items so i decided to make one

Code: Select all

[escortspawner]
{
get=base_spawner
NAME=Escort Spawner
ID=0x1F14
type=125
spawnobjlist=escorts
amount=1
}
here is the list

Code: Select all

[NPCLIST escorts]
{
m_seeker
f_seeker
f_gypsy
m_gypsy
f_peasant
m_peasant
m_noble
f_noble
f_sailor
m_sailor
f_fighter
m_fighter
m_pirate
f_pirate
}
Post Reply