How to add item to char..

Results 1 to 20 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 ?

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

    Re: How to add item to char..

    25-536871064 7samp 2slot orb
    55-536871124 16dmg 2slot katana
    100-536871124 32dmg 2slot great sword
    25-536871124 16dmg 2slot orb
    40-536871124 16dmg 2slot crystal

    itemid-itemopt

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

    Re: How to add item to char..

    Quote Originally Posted by Stricted View Post
    25-536871064 7samp 2slot orb
    55-536871124 16dmg 2slot katana
    100-536871124 32dmg 2slot great sword
    25-536871124 16dmg 2slot orb
    40-536871124 16dmg 2slot crystal

    itemid-itemopt
    very thx :D

    7 sword amp code ?

    where does it say they are ?
    Last edited by ArmOReTotTL; 08-02-13 at 03:42 PM.

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

    Re: How to add item to char..

    55-53687128 7samp 2slot katana
    100-53687128 7samp 2slot great sword
    40-53687128 7samp 2slot crystal

  19. #19
    Novice Johannes We is offline
    MemberRank
    Jan 2013 Join Date
    2Posts

    Re: How to add item to char..

    Just another stupid Question! °_°.... "@UserNum = IDACCOUNT," Where can i find this in the db's?


  20. #20
    RaGEZONER toast2250 is offline
    MemberRank
    Sep 2009 Join Date
    CabalLocation
    638Posts

    Re: How to add item to char..

    Account username:
    ACCOUNT < cabal_auth_table



Advertisement