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
Hi guys, don't know exactly how faenor works, but I guess I don't know at all. I wanted all mobs to drop Coin of Luck.
So I made the .xml look like this.
<Event ID="CoinBuffs" Active="09 Feb 2009-17 Feb 2012"> <Droplist> <AllDrop Items="4037" Count="1,1" Chance="10%" /> </Droplist> <Message Type="OnJoin" Msg="CoinBuffs:\nUse Coin of Luck in exchange for buffs in every town.\n(Item - All monster's have a chance to drop.)"> </Message> <EventEnd> <Take From="AllPlayers"> <Item ItemID="4037"></Item> </Take> </EventEnd></Event>
Ok, wait one more question, does this Faenor go by the date on my system? If so then that was the problem, because when I was adding that system message I knocked the start date 1 year back because my system clock is messed up.
I don't want to make a new topic on this. I had posted in another Faenor post but no response. I searched but haven't seen any detailed information on Faenors.
I once had a faenor script that I thought was setup to allow drops for a certain level of mobs instead of all mobs. I now can not find it. Can anyone help with the code for that? My goal is to have all level 80 mobs drop a specific item and only those mobs. Is that possible.