How to give items

Results 1 to 5 of 5
  1. #1
    Apprentice FreezingLog is offline
    MemberRank
    May 2013 Join Date
    23Posts

    How to give items

    Good day,

    I would first like to say sorry if this post is something 'noobish'.

    I would just like to know how to give my character a certain items. I use emi's tools but it only let me give my character alz and edit its attribute.

    So I would like to know how to manually give my character a certain items. I already searched cabal database edit and it does not answer my question.

    So pls help me or give me a tutorial on how to manually give my character a certain items.

    A lot of thanks and appreciation.


  2. #2
  3. #3
    Apprentice FreezingLog is offline
    MemberRank
    May 2013 Join Date
    23Posts

    Re: How to give items

    The code is:

    DECLARE @return_value int

    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = 2,
    @TranNo = 1,
    @ServerIdx = 1,
    @ItemIdx = XXXX,
    @ItemOpt = XXXXXXXXX,
    @DurationIdx = 0

    SELECT 'Return Value' = @return_value
    GO
    I'd just like to know what input should I give at
    UserNum
    TranNo
    ServerIdx
    ItemIdx
    ItemOpt
    DurationIdx

    Where to find the usernum value, what is tranno, serveridx is? (cause I only have one channel), ItemIdx, is it the item ID?, itemopt, is it the code in the doc?, durationIDx, what vlaue?

    thanks and sorry for my noobish.

  4. #4
    Apprentice FreezingLog is offline
    MemberRank
    May 2013 Join Date
    23Posts

    Re: How to give items

    Hello,

    I'd just like to know what input shall I put in the following:

    @UserNum = 2,
    @TranNo = 1,
    @ServerIdx = 1,
    @ItemIdx = XXXX,
    @ItemOpt = XXXXXXXXX,
    @DurationIdx = 0

    thanks......

    I got this error when I try:

    DECLARE @return_value int


    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = 2,
    @TranNo = 1,
    @ServerIdx = 1,
    @ItemIdx = 1045,
    @ItemOpt = 000000000,
    @DurationIdx = 31


    SELECT 'Return Value' = @return_value
    GO


    Msg 2812, Level 16, State 62, Line 3
    Could not find stored procedure 'dbo.up_AddMyCashItemByItem'.


    (1 row(s) affected)

  5. #5
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: How to give items

    Make sure you're executing it on CabalCash database .



Advertisement