Tbol
Well-Known Member
- Joined
- Apr 7, 2019
- Messages
- 592
- Reaction score
- 64
Hi im looking for amulet system that would be possible to add items in local and adjust exp lost and charges after how many deaths it will disappear, so for example
TFS 1.2
LUA:
local Amulets = {
[ITEMID] = {ExpLossProtection = 70%, LoseAfter = 5}
[ITEMID] = {ExpLossProtection = 100% (means you wont lose exp at all after death), LoseAfter = False (means never lose amulet) },
[ITEMID] = {ExpLossProtection = 0% (you would lose exp like normal), LoseAfter = 1 }
}
TFS 1.2