Page 1 of 1

Spawn with faenor.

Posted: Sat Feb 22, 2014 1:57 pm
by shippou
Hy Guys!

I have a simple question about faenor.

I modified my trick or transmutation event faenor xml.
I wanted to spawn the event npc-s with it but they not spawned after event load.

Code: Select all

<Event ID="TrickorTransmutation" Active="09 feb 2014-26 mar 2014">    <Droplist>       <AllDrop Items="9205" Count="1,1" Chance="5%" />   </Droplist>     <spawnlist>        <!-- Alchemist Chest -->        <add npc="13036" x="-82049" y="151543" z="-3129" heading="49968" />        <add npc="13036" x="81933" y="150271" z="-3533" heading="327" />        <add npc="13036" x="87722" y="-141907" z="-1342" heading="27470" />        <add npc="13036" x="147379" y="27820" z="-2269" heading="16266" />         <!-- Alchemist Servitor -->        <add npc="32132" x="-81916" y="151554" z="-3129" heading="49968" />        <add npc="32132" x="81921" y="150191" z="-3533" heading="327" />        <add npc="32132" x="87674" y="-141972" z="-1342" heading="27470" />        <add npc="32132" x="147523" y="27814" z="-2269" heading="16266" />    </spawnlist>   <Message Type="OnJoin" Msg="Trick or Transmutation" />    <EventEnd>       <Take From="AllPlayers">            <Item ItemID="9205"></Item>        </Take>      </EventEnd> </Event> 
Anyone have Ideas how to make it work ( if possible ).
If not i going to make an sql script :)

Thanks fowardly.

Re: Spawn with faenor.

Posted: Sat Feb 22, 2014 1:58 pm
by UnAfraid
I doubt Faenor supports spawning.