[Event] XML

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
Balder
Posts: 9
Joined: Sun Oct 25, 2009 9:39 pm

[Event] XML

Post 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
User avatar
Sirpaypi
Posts: 108
Joined: Mon May 18, 2009 11:51 pm
Location: Moяocco.

Re: [Event] XML

Post 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>
Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
Balder
Posts: 9
Joined: Sun Oct 25, 2009 9:39 pm

Re: [Event] XML

Post by Balder »

I know that but I don't know how to add the drop ONLY in one mob in the catta
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [Event] XML

Post by jurchiks »

use custom_droplist then, faenor also needs restart to enable the drops
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Balder
Posts: 9
Joined: Sun Oct 25, 2009 9:39 pm

Re: [Event] XML

Post by Balder »

Okay thx
Post Reply