• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua TFS 1.2 Full set Bonus

Lopaskurwa

Well-Known Member
Joined
Oct 6, 2017
Messages
936
Solutions
2
Reaction score
57
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

Back
Top