does any one here have try to do the right click sell function .
did you encounter this problem ?
the thing is the right click is working but the item need to be drag first before you can sell .
https://streamable.com/1kntay
Printable View
does any one here have try to do the right click sell function .
did you encounter this problem ?
the thing is the right click is working but the item need to be drag first before you can sell .
https://streamable.com/1kntay
Working fine with me, its fix in sagupaan files.
Is this the source where you can get the sell right click function?
https://forum.ragezone.com/f528/juve...files-1199849/
Any hint what to find in the source for that feature?
Thanks.
how disble ctrl right click buy in inventory
i disble code ctrl+ right click at marketwindows but still get problem when use funtion ctrl click right sell
MarketWindow.cpp
// NOTE // buy from npc ctrl is pressed //if ( DxInputDevice::GetInstance().GetKeyState ( DIK_LCONTROL ) & DXKEY_PRESSED ) { /*if ( dwMsg & UIMSG_LB_UP ) { SNATIVEID sNativeID = GLGaeaClient::GetInstance().GetCharacter()->GET_HOLD_ITEM().sNativeID; if ( sNativeID != NATIVEID_NULL () ) return ; GLGaeaClient::GetInstance().GetCharacter()->ReqNpcTo ( m_sMarketID, m_nPageIndex, nPosX, nPosY ); return ; }*/
Any update on this? I also trying to add this function to my client but there seems to be the problem. When checking the function of selling item(ReqNpcTo) you can only sell items when the condition VALID_HOLD_ITEM is true, else it will directly go to buying.