Page 1 of 1

[Event] XML

Posted: Thu Apr 01, 2010 9:21 pm
by Balder
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 3962
L2JDP Revision Number: 7109

hello everybody,

can I also set the Drop in an Event-xml to only one or two npc?
When yes what must I do??

thx
Balder

Re: [Event] XML

Posted: Thu Apr 01, 2010 11:15 pm
by Sirpaypi

Code: Select all

<Event ID="ONLYJOKE" Active="8 Jul 2009-12 Dec 2012">	<Droplist>		<AllDrop Items="ID"			Count="X,X"			Chance="X%">		</AllDrop>	</Droplist> 	<EventEnd>		<Take From="AllPlayers">			<Item ItemID="X"></Item>		</Take>	</EventEnd></Event>

Re: [Event] XML

Posted: Fri Apr 02, 2010 12:54 am
by Balder
I know that but I don't know how to add the drop ONLY in one mob in the catta

Re: [Event] XML

Posted: Fri Apr 02, 2010 9:20 am
by jurchiks
use custom_droplist then, faenor also needs restart to enable the drops

Re: [Event] XML

Posted: Fri Apr 02, 2010 4:22 pm
by Balder
Okay thx