Jump to content

Recommended Posts

  • Active Member

Hey 😃
Does somebody have some experience with this core down ? 
It's caused by a dungeon. But i dont know what exactly is the problem.
It's official Marty Src.

spacer.png

Edited by Metin2 Dev International
Core X - External 2 Internal
  • Scream 1
Link to comment
Share on other sites

  • Premium
2 hours ago, Volvox said:

Yeah but idk what is calling dungeon_dead_event?

A dead player? Relog ? Restart here?

 

The death is meant for the dungeon instance.

It will trigger

void CDungeonManager::Destroy(CDungeon::IdType dungeon_id)

so

SECTREE_MANAGER::instance().DestroyPrivateMap(lMapIndex);

that with

struct FDestroyPrivateMapEntity

will

if (ch->GetDesc())
  DESC_MANAGER::instance().DestroyDesc(ch->GetDesc());
else
  M2_DESTROY_CHARACTER(ch);

 

Very strange stack, you surely mess up something in the source or dungeon's quest.
 

  • Good 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.