Every space in your inventory has a index .
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, ...
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
Every space in your inventory has a index .