Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Baad said:Anyone tried this and updated thier Magelo to see if they update the same number in the stack? Or if anyone has the actual SoE one and dares to check to see if the server catches your numbers? Either way is a quick answer to if the server side catches it.
. Be very carfull with this one lost a lot of PP seing the combine Im making is not cheap.king007 said:Just on line tradeskilling with multiple 1k stacks when I reached 20 ts said n more items. Then tried to unstack back down to 20 so I could see if it would re-start. Instead crash to server select. Now check this all when I relogged in ALL my stacks over 25 disappeared down to 6 items per stack. Be very carfull with this one lost a lot of PP seing the combine Im making is not cheap.
I didn't even think about superstacker being loaded at the same time.. guess it doesn't matter which one I use, although I did notice that when I was trying to stack/unstack yesterday, I CTD twice. Using stackit, not superstacker, and yes only one was loaded. Thinking it was either because of an incredible amount of lag on the server, which a lot of folks were having trouble with, or just one of those "Weird Things No One Can Explain"Warrene said:Any chance someone can re-compile and post?
VOID CursorStackLimits() {
PCONTENTS pCursor = GetCharInfo2()->Cursor;
if(pCursor) {
if((pCursor->Item->SizeCapacity > 0x01) && (pCursor->Item->SizeCapacity != (BYTE)5000000)) {
pCursor->Item->SizeCapacity = (BYTE)5000000;
}
}
}
randomguy_01 said:This change in one function seems to work. I had a crash to server select once but I think it was unrelated.
Rich (BB code):VOID CursorStackLimits() { PCONTENTS pCursor = GetCharInfo2()->Cursor; if(pCursor) { if((pCursor->Item->SizeCapacity > 0x01) && (pCursor->Item->SizeCapacity != (BYTE)5000000)) { pCursor->Item->SizeCapacity = (BYTE)5000000; } } }
VOID CursorStackLimits() {
PCONTENTS pCursor = GetCharInfo2()->Cursor;
if(pCursor) {
if((pCursor->Item->StackSize > 1) && (pCursor->Item->StackSize != 5000000)) {
pCursor->Item->StackSize = 5000000;
}
}
}
TeachersPet said:Make sure MQ2Stackit is unloaded.

