How to add item to char..

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    How to add item to char..

    I cant find..

    how to add item to in my char..

    or how db..

    Thx all write answers ;)


  2. #2
    Member lordlord007 is offline
    MemberRank
    Nov 2011 Join Date
    BrazilLocation
    86Posts

    Re: How to add item to char..

    exec up_AddMyCashItemByItem 'IDACCOUNT','0','1','IDITEM','OPTIONS','DURATION'

    31= permanent

    exec this procedure in CabaCash

  3. #3
    Hardcore Member Stricted is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    234Posts

    Re: How to add item to char..

    Code:
    USE [CabalCash]
    GO
    
    DECLARE @return_value int
    
    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = IDACCOUNT,
    @TranNo = 0,
    @ServerIdx = 1,
    @ItemIdx = IDITEM,
    @ItemOpt = OPTIONS,
    @DurationIdx = 0
    
    SELECT 'Return Value' = @return_value
    
    GO

  4. #4
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: How to add item to char..

    Quote Originally Posted by Stricted View Post
    Code:
    USE [CabalCash]
    GO
    
    DECLARE @return_value int
    
    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = IDACCOUNT,
    @TranNo = 0,
    @ServerIdx = 1,
    @ItemIdx = IDITEM,
    @ItemOpt = OPTIONS,
    @DurationIdx = 0
    
    SELECT 'Return Value' = @return_value
    
    GO
    Thanks ;)

    very good.. :D

    well.. item list ?
    Last edited by ArmOReTotTL; 07-02-13 at 04:46 AM.

  5. #5
  6. #6
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: How to add item to char..

    thanks ;)

  7. #7
    Account Upgraded | Title Enabled! Onplay is offline
    MemberRank
    Jun 2012 Join Date
    495Posts

    Re: How to add item to char..

    what id this bikecabal47812022319250000.jpg

  8. #8
    Hardcore Member Stricted is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    234Posts

    Re: How to add item to char..

    Quote Originally Posted by Onplay View Post
    what id this bikecabal47812022319250000.jpg
    <msg id="item3130" cont="Astral Bike Card - Red Flare" />
    <msg id="item3131" cont="Astral Bike Card - Blue Flare" />
    here the ids

  9. #9
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: How to add item to char..

    well.. how to add craft item..

    e.g. i want 7 amp 2 slot forcium orb.. how to add ?

    how to write sql code ?

    USE [CabalCash]
    GO

    DECLARE @return_value int

    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = IDACCOUNT,
    @TranNo = 0,
    @ServerIdx = 1,
    @ItemIdx = IDITEM,
    @ItemOpt = OPTIONS,
    @DurationIdx = 0

    SELECT 'Return Value' = @return_value

    GO

  10. #10
    Hardcore Member Stricted is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    234Posts

    Re: How to add item to char..

    Code:
    USE [CabalCash]
    GO
    
    DECLARE @return_value int
    
    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = IDACCOUNT,
    @TranNo = 0,
    @ServerIdx = 1,
    @ItemIdx = 25,
    @ItemOpt = 536871129,
    @DurationIdx = 0
    
    SELECT 'Return Value' = @return_value
    
    GO
    7amp(magic) 2slot orb

  11. #11
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: How to add item to char..

    Quote Originally Posted by Stricted View Post
    Code:
    USE [CabalCash]
    GO
    
    DECLARE @return_value int
    
    EXEC @return_value = [dbo].[up_AddMyCashItemByItem]
    @UserNum = IDACCOUNT,
    @TranNo = 0,
    @ServerIdx = 1,
    @ItemIdx = 25,
    @ItemOpt = 536871129,
    @DurationIdx = 0
    
    SELECT 'Return Value' = @return_value
    
    GO
    7amp(magic) 2slot orb
    no no.. what write this code.. i wanna see other items.. we find this codes.. ( craft items list )

  12. #12
    Hardcore Member Stricted is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    234Posts

    Re: How to add item to char..

    this ist item+craft forcium orb 7mamp 2slot!

  13. #13
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: How to add item to char..

    Quote Originally Posted by Stricted View Post
    this ist item+craft forcium orb 7mamp 2slot!
    ok 2 slot 7 amp
    2 slot 14 amp
    2 slot 32 dmg
    please :D

  14. #14
    Hardcore Member Stricted is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    234Posts

    Re: How to add item to char..

    Quote Originally Posted by ArmOReTotTL View Post
    ok 2 slot 7 amp
    2 slot 14 amp
    2 slot 32 dmg
    please :D
    14amp only 7amp craft 7amp slot
    32dmg orbs dosent exist the maximum craft are 20cd

  15. #15
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: How to add item to char..

    Quote Originally Posted by Stricted View Post
    14amp only 7amp craft 7amp slot
    32dmg orbs dosent exist the maximum craft are 20cd
    ok

    u know codes ?
    2 slot 7 amp sword amp code
    16/32 dmg katan/greatsword or 16 dmg orbd/crystal dosent exist ?



Page 1 of 2 12 LastLast

Advertisement