• 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!

RevScripts SSA exhaust

adrenysny

Member
Joined
Feb 17, 2021
Messages
140
Reaction score
14
Hello, can someone help me to place exhausted in the ssa and might ring? use tfs 1.3 serv otbr
 
Can you explain to me that I edit from that part?
Lua:
    if toPosition.x == CONTAINER_POSITION and toPosition.y == CONST_SLOT_NECKLACE or CONST_SLOT_RING
    and item:getId() == ITEM_STONE_SKIN_AMULET or ITEM_MIGHT_RING then

Lua:
addEvent(function() exhaust[pid] = false end, 2000, pid)
2000 = 2 sec
 
Back
Top