• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Increase autoloot item slot limit

Mahdi10

New Member
Joined
Jan 27, 2023
Messages
13
Reaction score
2
TFS 1.5

Can someone help me

1: Create a script to increase autoloot item slot limit for this autoloot by 1 each use and maximum using time is 10?
2: Add another storage, a quest for example if player has made it he gets different amount of item slot?
Lua:
freeAccountLimit = 10 + how many times he used the item,
premiumAccountLimit = 20 + how many times he used the item,
madeQuestLimit = 30 + how many times he used the item,

and all 3 are increased by the item added in made at first?

 
Back
Top