Item Id's

  • hey everybody,


    when i type in a item id from IC, it says ' Theres no item with id XXXXX'.


    for example ill try to spawn a IDcoinstack (29896) ill type


    [/give dev 29896]


    and console comes up with "Theres no item with id 29896'


    But it seems like the 3 digit ids DO work.


    whats going on?

    • Official Post


    Add 256 to the ID to compensate for the shifted index.


    (A stack of coins would then be 30152 instead of 29896).