1. Hi

    since the last update GiveItem structure changed, anyone has the new one ?


    Thanks !!
     
  2. in C# : old one was like this:

    Code:
    player.inventory.GiveItem(-253819519, 5);
    new one seems to be like:

    Code:
    player.inventory.GiveItem(ItemManager.CreateByItemID(-253819519, 5));
    seems to work fine for me.