Welcome to the RaGEZONE - MMORPG development forums.

"-3" what it mean ? For Create Item

This is a discussion on "-3" what it mean ? For Create Item within the Iris Online forums, part of the MMO and MMORPG Developments category; I try to create item in 1.18 version i use this query to create INSERT INTO TB_INVENTORY(REGISTER_DATE, NUMBER, COUNT, ITEM_DEFINE_INDEX, ...

Results 1 to 2 of 2
  1. #1
    Registered
    Rank
    Member
    Join Date
    May 2010
    Posts
    9
    Liked
    0

    "-3" what it mean ? For Create Item

    Click
    I try to create item in 1.18 version
    i use this query to create

    INSERT INTO TB_INVENTORY(REGISTER_DATE, NUMBER, COUNT, ITEM_DEFINE_INDEX, CHARACTER_IDX) VALUES
    (1/1/2011, -3,
    1, --Item Count
    1200040, --Item ID
    10000)--Character ID

    i need to know -3 what its mean ?
    can someone to tell me

  2. #2
    Member
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    30
    Liked
    1

    Re: "-3" what it mean ? For Create Item

    Every space in your inventory has a index .

 

 

Posting Permissions

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