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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
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.