Jump to content

Target info system error: Everthing builded, no syserr, but drops are not showing


Recommended Posts

  • Premium

hello!


 I want to know what is the problem with my targeinfo system, cuz everying was builded fine, and syserr clear.

My problem is: When i click on the (?) button, i see this: lick for pic. So the item drops is nowhere.

I tried a lot of mobs, metins, i rechecked the root folder's .py stuffs, but i didnt found anything. 😕

So where should i search for the problem ? :o

Thanks for help,


Ulthar.

SOLVED!!!!!!!!!

If you expreienced the same problem,

 

input_main.cpp
search for this: 

case HEADER_CG_XTRAP_ACK:
            {
                TPacketXTrapCSVerify* p = reinterpret_cast<TPacketXTrapCSVerify*>((void*)c_pData);
                CXTrapManager::instance().Verify_CSStep3(d->GetCharacter(), p->bPacketData);
            }
            break;


Add after this:

//targetinfo
#ifdef __SEND_TARGET_INFO__
		case HEADER_CG_TARGET_INFO_LOAD:
			{
				TargetInfoLoad(ch, c_pData);
			}
			break;
#endif
//endoftargetinfo

Should looks like this: 

https://metin2.download/picture/617slMQW7UVH6dARin1p7VbVMsJEanP2/.png

 
Edited by Metin2 Dev
Core X - External 2 Internal

Ulthar

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 11

      Multi Language System

    2. 0

      [FREE DESIGN] Interface + Logo + Discord Banner and Avatar

    3. 4

      Feeding game source to LLM

    4. 0

      Quest 6/7 Problem

    5. 5

      Effect weapons

    6. 0

      [C++] Fix Core Downer Using Negative Number in GM Codes

    7. 3

      Crystal Metinstone

    8. 4

      Feeding game source to LLM

    9. 113

      Ulthar SF V2 (TMP4 Base)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.