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
Error Event Faenor!
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Error Event Faenor!
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 118
- Joined: Thu Mar 26, 2009 9:53 pm
Re: Error Event Faenor!
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>
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Error Event Faenor!
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!