Spawn with faenor.

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
shippou
Posts: 74
Joined: Thu Jun 25, 2009 9:27 pm

Spawn with faenor.

Post 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.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Spawn with faenor.

Post by UnAfraid »

I doubt Faenor supports spawning.
Image
Post Reply