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

Search results

  1. S

    MoveCreature Client Debug with all information proved

    First of all am using OTX Server 2.X.S - 3 :: Version "LORD ZEDD" but i saw it in many different places such as TFS https://github.com/otland/forgottenserver/issues/885 Anyways if (1) and (2) moving to empty position around the player and monster (3) moving ^ to same place i get a clinet...
  2. S

    how to stop all spells 1.2

    the question is like title how can i stop all spells for some event 1.2 tfs
  3. S

    tfs 1.2 how to enable gain exp from players but in Open PvP?

    Hello i would like to have skulls on my server with gain exp from players etc (old metal) how can i replace the skull system to work with open pvp insted of only enforced as Mark based it to tfs 1.2 ?
  4. S

    Lua Exp From Players 1.2

    Hello, The Exp From Players is dont work for me for some reason even if the server type PVP Enforced and the players in the range of exp from players via config.lua any fix ?
  5. S

    tfs 1.2 spells how to shutdown spells

    Hello, am wondering about 1.2 how to shutdown or mute spells without runes for a event is there any way like add exhausted or flag ?
  6. S

    Lua tfs 1.2 looking for the line which make ppl downgrade 1 level

    am looking for the line which let ppl lose 1 level for TFS 1.2 if bla bla bla player:something (downgrade -1) end thanks :)
  7. S

    Blessed or not blessed ondeath 1.2tfs

    Hello, players do not lose any exp ondeath in both if they are blessed or not -- Deaths -- NOTE: Leave deathLosePercent as -1 if you want to use the default -- death penalty formula. For the old formula, set it to 10. For -- no skill/experience loss, set it to 0. deathLosePercent = -1 if i...
  8. S

    how to denie onlook ip for lower ranks than god

    how can i make only god rank who can see other players ip via onlook ? tfs 1.2
  9. S

    stable 1.2 tfs bank system

    Hello am looking for stable bank system against cash clone and cheaters and ofc stable
  10. S

    Lua 1.2 pz required line

    hi can someone tell me what is the line to add if i want to use special talkaction in protection zone ? for example: !kills (only in protection zone allowed to type it)
  11. S

    Bank system bug allow to clone crystal from none ? 1.2 tfs

    Hello am using this deposite system and ppl somewho balance grand to 50000000000 balance ---------------------------- deposit --------------------- elseif msgcontains(msg, 'deposit') then count[cid] = player:getMoney() if count[cid] < 1 then npcHandler:say('You...
  12. S

    Question about 1.2 tfs

    Hello, i got 2 issue need ask about it 1- experienceByKillingPlayers = true expFromPlayersLevelRange = 75 when i enable the exp from players there is no exp ppl gain on kill each other i wondering why :i 2- how to disable house rent regards
  13. S

    1.2 Bouns Experience

    Hello, am looking for the line which grand bouns experience in 1.2 tfs if bla bla then 20% bouns exp
  14. S

    Teleport script with uniqueid

    How can i block pos of teleport that denie player to throw above it some trash items like vials - golds etc ? local config = { time = 120, -- minutes str = 98765, -- storage pos = {x = 31373, y = 32780, z = 7} -- position } function onStepIn(creature, item, position, fromPosition)...
  15. S

    Paypal changed the system of IPN ?

    Hello Am not able to add IPN and the error is: "Sorry, that URL won’t work. Please enter an “https” URL." any idea ?
  16. S

    Convert probem related with gesior AAC

    Hello all. i used to convert from 8.6 gesior aac to 10.9 tfs 1.2 gesior aac but in my layout something went wrong related with sql query what is looking for top 5 levels in layout.php so for some reason it dosent work beause: Invalid argument supplied for foreach() $limitt = 5; $zap =...
Back
Top