Jump to content

Fast Stack


Recommended Posts

M2 Download Center

This is the hidden content, please
( Internal )

https://metin2.download/picture/aHTGO25e99i2dPK6H8c8Qxm5Kv2tth4R/.gif

 

The system allows you to combine the same items in one click. Might create some lag if you are trying to combine lots of item. Made by me. I hope to see a similar system in big servers. Stay safe.

(Would be cool if someone can implement the system and share the results here. Might have forgot few things ?)

This is the hidden content, please

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 73
  • Dislove 1
  • Angry 1
  • Not Good 1
  • Think 2
  • Confused 1
  • Scream 1
  • Good 19
  • Love 3
  • Love 24
Link to comment
Share on other sites

1 hour ago, ProjectOW2 said:

the fucntion is no work for me. without any syserr.

Try again with updated files, you probably needed this

 

open input_main.cpp:

#1.) Find:
    case HEADER_CG_FAST_STACK:
        if (!ch->IsObserverMode())
            FastStack(ch, c_pData);
            break;
            
#2.) Add after:
void CInputMain::FastStack(LPCHARACTER ch, const char* c_pData)
{
    TPacketCGFastStack* p = (TPacketCGFastStack*)c_pData;
    

    if (ch)
        ch->FastStack(p->pos);
}

 

Edited by Finnael
  • Not Good 1
Link to comment
Share on other sites

  • 2 years later...
On 11/3/2020 at 8:07 PM, Finnael said:

M2 Download Center

This is the hidden content, please
( Internal )

https://metin2.download/picture/aHTGO25e99i2dPK6H8c8Qxm5Kv2tth4R/.gif

 

The system allows you to combine the same items in one click. Might create some lag if you are trying to combine lots of item. Made by me. I hope to see a similar system in big servers. Stay safe.

(Would be cool if someone can implement the system and share the results here. Might have forgot few things ?)

This is the hidden content, please

A colleague wrote that he didn't find the function he was supposed to search for and you replied like...... ? and u didn't post information about its launch.

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



×
×
  • 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.