• 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][ACTION]Looking for advanced scroll

Lopaskurwa

Active Member
Joined
Oct 6, 2017
Messages
873
Solutions
2
Reaction score
49
Hi so i need this type of scroll that would have
  • Health Mana regeneration for 2 hours
  • Skill boost x2 for 2 hours
  • Drop boost x2 for 1 hour
It would have function "false" so it turns off boost i will explain in local what i imagine

local config = {
healthmanareg = {healthreg = 60, manareg = 50, time = 2},
skillbost = {boost = 2, time = 2},
dropboost = {boost = 2, time = 1},

so if you want to turn off like skillbost it would be like

local config = {
healthmanareg = {healthreg = 60, manareg = 50, time = 2},
skillbost = false, --means it turned off it wont give skillbost anymore
dropboost = {boost = 2, time = 1},
 
2. Spamming / Double post: You may not repeat the same message multiple times. It is seen as spamming. This also applies if you for example "bump" a thread.
bump

bump

bump

bump

bump
 
Back
Top