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

Recent content by Unknown Soldier

  1. Unknown Soldier

    Spell [TFS 1.X]] Brutal Swing

    I solved the issue if anyone would ever need this. Also added a fix which doesn't send an animated text inside protection zones, that happened while standing next to PZ. The lance weapons might still have issues. -- function rotate_CCW_90(m) -- local rotated = {} -- for c, m_1_c in...
  2. Unknown Soldier

    Spell [TFS 1.X]] Brutal Swing

    Wondering if someone has solved this already, but when targetting creature south-east from player, the damage is applied like if player was targetting north-west creature, just with offset. I've checked few things here and there, but it's already almost 2 hours and I couldn't find the fix...
  3. Unknown Soldier

    Gatekeeping

    Alright sheriff, release it! You are the law here, bring us innovation! And please, let's continue playing the examples game, cause I love it! Here's mine: If you book a holiday, and you will pay for it (meaning you >bought< it), the room you will be accomodated in belongs to you, so you can...
  4. Unknown Soldier

    Gatekeeping

    Creating custom features like you do is absolutely fine and doesn't hurt OT community, I think it's just the opposite, with benefit to the community.
  5. Unknown Soldier

    Gatekeeping

    I am wondering what is the purpose of this thread? It looks like few people trying/crying to force @oen432 to release his works for free. And prohibit people from creating things that are not free.
  6. Unknown Soldier

    C++ Parcel without writing city name

    // Copyright 2022 The Forgotten Server Authors. All rights reserved. // Use of this source code is governed by the GPL-2.0 License that can be found in the LICENSE file. #include "otpch.h" #include "mailbox.h" #include "game.h" #include "iologindata.h" extern Game g_game; ReturnValue...
  7. Unknown Soldier

    Mapper dla zabawy [10.98+]

    Typie, dopiero co postawiles serwer, najpewniej cudzy z jakimiś własnymi wkładkami, rozreklamowales i bez zadnego info zamknąłeś. Szkoda czasu na Ciebie, sam nic nie umiesz zrobić, zerujesz na pracy innych, a nawet nie umiesz z tego skorzystać.
  8. Unknown Soldier

    Scammer highsanta aka idler aka matszur

    So you paid for something to release it for free? Are you brain damaged?
  9. Unknown Soldier

    Ascecion Project [Beta Development]

    Bot to heal, target, cast spells, to hunt, so why even play a game in the first place? 😒
  10. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    Maybe try something like this: function creatureevent.onDeath(creature, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) if getCreatureName(creature):lower() == creatureName then local creaturePos = getCreaturePosition(creature) local processedPlayers =...
  11. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    Wait. I don't get it. You wanted to have the possibility to choose the town, where the reward will go, so I made the talkaction that will allow it. How else you wanted to achieve it? Do you understand the script at all? If in game you type /setrewardtown thais your rewards will be sent to Thais...
  12. Unknown Soldier

    Uncover Map Talkaction

    It will spam the message Checked position (not teleporting): and just proceed to the next coordinates
  13. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    The only solution i can think of for now is creating a talkaction, so the player can decide which town should be the town where the rewards will be sent. rewardTownStorage = 66667 function onSay(player, words, param) if param == "" then...
  14. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    Change whole code from line: if player:addItemEx(bag) ~= RETURNVALUE_NOERROR then till the end of the script, or just paste whole script: local creatureName = "orshabaal" local timeCounterStorage = 66666 local delayTimer = 30 --in seconds local bagId = 1993 local mailboxPos = Position(1993...
Back
Top