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

    teleporting Chest?

    After addItem add this: player:teleportTo(Position(1, 2, 3)
  2. Techrlz

    [Znote AAC] Bootstrap Style Finished 50 % (By Webo)

    Missing menuRight.php
  3. Techrlz

    can any one help me to make script!t1 and !t2

    Sorry, can try to explain better?
  4. Techrlz

    Solved 2 Errors - Lua Talkactions Error/Windows in depots

    Change to this: <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- Gods --> <talkaction log="yes" words="/addskill" access="5" event="function" value="addSkill"/> <talkaction log="yes" words="/attr" access="5" event="function" value="thingProporties"/> <talkaction...
  5. Techrlz

    Solved 2 Errors - Lua Talkactions Error/Windows in depots

    Put this query in mysql: ALTER TABLE `accounts` ADD `vip_time` int(11) NOT NULL DEFAULT 0; About the another error post here your talkactions.xml
  6. Techrlz

    TFS 1.X + OTC Last Commit, Kick for exceeding packet limit?

    maxPacketsPerSecond = 25 to maxPacketsPerSecond = 300
  7. Techrlz

    TFS 1.2 Functions

    https://github.com/otland/forgottenserver/blob/master/src/luascript.cpp and https://github.com/otland/forgottenserver/blob/master/data/lib/compat/compat.lua
  8. Techrlz

    Premium

    Please write it in english.
  9. Techrlz

    Lua Fixing code of Metin stones event!

    Where this tables? doCreateMonster(monst.name,poss.pos)
  10. Techrlz

    OLD Sprites of MWall for 10.81

    You can check this thread: https://otland.net/threads/10-76-tfs-1-1-old-mw-sprite-timer.230810/
  11. Techrlz

    can not use only waves spells in this area

    Use: isInWar condition.
  12. Techrlz

    War without wave spells

    yes, using the function: isInWar
  13. Techrlz

    Lua NPC TALK DELAY (BUY AND SELL)

    Solved via Teamviewer! EDITED: This guy scammer.
  14. Techrlz

    Compiling changes for 10.80

    Perfect, can you take a look in private? #EDITED: Worked for me.
  15. Techrlz

    command shutdown tfs 1.0

    Exactly.
  16. Techrlz

    Fire Field CRASH

    You tried with another source?
  17. Techrlz

    Lua Daily Chest (tinderbox)

    This: setPlayerStorageValue(cid, 13542, os.time() + 1 * 20 * 60 * 60 * 1000) for this: setPlayerStorageValue(cid, 13542, os.time()+20*3600)
  18. Techrlz

    Existem BR's?

    :eek:
  19. Techrlz

    [TFS 1.0] Which function to check

    i tried and not sucess
  20. Techrlz

    [NPC] A npc gives player a storage to enter a door

    Use this function to set the storage: doPlayerSetStorageValue(uid, key, newValue) and this to check the storage in door: getPlayerStorageValue(uid, key)
Back
Top