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

    Stamina Up

    Yes, same settings
  3. marcos16

    Stamina Up

    I used the same .exe file on another server, stamina increased. Where would the problem be? I looked at everything and did not find, creaturescript, etc.
  4. marcos16

    Stamina Up

    rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 3 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal = 1.0 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true config.lua I set it up in several...
  5. 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?
  6. marcos16

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

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

    Lua Logout On accept

    up
  9. 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...
  10. 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...
  11. 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']...
  12. marcos16

    Lua Trade VIP

    up
  13. marcos16

    Lua Trade VIP

    Up
  14. marcos16

    Lua Trade VIP

    up
  15. 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...
  16. marcos16

    Lua Trade

    When using the command does not appear in the default. Could you set it up to appear? For example: When to use! Tradevip xikini, 3 Appear Marcos says: ! Tradevip xikini, 3
  17. 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 =...
  18. marcos16

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

    Found it. I just do not understand what I should do. void Player::dropLoot(Container* corpse) { if(!corpse || lootDrop != LOOT_DROP_FULL) return; uint32_t loss = lossPercent[LOSS_CONTAINERS]; if(g_config.getBool(ConfigManager::BLESSINGS)) { uint32_t start =...
Back
Top