EdenEternal Posted July 25, 2010 Posted July 25, 2010 Manual About how to write easy event. Event Desctiption:In the world of l2 all mobs droping 3 different items.you must collect them and take to Event Manager and you Gain Prizes!. So Let's Start. Go To Gameserver/Data/feanor Make New txt document and change format to .xml i created Event.xml <Event id="Easy Event" active="15 Dec 2008-10 Dec 2012"> <Droplist> <AllDrop items="4037" count="1,1" chance="50%" /> </Droplist> <Message type="OnJoin" msg="Easy Event: Collect Coin of Luck And change to Prizes at EventNpc." /> <EventEnd> <Take from="AllPlayers"> <Item itemid="4037"></Item> </Take> </EventEnd> </Event> Save and Close. Archive xml to zip. I have Event.zip This Script Means:When you enter to game You See Message: Easy Event: Collect Coin of Luck And change to Prizes at EventNpc. And drop will Coin of Luck 50% So now I'll explain. <Event id="Easy Event" active="15 Dec 2008-10 Dec 2012" /> This mean event will beggin from 15 Dec 2008 to 10 Dec 2012 <AllDrop items="4037" count="1,1" chance="50%" /> 4037 - Item that must dropping count="1,1" - this mean count of drop item(if you set 1,5 this mean count will be from 1 to 5) chance="50%" - Drop Percentage <Message type="OnJoin" msg="Эвент Easy event: Соберите coin of luck и обменяйте у NPC На нужную вам вещь." /> This mean what message must appear on character login <Take from="AllPlayers" /> This mean item will drop for all players <Item itemid="4037"></Item> Item Id. Guide Finished.if you have good a fantasy you can make good event :) Credits for Guide me :) Quote
mogo Posted July 28, 2010 Posted July 28, 2010 If you want to be really helpful write a simple 'documentation' for this 'event engine'. Try to cover other possible properties of the xml file, not only those that can be seen in this example ;) Quote
CriticalError Posted July 30, 2010 Posted July 30, 2010 axxax damn really good guide Leki, this is usefull for me, I never see anyone post something related with this, really useful mate keep working. Quote
LouLou Posted September 16, 2010 Posted September 16, 2010 If i want make it only for some ids of monsters? Quote
picassooo Posted September 16, 2010 Posted September 16, 2010 - lol nice event I will teste if is good :))) - lol I test the event you dont have all script to start the event :(, I need to creat the event :'( Quote
pvlestat Posted October 26, 2010 Posted October 26, 2010 Is possible to make item drop just for characters with level 76+ and only if monster lvl is same or bigger than player lvl? Quote
ArkeyWave Posted October 27, 2010 Posted October 27, 2010 well.. when i found this i thought this worked perfectlly .. but now i read you PICASOOO and now i am worry about this .. i'll be trying to make an event for this i guess .. However .. should not be this topic closed by any moderator for preventing spam, cuz' who posted this is banned .. well, that's what i think ^^ Quote
roy.rm Posted October 29, 2010 Posted October 29, 2010 Thx for this simple explain, I tryed use this guide and my event work fine, but for create one more complex event ? Maybe it's better use script java ? Quote
ArkeyWave Posted October 30, 2010 Posted October 30, 2010 well .. i have tested this .. and it does NOT work .. and what i say is found by picasoooo too Thx for this simple explain, I tryed use this guide and my event work fine, but for create one more complex event ? Maybe it's better use script java ? i don't believe you seriously tested it .. and about java .. i think you said that just for making people believe you did what you said -.- OWNED Quote
L2Raijin Posted November 3, 2010 Posted November 3, 2010 Its an event like You put drop in every single monster , for example Festival Adena and You add Shop special for Festival Adena only! Its like a great event that I am using. Quote
SoRa Posted February 27, 2011 Posted February 27, 2011 axxax damn really good guide Leki, this is usefull for me, I never see anyone post something related with this, really useful mate keep working. Quote
Tokenlt Posted December 26, 2011 Posted December 26, 2011 Manual About how to write easy event. Event Desctiption:In the world of l2 all mobs droping 3 different items.you must collect them and take to Event Manager and you Gain Prizes!. So Let's Start. Go To Gameserver/Data/feanor Make New txt document and change format to .xml i created Event.xml Save and Close. Archive xml to zip. I have Event.zip This Script Means:When you enter to game You See Message: Easy Event: Collect Coin of Luck And change to Prizes at EventNpc. And drop will Coin of Luck 50% So now I'll explain.This mean event will beggin from 15 Dec 2008 to 10 Dec 2012 4037 - Item that must dropping count="1,1" - this mean count of drop item(if you set 1,5 this mean count will be from 1 to 5) chance="50%" - Drop Percentage This mean what message must appear on character login This mean item will drop for all players Item Id. Guide Finished.if you have good a fantasy you can make good event :) Credits for Guide me :) Maybe you can give more xml properties for making more complex events? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.