Jump to content
  • 0

tomb of Wounded Morroc


Question

1 answer to this question

Recommended Posts

Posted

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

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...