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

    Lua TradePremium

    Hello, I need to put 2 actions in this script. Get to negotiate with 1 or 2 sqm of distances (maximum). Business minimum of 2 days. Get negotiated only if 2 days of premium is left in the account. Example: You have 3 days premium, you will not get it because there will be only 1 day left. 4 days...
  2. marcos16

    Mount exchange

    Hello otlanders, A problem appears on the mounts of my server Use mount with speed 20 it adds 20 speed to the player. I switch to a speed 5 mount (without taking the previous mount) the speed attribute 20 continues and if I leave the mount speed 5 will remove only the 5 speed, getting 15 speed...
  3. marcos16

    NPC Don't Buy

    I was using a tfs 0.4 8.6 I passed the files to tfs 0.3.7 10.10. The NPC's of trade I'm not buying the items. When I try to sell the item it says that I do not have any. Could anyone help? NOTE: There is no error in the executable Up
  4. marcos16

    Compiling CriticalHitChance

    I am adding criticalhitchance attribute in TFS 0.3.7 Damson Crying. When it arrives in player.cpp it gives the following error: player.cpp: In member function âvirtual int32_t Player::getCriticalHitChance() constâ: player.cpp:453:39: error: âiâ was not declared in this scope CXX position.o...
  5. marcos16

    Open 2 server

    I bought an additional ip address in a VPS. I'm trying to connect another server with the IP I bought. So far so good. He calls normally, but when I try to get into the tibia he just keeps charging. Do I need to make another kind of change? NOTE: The map is 1 mb up up
  6. marcos16

    Time in tile

    I need a script that a tile can only be allowed to spend between x time. Ex [01:00 - 02:00] Send the following message when trying after hours: You can only pass this place between 1:00 - 2:00 p.m. Could anyone help? REP+
  7. marcos16

    Premium Scroll

    I'm using this mod for players to buy premium. But some people complain that the premium lasts 12 hr / 15 hr. And it does not last 24 hours. Could anyone help? <?xml version="1.0" encoding="UTF-8"?> <mod name="Buy premium command" version="1.0" author="The Forgotten Server" contact="otland.net"...
  8. marcos16

    War System

    Firstly good morning. In my OtServer that I opened the galley was with the war of guilds activated between two guilds [war system with shields]. However when one of the guilds surrendered the guild that was champion was left with all the frags of when they killed when it was with war system...
  9. marcos16

    Parcel System

    Hello I'm having a problem sending parcels. I put the city and the name of the character, I send the mail box but it does not reach the destination. How do I solve this problem? Worth REP +
  10. marcos16

    NPC Promoter

    Hello. I need a promotion npc per mission. It works as follows: Player: hi NPC: Hello player! How can I help you? Player: promote NPC: I can promote you to the Divine vocation, but you have to face some missions. You accept? Player: yes NPC: Go and kill 50 demons. Come back when you're done...
  11. marcos16

    SpeedMAX

    I need a script or configuration on the source that has a speed limit. Example: When you get to speed 450 you do not get any more speed at levels advance. [Except when using some speed spell] It is possible? Could someone help with this?
  12. marcos16

    C++ Downgrade TFS 1.2

    I need a TFS 1.2 in version 8.55. Does anyone have it available? Or any tutorial on how to downgrade?
  13. marcos16

    Stamina Up

    I need a script that recovers stamina when the player sleeps. Because it is not recovering stamina offline. Could someone help me with this? I'm using Tfs 0.4_svn
  14. marcos16

    Lua Logout On accept

    Hello OtLanders. Well, I have a script that needs some modifications ... So I need someone to do this ... Follow the script below local config = { itemid = 5957, storage1 = 224413 } function onSay(cid, words, param, param2, channel) if param == '' then...
  15. marcos16

    Lua Accept Trade

    Hello. I am using a trade vip command, after a while from the online server, after several transfer it stops working. The trade opens, but when the two accept the vip it will not ... Could anyone help? talkaction: local config = { itemid = 5957, storage1 = 224413 } function onSay(cid...
  16. marcos16

    Linux Lost Account

    Hello. I have the following error when trying to recover the password by email in the lost account. I'm using Gesior on ubuntu. An error occurred while sending email! Try again or contact with admin. # Emails Config $config['site']['send_emails'] = true; $config['site']['mail_address']...
  17. marcos16

    Lua Trade VIP

    Hello. I would like to modify this script. I would like it not to send the trade item, I want it to serve only for the trade to work, and not to send the item after accepting the trade. And also the player who says! Tradevip the item is being created in the backpack, wanted to remove that. When...
  18. marcos16

    Lua Frags System

    Hello. My! Frags system appears in a table when using it. I would like it to appear in Default. Could someone modify it for me? local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList =...
  19. marcos16

    C++ [TFS 0.4] - Remove Backpack on death

    Hello. I'm needing a script or some source code change so I will not remove the backpack when it dies [except when it's redskull clear]. I have seen some scripts but they are level protection, do not lose loot up to a certain level, but it is not what I need ... Anyone available to help? :|...
  20. marcos16

    Lua Trade

    Hello. I have this script for a tradevip. I want it to work only when the player has a vip amount that will remain more than 2 days. Ex: The minimum transfer amount is 2 days. Player has 3 days, he tries to transfer 2 [will be 1] but I do not want to give to transfer so, I want a way that the...
Back
Top