• 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!

Search results

  1. tibera

    Solved showing 0 rune in hotkey

    im using sabrehaven tfs 1.2 i changed in spells.cpp for use stackble runes. before: int32_t newCount = std::max<int32_t>(0, item->getCharges() - 1); g_game.transformItem(item, item->getID(), newCount); after: int32_t newCount = std::max<int32_t>(0, item->getItemCount()...
  2. tibera

    TFS 1.X+ stackable runes tfs 1.2 8.0

    10x in sd stack, but 1x to use, any know where edit in source to fix this?
  3. tibera

    OTClient how remove effect float using wings???

    I want to make the character walk using wings and not float. or put one button to active and desactive effect float. any got any idea how make?
  4. tibera

    Lua talkaction task points

    need help with talkaction hes remove x task points in storage 5151 and additem x taskcoin id=19654 to player.
  5. tibera

    Lua playerdeath.lua

    using sabrehaven tfs 1.2 local deathListEnabled = true local maxDeathRecords = 50 local killsToBan = 6 local killsBanLenght = 2 function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local playerId = player:getId() if...
  6. tibera

    Lua const.h reserved key

    after add function addShader in source, got this error in distro Warning: unknown reserved key: 10005034 player: Testt
  7. 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"...
  8. tibera

    Programmer updating tfs 1.2 for tfs 1.5 nekiro

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

    Lua enlarge images in shop.lua

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

    how inject eternal winter base sabrehaven

    need help to inject eternal winter base sabrehaven "exevo gran mas frigo" i inject in Tools.cpp MagicEffectNames magicEffectNames[] = { {"redspark", CONST_ME_DRAWBLOOD}, {"bluebubble", CONST_ME_LOSEENERGY}, {"poff", CONST_ME_POFF}, {"yellowspark"...
  11. tibera

    Mounts not working in Sabrehaven Base

    any can help me? I put several mounts, only the widow works base: [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork (https://otland.net/threads/7-4-7-8-7-92-8-0-sabrehaven-com-based-on-nostalrius-7-7-fork.283603/) <?xml version="1.0" encoding="UTF-8"?> <mounts> <mount...
  12. tibera

    lever boss

    hello, i got this script for lever boss, but is 24 hour. any help me to edit for use with 2 hour? function onUse(cid, item, pos, itemEx, toPosition) local actionid = 19006 local valueid = 3007 --store global local dia_atual, ultimo_dia = tonumber(os.date("%d"))...
  13. tibera

    Lua after SS, server offline in otservlist

    any can help me? using ubuntu 16.04 , firewall off and free ports tcp udp 7171 7172. my config.lua
  14. tibera

    Compiling otx2 ubuntu 16.04

    any can help me, i got this error in compiling. ubuntu 16.04 command: ./autogen.sh && ./configure --enable-mysql -enable-server-diag && make CXX luascript.o luascript.cpp:5210:9: error: ‘LuaScriptInterface’ has not been declared int32_t...
  15. tibera

    Lua OTX2 error in global_storage Value

    after get mounts and outfits, if using any mount got error saving player after logout. in database in gloal storage, value stranges. (a 123 b 456) its correcty
  16. tibera

    shop block

    how block shopsystem in website for players rookgaard??
  17. tibera

    addon not work after relog

    im using Otx 2 - 0.7 - Version 7.72 if disable addon1 addon2 and click ok , after relog acess addon 1 2 cant enable to use. <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"/> <list gender="1" lookType="128" name="Citizen"/>...
  18. tibera

    djinn quest HELP

    The Djinn War - Efreet Faction The Djinn War - Marid Faction its openned for all players, how block and use just with quest?
  19. tibera

    Lua [REFINE SYSTEM] help me

    this is code, i need player use refine with other coin ID 8350, 1. local cfg = { attribute = "refine_info", -- (NÃO MEXA!) fail_effect = {2, {x = 0, y = 0}}, -- efeito e offset caso falhar success_effect = {12, {x = 0, y = 0}}, -- efeito e offset caso bem sucedido items = { -- [id do item...
  20. tibera

    otclient not work in my otserv-svn 7.4.

    any can help me??
Back
Top