Outdated -> Faenor
Posted: Thu Feb 25, 2010 11:35 am
This has been in the l2j-datapack since 2005, and I think it's about time you remove it, since it's simply space consuming. Path to file is ...\gameserver\data\faenor
Code: Select all
<Event ID="Valentines Event" Active="[color=#FF0000]14 Feb 2005-16 Feb 2005[/color]"> <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>