Error Event Faenor!

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
crazyshock
Posts: 118
Joined: Thu Mar 26, 2009 9:53 pm

Error Event Faenor!

Post by crazyshock »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: Last Revision High Five Beta
L2JDP Revision Number:Last Revision High Five Beta

My erro is em anex.
http://imageshack.us/photo/my-images/89/err01.png/
I added the normal event. But this message appears in the log Gameserver
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Error Event Faenor!

Post by janiii »

provide your faenor xml.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
crazyshock
Posts: 118
Joined: Thu Mar 26, 2009 9:53 pm

Re: Error Event Faenor!

Post by crazyshock »

Code: Select all

<Event ID="Medal" Active="24 Dec 2008-26 Dec 2099">    <Droplist>        <AllDrop Items="5961" Count="1" Chance="50%" />        <AllDrop Items="5963" Count="1" Chance="68%" />    </Droplist>    <Message Type="OnJoin" Msg="Event" /><EventEnd>    <Take From="AllPlayers">        <Item ItemID="5961-5963"></Item>    </Take></EventEnd></Event> 
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Error Event Faenor!

Post by janiii »

the drop count has to be a min,max value

Code: Select all

<Event ID="Medal" Active="24 Dec 2008-26 Dec 2099">    <Droplist>        <AllDrop Items="5961" Count="1,1" Chance="50%" />        <AllDrop Items="5963" Count="1,1" Chance="68%" />    </Droplist>    <Message Type="OnJoin" Msg="Event" /><EventEnd>    <Take From="AllPlayers">        <Item ItemID="5961-5963"></Item>    </Take></EventEnd></Event> 
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
crazyshock
Posts: 118
Joined: Thu Mar 26, 2009 9:53 pm

Re: Error Event Faenor!

Post by crazyshock »

Thanks!
Post Reply