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

extracting

  1. VitoxMaster

    [TFS 1.5] Loot Extractor

    Hello everyone! I decided to share resource implemented on my server. Script refers to an item with a 'use with' option, which allows us to extract and pack specific loot from any container with the 'pickupable' attribute. Below will be brief description how to implement it. PART I - data...
  2. H

    RevScripts help with crystal extraction scripts (Revscripts tfs 1.3)

    they gave me this script, when extracting the crystal with the pick it disappears but the crystal does not appear after a while can someone add that part local rocking = Action() function rocking.onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 37546 then...
Back
Top