I found the function to open warehouse, and nothing appears in the warehouse unless you already opened it onceQuote:
Yes it is.
void OpenWarehouse()
{
DWORD dwAddress = 0x0042490D;
__asm
{
mov esi, dword ptr [0x0192D020]
push dword ptr ds:[esi+0x52DF8]
lea ecx, dword ptr ds:[esi+0x4A94]
push 3
call dwAddress
}
}
You have to select the warehouse first. Thats whats being pushedQuote:
I found the function to open warehouse, and nothing appears in the warehouse unless you already opened it once
Code:void OpenWarehouse() { DWORD dwAddress = 0x0042490D; __asm { mov esi, dword ptr [0x0192D020] push dword ptr ds:[esi+0x52DF8] lea ecx, dword ptr ds:[esi+0x4A94] push 3 call dwAddress } }
wat server u play on?...and my conquer screen opens up but den disconnects in the middle of it loading the screenQuote:
I don't know, anyway I will update it for the new patch when I get home, probably will be the last update as I''m quitting CO.
By the way can someone test and see what features still work with the new patch?
Most of the offsets it should find by itself (haven't tested to see if it works)