hello guys i need to create an event into my server that when you kill some mobs (example mob id : 7000 , 7001 ) can droped 1 costum item ( exmple coin id : 9999 ) someone can help me ? i want make 1 event look like medals one !! look above:
<Event ID="Medals Event" Active="24 Dec 2006-26 Dec 2014">
<Droplist>
<AllDrop Items="6392" Count="1,4" Chance="40%" />
</Droplist>
<Droplist>
<AllDrop Items="6393" Count="1,2" Chance="2%" />
</Droplist>
<Message Type="OnJoin" Msg="Medals Event: You can collect medals from all mobs and trade them for event rewards!" />
<EventEnd>
<Take From="AllPlayers">
<Item ItemID="6392-6393"></Item>
</Take>
</EventEnd>
</Event>
what i must change to fix it to drop coins only mobs with id : 7000 , 7001 .. not all. maybe i must change this one ( <AllDrop Items="6392" Count="1,4" Chance="40%" /> ) but can somone explane me what i must write ? thnx and sorry for my english ;)
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.
Hola, gente bella como estan? Acabo de terminar de compilar el proyecto L2jFrozen Rev: 1132 (viejisimo)
No tengo problemas con que sea muy viejo, ya que el proyecto es para mi y mis hijos. (Lan/Offline) no es para ponerlo en línea. Quiero aprender y darles a mis hijos más comodidades a la hora de jugar. y por mi parte, también experimentar con el juego.
Mi problema es que no se mucho del tema. Pude hacer algunas configuraciones Basicas a mi gusto y el de mis hijos, pero nunca compila ni nada de eso... Estaria necesitando ayuda por parte de ustedes, la comunidad... Quiero simplemente Quitar todas las restricciones de Subclases, Quitar restriccion de "Overlord, Warsmith y subclase de elfos oscuros con elfos blancos y alrevez" desde ya muchas gracias! saludos comunidad
Question
Sakretsos
hello guys i need to create an event into my server that when you kill some mobs (example mob id : 7000 , 7001 ) can droped 1 costum item ( exmple coin id : 9999 ) someone can help me ? i want make 1 event look like medals one !! look above:
<Event ID="Medals Event" Active="24 Dec 2006-26 Dec 2014">
<Droplist>
<AllDrop Items="6392" Count="1,4" Chance="40%" />
</Droplist>
<Droplist>
<AllDrop Items="6393" Count="1,2" Chance="2%" />
</Droplist>
<Message Type="OnJoin" Msg="Medals Event: You can collect medals from all mobs and trade them for event rewards!" />
<EventEnd>
<Take From="AllPlayers">
<Item ItemID="6392-6393"></Item>
</Take>
</EventEnd>
</Event>
what i must change to fix it to drop coins only mobs with id : 7000 , 7001 .. not all. maybe i must change this one ( <AllDrop Items="6392" Count="1,4" Chance="40%" /> ) but can somone explane me what i must write ? thnx and sorry for my english ;)
13 answers to this question
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.