Event explanation
As many of you know, this event treat about something hided (a npc on this case). 3 Clues about his position are gave out and the players must find it. First on find it, win the event
Heres a little engine which automate the Hide and Seek event. At l2jmods.properties you can edit many aspects of the event. How to add zones and clues ?. Usind data/hideandseek/HideAndSeek.xml, followind this structure:
Code:
<id value="0">
<zone value="Behind the Giran's Magic Shop" />
<x value="83451" />
<y value="150270" />
<z value="-3533" />
<npcId value="85555" />
<rewardId value="57" />
<rewardAmount value="1000000" />
<clue1 value="Im at Giran Castle Town!" />
<clue2 value="I hear how potions are cooked!" />
<clue3 value="Near here, symbols are drawed!" />
</id>
Created and Tested in
- L2JServer 3729
- L2JDp 6815
Download Hide & Seek
Credits: B1ggBoss
i found it in ragezone :D