I'm wondering, if anyone has a solution, how to disable (set to 0) the time during which only the person who did the most damage to a monster can get the item for specific maps.
In "drops.conf" I have "item_first_get_time: 3000", but I need to set it to 0 only for maps with mapflag "loadevent".
I have the following script, but not sure to where I could set it in right way to make it works, if it is even possible.
Quote
if(map->list[src->m].flag.loadevent){
// set time to 0
}
Hello All,
I'm wondering, if anyone has a solution, how to disable (set to 0) the time during which only the person who did the most damage to a monster can get the item for specific maps.
In "drops.conf" I have "item_first_get_time: 3000", but I need to set it to 0 only for maps with mapflag "loadevent".
I have the following script, but not sure to where I could set it in right way to make it works, if it is even possible.
Thank you in advance. 🙏
Share this post
Link to post
Share on other sites