• 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

    NPC dont buy items.

    BUMP!
  2. D

    DEBUG when use item ID: 13800 , 13799

    TFS 1.0
  3. D

    DEBUG when use item ID: 13800 , 13799

    20:13 You see an item of type 13800 (Vol:8). ItemID: [13800]. Position: [X: 32115] [Y: 32119] [Z: 8]. 20:13 You see an item of type 13799 (Vol:8). ItemID: [13799]. Position: [X: 32113] [Y: 32121] [Z: 8]. When I USE it I get debug :-/ I was try to add it to items.xml when i did that there is...
  4. D

    NPC dont buy items.

    Maybe someone other got any idea how to fix this?
  5. D

    NPC dont buy items.

    Is there no way to fix it? :-/
  6. D

    NPC dont buy items.

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Willie" script="default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="153" head="58" body="63" legs="58" feet="115" addons="1"/> <parameters> <parameter key="module_shop" value="1"/> <parameter...
  7. D

    Solved Doublet quest

    Work, thank you.
  8. D

    Solved Doublet quest

    local config = { storage = 5100 } function onUse(cid, item, fromPosition, itemEx, toPosition) if(getPlayerStorageValue(cid, config.storage) < 1) then doPlayerAddItem(cid, 2485, 1) doPlayerSendTextMessage(cid,25,"You have found a doublet.") setPlayerStorageValue(cid, 5100, 1) else...
  9. D

    Solved NPC not answer - keywords (.xml)

    Work! Thank you so much!
  10. D

    Solved NPC not answer - keywords (.xml)

    SOLVED
  11. D

    Lua I NEED HELP WITH SHOP SYSTEM GESIOR

    Which TFS? I mean what version.
  12. D

    10.10 custom client

    I can't find and change RSA key ;P Anyone could help me? Tibia 10.21
  13. D

    Linux Gesior Acc maker - problem with directory

    Hello, I'm tired about set Please write you TFS directory below. Like: C:\Documents and Settings\Gesior\Desktop\TFS 0.2.9\ I was try: \home\forgottenserver <- not work /home/forgottenserver <- not work root\home\forgottenserver <- not work /home/forgottenserver/ .etc What I have to write? I...
  14. D

    TFS 1.0 Problem!

    when usint this also the same error :-/
  15. D

    TFS 1.0 Problem!

    Also quest chest not work, whats wrong? :-/
  16. D

    TFS 1.0 Problem!

    Why on my Debian its not work? When i run it on windows is work perfectly, I use the same data files... :-/
  17. D

    Lua Quest - from tree or floor (TFS 1.0)

    Hello, How to make a quest reward from tree or floor? ANy idea? (TFS 1.0)
  18. D

    Compiling TFS 1.0

    I haven't time then I write the last post quickly... ;-P I mean... I can't find the liblua5.2 then downloaded 5.1 :<
  19. D

    Compiling TFS 1.0

    i can fing liblua 5.2 then I installes 5.1 ;-/
Back
Top