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

    TFS 1.X+ How can Retro Hardcore PvP be set up?

    @zbizu @Chriistian.L.B So I can easily set PvP Enforced and I should get Retro Hardcore PvP style, do you suggest any changes?
  2. Kownikuzyt

    TFS 1.X+ How can Retro Hardcore PvP be set up?

    @Evil Puncker Thank you for your answer. It is enough to set: worldType = "pvp" on pvp-enforced protectionLevel = 100 on 8 killsToRedSkull = 5 on ? killsToBlackSkull = 10 on ? RedSkull - is normally charged? BlackSkull - it's off? timeToDecreaseFrags = 4 * 60 * 60 * 1000 whiteSkullTime = 7...
  3. Kownikuzyt

    TFS 1.X+ How can Retro Hardcore PvP be set up?

    Hello, are there any specific TFS settings for Retro Hardcore PvP? What code links would I have to provide for you to verify?
  4. Kownikuzyt

    AAC Counter of the money (all) collected by the player.

    Hello, I have an interesting and stupid question and request. Anyone able to execute a script that shows the money earned by players while killing monsters? (counter to home page) The counter includes: Gold Coin, Platinum Coin, Crystal Coin. (if it was possible, I would ask for the...
  5. Kownikuzyt

    Cast Open (experience)

    I solved the problem: @Silba Code: data/events/scripts/player.lua local multiplier = 1.3 if self:getStorageValue(17754) == 1 then exp = exp * multiplier end Code: data/talkactions/scripts/cast.lua local storage = 17754 -- exp storage function onSay(player, words...
  6. Kownikuzyt

    Cast Open (experience)

    @Silba Thanks for your willingness to help, I'm still messing around and rewriting the script, maybe it will discover a new bug that will help solve this mystery.
  7. Kownikuzyt

    Cast Open (experience)

    @Silba Code: /home/ots/data/events/scripts/player.lua Console: Borry has logged in. dont have storage dont have storage Borry has logged out.
  8. Kownikuzyt

    Cast Open (experience)

    @Evil Puncker Sorry, I misunderstood :( Code: /home/ots/data/events/scripts/player.lua local multiplier = 1.3 if print(self:getStorageValue(17754)) == 1 then print(exp) = exp * multiplier end Console: [Warning - Events::load] Can not load script: player.lua...
  9. Kownikuzyt

    Cast Open (experience)

    @Evil Puncker Console: Code: /home/ots/data/events/scripts/player.lua local multiplier = 1.3 print("hello world") if self:getStorageValue(17754) == 1 then print("hello world") exp = exp * multiplier print("hello world") end I do not understand, it does...
  10. Kownikuzyt

    Cast Open (experience)

    @Evil Puncker There are no bugs in the console, but after turning on !Cast exp don't increase :( Before playing for killing a monster I got 55 exp and after !Cast is still 55 exp.
  11. Kownikuzyt

    Cast Open (experience)

    @4Nathu4 There is an error on the console !Cast in the console:
  12. Kownikuzyt

    Cast Open (experience)

    Hello, I searched the forum for a script on !Cast + 20% exp. I noticed the topic: experience cast open (https://otland.net/threads/experience-cast-open.261391/) I got 55 exp from a monster and with this script I get 5 exp. Code: data/talkactions/scripts/cast.lua storage = 17754 function...
  13. Kownikuzyt

    Lua Problem with converting "game store" units

    @jo3bingham Thanks for your help for solving the problem. -- If offer is item. if offer.type == GameStore.OfferTypes.OFFER_TYPE_ITEM then local inbox = player:getSlotItem(CONST_SLOT_STORE_INBOX) if inbox and inbox:getEmptySlots() > 0 then for t...
  14. Kownikuzyt

    Lua Problem with converting "game store" units

    Hello, I have a problem if you want to buy "Crystal Coins" in quantity "5". When you get the message that you purchased "5" "Store Inbox" number "25" appears (same is with "Potion of Health") Can you fix it somehow? data/modules/scripts/gamestore/init.lua...
  15. Kownikuzyt

    AAC Problem [Znote AAC] | Field 'vote' doesn't have a default value

    @Znote Thanks reply. Removed the "vote" and "vip_time" columns (I also get an error). Also in the "players" table the same error appeared with the "comment" column. The base I received (for inspection) CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT...
  16. Kownikuzyt

    AAC Problem [Znote AAC] | Field 'vote' doesn't have a default value

    Hello, I have a problem, I moved the server to a new machine. Everything was successful, but there is an error creating a new account. How can I fix it? $config['ServerEngine'] = 'TFS_10';
  17. Kownikuzyt

    [Poland][8.6] HardCore-War

    HardCore-War - Team vs Team https://www.hardcore-war.com/ IP: hardcore-war.com Protocol: 8.6 Port: 7171 The "HardCore-War" project: We have our own customer! (HardCore-War (https://www.hardcore-war.com/downloads.php)) The item store is cheap! (HardCore-War...
  18. Kownikuzyt

    [8.6] [0.3.7] - TeamWarOT HardCore - Team vs Team

    The server has started! https://www.hardcore-war.com/ Team vs Team Features: Map with 5 citys (Carlin, Venore, Edron, Fibula and Thais) Auto Map Change Auto Re-Balanceamento de Teams Auto Mensagens Anti MC Gain Gold Coins on Kill Gain Experience on Kill Skull System: - 100 frags = Yellow...
  19. Kownikuzyt

    TFS 1.X+ How can I fix my Account Status?

    BUMP BUMP BUMP
Back
Top