Jump to content
  • 0

tomb of Wounded Morroc


zhaosin

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  172
  • Reputation:   0
  • Joined:  07/07/12
  • Last Seen:  

How to add tomb after kill Wounded Morroc ?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...