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

Search results

  1. G

    doubt task script 1.2

    local config = { ['beholder'] = {amount = 5, storage = 19000, startstorage = 5010, startvalue = 1} } function onKill(player, target) local player = type(player) == "userdata" and player or Player(player) local target = type(target) == "userdata" and target or Creature(target) if...
  2. G

    Help me with a solution for my script 1.2

    i got error on console with this [Warning - Event::checkScript] Event onUse not found. scripts/misc/rope.lua local tile = Tile(pos) if tile then if table.contains(ropeSpots, tile:getGround():getId()) then local tileItems = tile:getItems() if tileItems then for...
  3. G

    Help me with a solution for my script 1.2

    Distribution: The forgotten server 1.2 Hello i'm looking for help with my rope script, this script is simulating the old rope 7.4... the script is working, but my problem with this script is the part "allowed_items_inway"... {2886, 2887, 2889, 2890, 2891, 2895, 2896, 2897, 2898, 2899, 2890}...
  4. G

    new outfit using X item for tfs 1.2

    i find this script for 0.3.7 here, but i'm looking this action for the forgotten server 1.2
  5. G

    How change website account Znote

    Hello, it's possible change the system of Znote website? in my server don't have the tabble "name" on accounts just id and password. Imgur: The most awesome images on the Internet when i'll create a new character on website i got this error. string(50) "SELECT `id` FROM `accounts` WHERE...
  6. G

    CreatureEvent Teleport players in premium area who loose premium to free account temple

    Hello this script work in tfs 1.2? and other question... Example Prem1 = {x=370, y=592, z=7} -- This is the top left Co-ord for checking the Premium area. Prem2 = {x=403, y=645, z=7} -- This is the bottom right co-ord for checking the Premium area. it will work if the player are in others...
  7. G

    C++ change character start hp and mp

    search in config.php
  8. G

    Script Request For TFS 1.2

    function onUse(player, item, fromPosition, target, toPosition) local tile = Tile(toPosition) if not tile then return false end local ground = tile:getGround() if not ground then return false end if ground:getId() == 372 then...
  9. G

    Some questions about job request

    About the term security... if i need a programmer, to do some things in my project... i need send for him example "all files include my server datapack?" or just certain files required? example certain sources files. i understand, he needs test the job, but... Is not it risky to send all the...
  10. G

    Script Request For TFS 1.2

    I'm looking for the real script of naguinata quest, remove "Stone" The script basically is Use x random times Pick on Stone in x,y,z position to break, trying break the stone the character will lose some hitpoints, and after the stone i'll be removed up bump Pick id = 3456 Stone id = 1791...
Back
Top