Jump to content
  • 0

special item dropped by all mobs


Question

5 answers to this question

Recommended Posts

  • 0
Posted

<Event ID="Valentines Event" Active="14 Feb 2005-16 Feb 2005">
<Droplist>
	<AllDrop Items="4209-4217"
		Count="1,1"
		Chance="5%">
	</AllDrop>
</Droplist>
<Message 
	Type="OnJoin"
	Msg="Valentine's Event:\nCollect all 9 Hearts Blocks to recieve a reward!!\n(Quest Item.. All monster's have a chance to drop.)">
</Message>
<Npc ID="12371">
	<Condition>
		<Inventory Items="4209-4217" Count="1" Operation=">="></Inventory>
	</Condition>
	<Take>
		<Item Items="4209-4217" Count="1" Type="OfEach"></Item>
	</Take>
	<Give>
		<Item ItemID="4625" Count="1"></Item>
		<Item ItemID="1540" Count="10"></Item>
		<Item ItemID="728" Count="10"></Item>
	</Give>
	<SystemMessage
		Msg="Congratulations. Receive your prize.">
	</SystemMessage>
</Npc>
<EventEnd>
	<Take From="AllPlayers">
		<Item ItemID="4209-4217"></Item>
	</Take>
</EventEnd>
</Event>

Take a look, you can make something like ..

<Droplist>

<AllDrop Items="4209-4217"

Count="1,1"

Chance="5%">

</AllDrop>

</Droplist>

  • 0
Posted

Thanks a lot  [ very useful ]  i tryed with 2 different items at same time and its working  , thx  :P

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock