zhaosin Posted October 29, 2012 Posted October 29, 2012 How to add tomb after kill Wounded Morroc ? Quote
Brian Posted October 29, 2012 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
Question
zhaosin
How to add tomb after kill Wounded Morroc ?
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.