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

    AAC Player Mount List for myacc

    problem solved, thanks @slaw
  2. tibera

    AAC Player Mount List for myacc

    not work for me, im using myaac 0.8.13 with template tibiana.
  3. tibera

    Lua const.h reserved key

    before after solved!! thanks @Fjorda
  4. tibera

    Lua const.h reserved key

    after add function addShader in source, got this error in distro Warning: unknown reserved key: 10005034 player: Testt
  5. tibera

    TFS 1.X+ tfs 1.2 bug outfit

    any idea to fix this bug?? before norseman work perfectly, after nightmare has this bug. <?xml version="1.0" encoding="UTF-8"?> <outfits> <!-- Female outfits --> <outfit type="0" looktype="136" name="Citizen" premium="no" unlocked="yes" enabled="yes" /> <outfit type="0"...
  6. tibera

    Programmer updating tfs 1.2 for tfs 1.5 nekiro

    abort mission then :D
  7. tibera

    Programmer updating tfs 1.2 for tfs 1.5 nekiro

    any programmer can help me?? ill pay for job discord: magnunrocha
  8. tibera

    Lua enlarge images in shop.lua

    how to enlarge the image of items in the store??
  9. tibera

    owner of the item purchased in the game shop

    let me check
  10. tibera

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    https://github.com/ErikasKontenis/SabrehavenRme
  11. tibera

    Free task module made by @zQt

    work in sabrehaven tfs 1.2???
  12. tibera

    otcv8 shop problem when bying outfits

    I have a problem delivering full access to addons. function defaultOutfitBuyAction(player, offer) local outfit = offer["outfit"] if player:hasOutfit(outfit["type"], outfit["id"], outfit["addons"]) then return "You already have this outfit!" end local outfitId =...
  13. tibera

    [8.60] Thais War with PvP bots

    but hes not shared files.
  14. tibera

    [8.60] Thais War with PvP bots

    work in tfs 1.2??
  15. tibera

    does not add wing to player tfs 1.5

    this script use in action?? local config = { [8888] = {wingId = 1, effect = CONST_ME_FIREWORK_RED, storage = 2929}, -- ItemID in [8888] [8887] = {wingId = 2, effect = CONST_ME_FIREWORK_RED, storage = 2930}, } local addWingsSystem = Action() function addWingsSystem.onUse(player, item...
  16. tibera

    does not add wing to player tfs 1.5

    not found in player.h base sabrehaven tfs 1.2
  17. tibera

    otcv8 shop problem when bying outfits

    thank you, work!!!
  18. tibera

    otcv8 shop problem when bying outfits

    im using base sabrehaven tfs 1.2, outfit and mount not work in shop. -- BETA VERSION, net tested yet -- Instruction: -- creaturescripts.xml <event type="extendedopcode" name="Shop" script="shop.lua" /> -- and in login.lua player:registerEvent("Shop") -- create sql table...
Back
Top