Premium Inventory Error [HK Files]

Results 1 to 1 of 1
  1. #1
    Apprentice xZenon is offline
    MemberRank
    Oct 2015 Join Date
    12Posts

    Premium Inventory Error [HK Files]

    Hi,
    I have an error with Premium inventory.
    When I want to spend the premium item to normal inventory, said "Error code: 4168".

    In other post I saw this query:
    Code:
    ALTER PROCEDURE [dbo].[usp_ChargeItem_Draw] @Row_NO INT, @user_NO INT, @ret    INT = 0 OUTPUTAS
    BEGIN
    SET NOCOUNT ON
    SET LOCK_TIMEOUT 5000
    
    
    
    
    EXEC Account.dbo.usp_Charge_ItemDraw @Row_NO, @user_NO, @ret OUTPUT
    
    
    
    
    SET NOCOUNT OFF
    SET LOCK_TIMEOUT -1
    END
    But when I execute (with World00_Character), error change to: "Error code 4162"
    Help please D:




Advertisement