[C++] Fast Stack Items

Member
Mar
Threads
1
64
1
8
Rating - 0%
0   0   0
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:
Member
Mar
Threads
1
19
28
13
Rating - 0%
0   0   0
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
Rating - 0%
0   0   0
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!
 
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