Jump to content
  • 0

Squash Event Failed


Question

Posted

Why when i start Squash Event this work just on announcement? And drop no? Maybe @`NeverMore help me here? I set id of item and i don;t get drops.

Original XML

<?xml version="1.0" encoding="UTF-8"?>
<Event ID="Squash Event" Active="4 Dec 2009-30 Dec 2014" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/faenor.xsd">
	<Droplist>
		<AllDrop Items="6391" Count="1,4" Chance="20%" />	<!-- Nectar -->
		<AllDrop Items="10640" Count="1,2" Chance="3%" />	<!-- Cloned Squash Seed -->
		<AllDrop Items="10641" Count="1,1" Chance="1%" />	<!-- Cloned Large Squash Seed -->
	</Droplist>
	<EventEnd>
		<Take From="AllPlayers">
			<Item ItemID="6391,10640,10641"></Item>
		</Take>
	</EventEnd>
	<Message Type="OnJoin" Msg="Squash Event started!" />
</Event>

 

 

Edited by me XML

 

<?xml version="1.0" encoding="UTF-8"?>
<Event ID="Squash Event" Active="4 Dec 2009-30 Dec 2024" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/faenor.xsd">
	<Droplist>
		<AllDrop Items="8765" Count="1,2" Chance="100%" />	<!-- Red Gem -->
	</Droplist>
	<EventEnd>
		<Take From="AllPlayers">
			<Item ItemID="8765"></Item>
		</Take>
	</EventEnd>
	<Message Type="OnJoin" Msg="Race for enchant has been started !!" />
</Event>

 

 

Tell me someone what i do wrong here? I want to drop just 1 type of item.

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...