zhaosin Posted October 29, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Share Posted October 29, 2012 How to add tomb after kill Wounded Morroc ? Quote Link to comment Share on other sites More sharing options...
Brian Posted October 29, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted October 29, 2012 Permanent monster spawns using boss_monster will trigger MVP Tombs. trunk/src/map/npc.c mob.state.boss = !strcmpi(w2,"boss_monster"); trunk/src/map/mob.c // MvP tomb [GreenBox] if (battle_config.mvp_tomb_enabled && md->spawn->state.boss) mvptomb_create(md, mvp_sd ? mvp_sd->status.name : NULL, time(NULL)); trunk/npc/re/mobs/fields/morocc.txt moc_fild22,0,0,0,0 boss_monster Wounded Morroc 1917,1,43200000,600000,0 ^ this one should leave a tomb 1 Quote Link to comment Share on other sites More sharing options...
Question
zhaosin
How to add tomb after kill Wounded Morroc ?
Link to comment
Share on other sites
1 answer 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.