Hello,
so i found only one thread about this question and there is no answer for it. So basically when you kill monster it removes stone which should be based on stone actionid or uniqueid, because if you want to remove same id stones with order. So for example this is how i imagine local
But i dont know if its even possible to use actionid uniqueid outside "action", basically i have no idea 
so i found only one thread about this question and there is no answer for it. So basically when you kill monster it removes stone which should be based on stone actionid or uniqueid, because if you want to remove same id stones with order. So for example this is how i imagine local
LUA:
local config = {
{monsters = {"Rat Boss"}, stoneRestIn = 2(hours), StoneUniqueID = 1111},
{monsters = {"Rat Boss Second"}, stoneRestIn = 2(hours), StoneUniqueID = 1112},
}
