• 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. D

    how to change a bless

    Unfortunately, I did not check anything there
  2. D

    layout tibia.com problem

    <?PHP if(count($config['site']['worlds']) > 1) $whoisonlineworld = '?subtopic=whoisonline'; else $whoisonlineworld = '?subtopic=whoisonline&world=0'; ?> <div id="PlayersOnline" onClick="window.location='<?PHP echo "$whoisonlineworld"; ?>'"> <?PHP
  3. D

    how to change a bless

    every newly created character on the star has a bless to 80 lvl how to change it? have TFS global
  4. D

    Will this hosting take you ...

    Will this hosting take you (Linux) RL map about 138mb map Processor: 2 vCores Operational memory: 8 GiB Disk space: 80 GiB and how many more or less players are able to pull if so
  5. D

    script monster problem

    TFS 1.3 (Linux) [Warning - Monsters::loadMonster] Cant load spell. data/monster/Giand Serpent.xml [Warning - Monsters::loadMonster] Cant load spell. data/monster/Giand Serpent.xml [Warning - Monsters::loadMonster] Cant load spell. data/monster/Giand Serpent.xml [Warning -...
  6. D

    Pacc Rune for Hours

    I need to rewrite this script so that instead of (7days) it was at (x) hours -- Script by Magic function onUse(cid, item, frompos, item2, topos) local idruny = 2275 -- Tu wpisz ID Runy local dnipacc = 7 -- Ile dni pacca if item.itemid == idruny then local playerpos = getCreaturePosition(cid)...
  7. D

    premium account

    Hello, I mean a script from gesior acc set I have start pacc for 1 day but this pacc is eternity does not pass, does anyone know what's going on? $ config ['site'] ['newaccount_premdays'] = 1; when I set in phpmyadmin pacc to 0 and in gesior config.php to 0, the player on the server can not buy...
  8. D

    Bounty-Hunter script problem

    '; $inv = mysql_query("SELECT * FROM `bounty_hunters` ORDER BY `added` DESC"); $num = 0; $color=$config['site']['darkborder']; while($tab = mysql_fetch_array($inv)){ if($num%2 == 0){$color=$config['site']['darkborder'];}else{$color=$config['site']['lightborder'];} $pid = $tab['fp_id']; $sid =...
  9. D

    rune on pacc promotion

    Hello, how to add to this script that the rune works only for people who buy premium account / pacc? function onUse(cid, item, fromPosition, itemEx, toPosition) tppos = {x=430, y=124, z=7, stackpos=1} if item.itemid == 2298 then doTeleportThing(cid, tppos)...
  10. D

    sms shop tfs 1.3

    Hello, I was looking for the same problem, but I did not find a threaded bottomless subject because no one could help me solve the problem I mean that I have tfs 1.3 and acc by gesior 2012 + sms shop I omit the phpmyadmin tab because everything is done there I do not get items bought in the...
  11. D

    NPC Task Problem

    Bump
  12. D

    NPC Task Problem

    Bump after killing eg Demon Lord npc claims that I did not kill the below I'm putting the script creature script local config = { ['dragon'] = {amount = 10, storage = 19000, startstorage = 5010, startvalue = 1}, ['dragon lord'] = {amount = 10, storage = 19001, startstorage = 5011...
  13. D

    Ship NPC

    Hello, I would like someone to rewrite this script I mean that the current player could swim if he had a premmy I would like to change so that the player could swim with the promotion ie. (Elite Knight) (Master Sorcer) etc. so that players with the same bonus could not swim local...
  14. D

    Ani Quest

    We did not understand each other. the script works for me. only if the stone is opened after opening it can not be closed so if the player "A" opens the stone, then 10h later the player "B" enters the stone is still open
  15. D

    Ani Quest

  16. D

    Ani Quest

    Because I do not have a mistake, it is only after the error appears when I press the lever twice [C]: in function 'doCreateItem' data/actions/scripts/dzwignia.lua:8: in function <data/actions/scripts/dzwignia.lua:4>
  17. D

    Ani Quest

    [C]: in function 'doCreateItem' data/actions/scripts/dzwignia.lua:8: in function <data/actions/scripts/dzwignia.lua:4> the lever opens the stone but after pressing it again does not close the stone so the senselessness after leaving in tp and after entering it is still impossible to...
  18. D

    Ani Quest

    Hi, I have a problem with the lever on, neither the stone quest disappears when the player comes out the next can not open the stone the error pops up with the ruler (9) function onUse(cid, item, frompos, item2, topos) gatepos = {x=193, y=161, z=10, stackpos=1} getgate =...
  19. D

    NPC ship

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  20. D

    NPC ship

    Do you know that something has happened, and what do you say to be teleported only by a person with a pacc? Tfs 1.3 <?xml version="1.0" encoding="UTF-8"?> <npc name="Captain" script="ship.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150"/> <look type="142" head="19"...
Back
Top