#include "TP_TB_I0_RE_INV"
void main()
{
InitTreasureRespawn(OBJECT_SELF, 48 );
TreasureRespawn();
}
as you can see it si set for a 48 haour respawn time , what is the seting for a 5 sec respawn time ?
#include "TP_TB_I0_RE_INV"
void main()
{
InitTreasureRespawn(OBJECT_SELF, 48 );
TreasureRespawn();
}
Bookcases - I need scripts on the bookcases that will automatically spawn in another book if the toon build book is removed, this way, there is no problems if someone removes the build books from the bookcase, also, if a player takes a book and puts it back, once they close the bookshelf, it will only keep 1 of each book there.