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

    Lua Grizzly Adams

    Did you make any changes to the scripts? Changed or removed/added any tasks?
  2. RazorBlade

    Where can i post thread if i would like to buy a server with real map?

    Forum is organised quite well, and the rules are pretty short and simple. There used to be a marketplace. That was removed for good reason. As far as I recall, the purchase and sale of real maps and other stuff that could be considered copyrighted material is forbidden. I don't think any sales...
  3. RazorBlade

    [TFS 1.2] 10.92+ New Potions.

    So liiiike, 15 days ago (4 days after 1.2 release) they updated actions with the potions https://github.com/otland/forgottenserver/blob/master/data/actions/scripts/other/potions.lua a much cleaner script also, since the 3 potion ids are in the same range, you don't need 3 lines for it <action...
  4. RazorBlade

    npc problem dont open npc window

    as for the second part, if the first doesn't work, try selfSay(words, target, MSG_NPC_FROM) also try using the npcHandler and see if it works any different replace any selfSay lines with npcHandler:say(text, cid) like for example, change selfSay("I can {rebirth} you!", cid, true) to...
  5. RazorBlade

    quest chest question

    unique id doesn't decide the reward, just the storage that the player receives for the quest. if you aren't getting the proper reward, there might be a problem with your quest script, or the way you're setting it up in the map editor
  6. RazorBlade

    TFS 1.2 Yalahar Quest

    When the fight is first activated, a global storage should be set, and the movement script to enter the room should check for that storage before allowing a person inside. upon completion of the mission, and once the final teleport is removed, the global storage should be reset as well as for...
  7. RazorBlade

    Solved Npc wont take new coin

    this. not to mention deposit/withdraw functions.
  8. RazorBlade

    npc problem dont open npc window

    looking at selfSay in the source //selfSay(words[, target[, type]]) so your third parameter should not be true, it should be a MessageClasses enum or it should be nothing. If it's true, it will not work. Try just doing selfSay(words, target), and if that doesn't work, try words, target and...
  9. RazorBlade

    Console log, tfs 0.4

    do we even know if it's getting pos from the local variable or from the function parameter?
  10. RazorBlade

    Console log, tfs 0.4

    after for indx, npcLoc in ipairs(npcPositions) do put print(indx)
  11. RazorBlade

    Console log, tfs 0.4

    first thing in the loop, print(indx)
  12. RazorBlade

    Synnicals Mapping Thread

    trash jk love it
  13. RazorBlade

    8.60 / Tfs 0.4 ( BROKEN 2B HP AND MP LIMIT same for Monsters ) OFFICAL RELEASE

    Could just use the mark function in the normal cmd
  14. RazorBlade

    Am I a terrible person?

    error, expected ; near )
  15. RazorBlade

    Am I a terrible person?

    ok codex
  16. RazorBlade

    Am I a terrible person?

    lmao
  17. RazorBlade

    Am I a terrible person?

    sounds expensive, where do I buy one? Exactly, he has 15 lives, he should be sharing with us
  18. RazorBlade

    Am I a terrible person?

    It doesn't matter how much RAM you have, it's an infinite loop
  19. RazorBlade

    "Object Proporties"

    If you double click an object, it opens. Maybe your mouse is double clicking unintentionally.
  20. RazorBlade

    Am I a terrible person?

    Robby goin' at it with the destruction for _, personality in pairs(Codex.personalities) do destroy(personality) end
Back
Top