Welcome to the RaGEZONE - MMORPG development forums.

Redemption

This is a discussion on Redemption within the Iris Online forums, part of the MMO and MMORPG Developments category; Hello, Does someone know in what database I can add item to redemption ? I'm trying to find it but ...

Results 1 to 7 of 7
  1. #1
    Ultimate Member
    Rank
    Member
    Join Date
    Dec 2010
    Location
    On the Internet
    Posts
    197
    Liked
    66

    Redemption

    Click
    Hello, Does someone know in what database I can add item to redemption ? I'm trying to find it but cant.. If it someone know where is it please tell me it x(

  2. #2
    Eternal Games Owner
    Rank
    Member +
    Join Date
    Nov 2009
    Posts
    366
    Liked
    56

    Re: Redemption

    The redemption is a stored procedure. This should be enough of a hint. :3

  3. #3
    Ultimate Member
    Rank
    Member
    Join Date
    Dec 2010
    Location
    On the Internet
    Posts
    197
    Liked
    66

    Re: Redemption

    But who SP ? I cant found it x(

  4. #4
    Eternal Games Owner
    Rank
    Member +
    Join Date
    Nov 2009
    Posts
    366
    Liked
    56

    Re: Redemption

    Quote Originally Posted by CodeSkilLs View Post
    But who SP ? I cant found it x(
    BP_ITEM_PC_INSERT is the stored procedure.

    Have fun

  5. #5
    Darkness is Rising
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    on your CPU
    Posts
    343
    Liked
    258

    Re: Redemption

    Here take this SQL File, it contains the code to give your items ingame with Redemption and a list of almost all items from 1.17.
    Attached Files Attached Files

  6. #6
    Programmer
    Rank
    Subscriber
    Join Date
    May 2008
    Posts
    1,254
    Liked
    455

    Re: Redemption

    Thanks a lot Aries & Spanky!

    It appears that it only supports one single item ID in the redemption at a time...
    By that, I mean that you can't put two of the same item ID in there. And if the item doesn't normally stack, then count doesn't help. If I run the query twice to try to add the item twice to redemption, it only puts one item in redemption, and once I get that item, the second one never appears - it's like I never ran the query twice.

    Any ideas?

  7. #7
    Ultimate Member
    Rank
    Member
    Join Date
    Dec 2010
    Location
    On the Internet
    Posts
    197
    Liked
    66

    Re: Redemption

    x) Item Shop complete xD

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •