• 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 TFS 1.2 Full set Bonus

Lopaskurwa

Well-Known Member
Joined
Oct 6, 2017
Messages
912
Solutions
2
Reaction score
50
Does anyone have a full set bonuses script? Trying to create a script that if you wear head,armor,legs,feet you unlock the bonus of increased experienced/loot so setting storage and i assume and doing something like for experience boost
LUA:
    if getStorageValue(Storage.SetBoost) >= 1 then
        exp = exp * 1.2
    end
 
Does anyone have a full set bonuses script? Trying to create a script that if you wear head,armor,legs,feet you unlock the bonus of increased experienced/loot so setting storage and i assume and doing something like for experience boost
LUA:
    if getStorageValue(Storage.SetBoost) >= 1 then
        exp = exp * 1.2
    end


Take a look at this system. It has this feature, plus some others, as well as some bugs... but if you want exp bonus only, you will not have problems with this.

 
Take a look at this system. It has this feature, plus some others, as well as some bugs... but if you want exp bonus only, you will not have problems with this.

Thats the worst code to even start messing around
 

Similar threads

  • Question Question
Replies
4
Views
318
Xikini
X
Replies
3
Views
269
Back
Top