Good Day,
Like from this thread
I'm trying to create a custom obb like item. The item being produced should have an expiry time and guild bounded. I was able to create the custom box and create an item from that. But the item being created doesn't have expiration and is not guild bounded.
I use this in item_group_db, in my understanding , that line should make the item be announced when the box is opened , have a duration of 300 ( for testing ) and is guild bounded(item will be deleted when the player left guild or has been kicked ).
GroupID,ItemID,Rate{,Amount,Random,isAnnounced,Duration,GUID,isBound,isNamed}
40520,Charm,1,1,0,1,300,,2,,
also tried
40520,Charm,1{,1,0,1,300,,2,,}
The issue is the item I want is created but , it's not announced when obtained , do not have expiry and not guild bounded .
Please help on what i'm missing
Thanks