TiMz Posted April 12, 2014 Posted April 12, 2014 Does anyone know a way to exclude drop skulls when using the @die command? Quote
Kichi Posted April 12, 2014 Posted April 12, 2014 untested find: pc.c if(battle_config.bone_drop==2 || (battle_config.bone_drop==1 && map[sd->bl.m].flag.pvp)) { change to: if((battle_config.bone_drop==2 || (battle_config.bone_drop==1 && map[sd->bl.m].flag.pvp)) && src->id != sd->bl.id) { Quote
TiMz Posted April 12, 2014 Author Posted April 12, 2014 Sql error with the new code during recompile. up up Quote
0 Shadow Rebom Posted October 21, 2019 Posted October 21, 2019 sir how to make skull drop no name Quote
Question
TiMz
Does anyone know a way to exclude drop skulls when using the @die command?
3 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.