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

    Solved Can anyone help create me a custom client for tibia 8.6

    http://www.ots.ronit.pl/client_generator/generated/Tibia_860_53fe56bf61fb8.exe I generated it to you :) You can create your own client here: http://www.ots.ronit.pl/client_generator/
  2. Rer

    Solved Magic Forcefield Effect

    You have errors in compiling? I am sure you do small bugs in edit your code :P
  3. Rer

    Solved Magic Forcefield Effect

    You must edit source code in teleport.cpp if(Creature* creature = thing->getCreature()) { g_game.addMagicEffect(creature->getPosition(), MAGIC_EFFECT_TELEPORT, creature->isGhost()); creature->getTile()->moveCreature(actor, creature, destTile)...
  4. Rer

    zNote v1.5 Search Character dont work

    Try to change: header('Location: index.php'); to: header('Location: characterprofile.php');
  5. Rer

    How to remove SALT from gesior2012?

    I am not sure, but you can try to check it in config.php. You should have variable for this.
  6. Rer

    Anhi error (tfs 1.0)

    You don't have getPlayerCustomFlagValue function. Make sure you have libs for your TFS version.
  7. Rer

    TFS rev 3884 crash

    It may well be something with scripts from the server :)
  8. Rer

    [TFS 1.0] TalkActions !commands

    local config = { ingameGuilds = getBooleanFromString(getConfigValue('ingameGuildManagement')) } function onSay(cid, words, param, channel) if(not checkExhausted(cid, 666, 10)) then return false end local playerAccess, t = getPlayerAccess(cid), {} for i, talk in...
  9. Rer

    Lua My script, how to improve?

    So, let's try this :P
  10. Rer

    Bank npc (TFS 1.0)

    https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS/blob/master/data/ get libs from here (to npc and in compat.lua)
  11. Rer

    Linux Gesior2012 guild_images doesnt show

    Oh. I can't see this really xD @topic I really want to help you, but I don't know what's wrong...
  12. Rer

    Account Manager problem

    Try to change password, for example to: 123456 7c4a8d09ca3762af61e59520943dc26494f8941b
  13. Rer

    Lua My script, how to improve?

    You forgot about "then" after "if" :p if voc == 1 or voc == 5 or voc == 9 or voc == 2 or voc == 6 or voc == 10 then And your decleration of functions in sendMessage is wrong: Not be: .."function().." Must be: "..function().." I fix your code: -- Scripted by Ramiro Jesse Grant for...
  14. Rer

    Linux Gesior2012 guild_images doesnt show

    I think that you have downloaded it from a source other than the official github GesiorACC, because I do not see even a script in a website folder.
  15. Rer

    Bank npc (TFS 1.0)

    Can you try with this bank script? http://pastebin.com/E855BxGe
  16. Rer

    Windows Save House

    You can use TFS 0.3.7 (8.60 r.5969) - it's with fixed bugs. Search it on OTLand :P
  17. Rer

    Windows Save House

    I think you have TFS 0.4 rev. 3777 or 3884? :P
  18. Rer

    Bank npc (TFS 1.0)

    Do you have any errors in console?
  19. Rer

    Linux Gesior2012 guild_images doesnt show

    Post your guild_image.php here.
  20. Rer

    Windows Save House

    I think saving houses is working. Command /save do this. You can do backup of 'houses' tabel. You must click 'Export' in 'houses' then 'Import'
Back
Top