• 🎉 Hey there! I've just launched my brand new server voting platform — Metin2 P Servers 🚀

[C++] Fast Stack Items

Discord Banner

🔥 Join us on Discord! - Active chat & direct support

We invite you to join the largest Metin2 community on Discord!

Join Now!
Member Count: 
Discord Robot
HUB Bot
Announcement
Member
Mar
Threads
1
64
1
8
Hi all!

This system missing code.

fix:
input_main.cpp
Find:
case HEADER_CG_ITEM_MOVE:
if (!ch->IsObserverMode())
ItemMove(ch, c_pData);
break;
Add before:
case HEADER_CG_FAST_STACK:
if (!ch->IsObserverMode())
FastStack(ch, c_pData);
break;
Find:
void CInputMain::ItemMove(LPCHARACTER ch, const char * data)
Add function after:
void CInputMain::FastStack(LPCHARACTER ch, const char* c_pData)
{
TPacketCGFastStack* p = (TPacketCGFastStack*)c_pData;


if (ch)
ch->FastStack(p->pos);
}
Press Shift+Alt at the same time and right click.
Have nice day!
 
Last edited:
Discord Banner

🔥 Join us on Discord! - Active chat & direct support

We invite you to join the largest Metin2 community on Discord!

Join Now!
Member Count: 
Discord Robot
HUB Bot
Announcement
Member
Mar
Threads
1
19
28
13
C++ FAST STACK ITEMS

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.


______________________
UPDATE BY MASAMUNE


FIXED DOWNLOAD
ADDED VIRUSTOTAL

______________________

[Hidden content]
ynx bro hte best f
 
Member
Apr
Threads
0
7
0
1
C++ FAST STACK ITEMS

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.


______________________
UPDATE BY MASAMUNE


FIXED DOWNLOAD
ADDED VIRUSTOTAL

______________________

[Hidden content]
Thank you for sharing this!
 
Discord Banner

🔥 Join us on Discord! - Active chat & direct support

We invite you to join the largest Metin2 community on Discord!

Join Now!
Member Count: 
Discord Robot
HUB Bot
Announcement
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock