TiMz Posted April 12, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted April 12, 2014 Does anyone know a way to exclude drop skulls when using the @die command? Quote Link to comment Share on other sites More sharing options...
0 Shadow Rebom Posted October 21, 2019 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 02/13/13 Last Seen: September 14, 2021 Share Posted October 21, 2019 sir how to make skull drop no name Quote Link to comment Share on other sites More sharing options...
Kichi Posted April 12, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share 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 Link to comment Share on other sites More sharing options...
TiMz Posted April 12, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Author Share Posted April 12, 2014 Sql error with the new code during recompile. up up Quote Link to comment Share on other sites More sharing options...
Question
TiMz
Does anyone know a way to exclude drop skulls when using the @die command?
Link to comment
Share on other sites
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.