nblades submitted a new resource:

Professional Adventurer - Quest for becoming a professional adventurer

Another demonstrative way of using xmlspawner (of course working). Application: as a kind of quest, possible to expand (eg as an arena with appearing monsters)

Code:
<?xml version="1.0" standalone="yes"?>
<XmlQuestNPC>
  <NPC>
    <Name>Ward</Name>
    <Running>True</Running>
    <ProximityRange>5</ProximityRange>
    <ResetRange>16</ResetRange>
    <NoTriggerOnCarried>{GETONTRIGMOB,name}, professional adventurer</NoTriggerOnCarried>
    <AllowGhost>False</AllowGhost>...

Read more about this resource...
 
Back