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

    TFS 1.0 - Server Save (store all items?)

    I see in database tabels related to you thread: tile_items, tile_store. You can try to do backup of this tabels before restart / shutdown server and then upload it again.
  2. Rer

    Item = premium days

    @up What TFS are you using? You can try with this: function onUse(cid, item, frompos, itemEx, topos) local config = { days = 7, eff = CONST_ME_TELEPORT } doPlayerAddPremiumDays(cid, config.days) doSendMagicEffect(getPlayerPosition(cid), config.eff)...
  3. Rer

    how does mounts

    I can't see function related to dismount. :(
  4. Rer

    zNote ACC v1.5 (Most powerfull guilds, New Tickers)

    Maybe script for powerfull guilds is too old for Znote 1.5
  5. Rer

    How popular are you?

    6/10 ;)
  6. Rer

    Request, CREATURE EVENT

    What TFS are you using? If 0.4 try this: function onKill(cid, target, lastHit) local pos = {x = 1000, y = 1000, z = 7} if (getCreatureName(target) == "Demon") then doBroadcastMessage("message") addEvent(doBroadcastMessage("message after 5 minutes"), 300) -- i don 't know it is in...
  7. Rer

    Windows (TFS 1.0) Crashing.

    You don't have actually libs. If it's TFS 1.0 then go to https://github.com/otland/forgottenserver/tree/master/data/npc/lib and download all files from "lib" folder" You can download stable version of TFS 1.0 for Windows here: http://nightlies.otland.net/
  8. Rer

    zNote ACC v1.5 (Most powerfull guilds, New Tickers)

    I don 't know much PHP. If you don't have: foreach ($news as $n) { then make sure you have actually znote acc or of this version.
  9. Rer

    zNote ACC v1.5 (Most powerfull guilds, New Tickers)

    I write here to help you. Can you post index.php? :)
  10. Rer

    zNote ACC v1.5 (Most powerfull guilds, New Tickers)

    Show 158 (+/- 10 lines) line in index.php
  11. Rer

    zNote ACC v1.5 (Most powerfull guilds, New Tickers)

    Try to add this code before: if ($news) {
  12. Rer

    Just some Dedicated Server Config for the Lulz xD

    Powerfull :P
  13. Rer

    zNote ACC v1.5 (Most powerfull guilds, New Tickers)

    Hello, In index.php, before: foreach ($news as $n) { Add this: // Most powerful guilds for TFS 0.3/4 and 1.0 //////////////////////// // Create a cache file to avoid high SQL load $cache = new Cache('engine/cache/guilds'); if ($cache->hasExpired()) { // Fetch guild data if...
  14. Rer

    OnAdvance [Calculate New Bouns] TFS 0.3.6

    Your script isn't readable for me.. Can you post it in [.php] [/php] (without ".") and explain again what the script is supposed to do?
  15. Rer

    Solved Arena Svargrond Teleport Problem - 8.60

    You have included functions with this script? Make sure you have functions in compat.lua
  16. Rer

    RME Extensions by Addonia™

    It looks really nice :) Thanks for share. :P
  17. Rer

    Solved Spell loop...

    I'm not sure, but I think it's something to do with the function doSendDistanceShoot that uses variable targetpos1. Are you sure that this function as the second argument takes 'pos'?
  18. Rer

    Buying few types of mug with fluids/selling empty vials

    I guess you must edit your script file of NPC (I think it's NPC) and add IDs to script.
  19. Rer

    Clear houses??

    UPDATE `houses` SET `owner` = 0;
  20. Rer

    Lua War.lua on line 71

    We are not clairvoyant. Post your war.lua and error from console.
Back
Top