Jump to content

[Guide]Writing Easy Event


Recommended Posts

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 :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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 ^^

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 months later...
  • 9 months later...

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?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock