Jump to content

SendNPCPosition


Recommended Posts

  • Active Member

Short back story:

       I remember long time ago I had a map that had many NPCs on it and I got a problem with the packet that sends the NPCs to the client to be displayed on the big atlas map

 

Fix:

input_login.cpp

    Search:

                SECTREE_MANAGER::instance().SendNPCPosition(ch);

    Couple lines under it you should find:

                d->SetPhase(PHASE_GAME);

    Put the "d->SetPhase(PHASE_GAME);"    before the SendNPCPosition line

 

Like this:

                .png

  • Metin2 Dev 1
  • Good 2
  • Love 1
  • Love 5
Link to comment
Share on other sites

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.