as title says how to Disable N and L shortcut key for Pet and vehicle info?
or linking the N and L to the char window where the pet and vehicle tab is there.. thanks
as title says how to Disable N and L shortcut key for Pet and vehicle info?
or linking the N and L to the char window where the pet and vehicle tab is there.. thanks
same prob plss help us
try this, open InnerInterfaceSimple.cpp then search for this
just disable it :) do the T.A.E mode, heheh ..m_pPetWindow = new CPetWindow;
m_pPetWindow->Create ( PET_WINDOW, "BASIC_WINDOW", UI_FLAG_XSIZE | UI_FLAG_YSIZE );
m_pPetWindow->CreateBaseWindowLightGray ( "PET_WINDOW", (char*)ID2GAMEWORD("PET_NAME_STATIC") );
m_pPetWindow->CreateSubControl ();
m_pPetWindow->SetAlignFlag ( UI_FLAG_CENTER_Y );
RegisterControl ( m_pPetWindow, true );
ShowGroupFocus ( PET_WINDOW );