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.
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
ADENA
500 K = 40e
1kk = 70e
3kk = 190e
ITEMS
staff of life = 150e
karmian set = 90e
elven jewls top D = 30e
Orcish Poleaxe+1 best C pole = 680e
any D grade armor on demand
discord
wiz0642_81242
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.