• 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

    RevScripts [TALKACTION] - Check cavebot players.

    You're answearing a guy, who would want to use charity portals to avoid paying taxes for his OTS so... wouldn't expect that 😅 Free of charge is a fair price!
  2. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Alright... it's fine then, my bad :rolleyes:
  3. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    They are healing themselves. You are checking if attacker:isMonster(), but not checking if the target is player. That made me wonder, if the monster would trigger it's healing spell, it is still considered an attacker, but doesn't check who it targets. Isn't it like that? I'm just thinking out...
  4. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Right, if you need the critical hit to affect every attack of the monster, then the script is obviously a way to go. I wonder if the script provided by @Xikini would also affect monsters healing? I guess would be good to add if primaryType == COMBAT_HEALING then return primaryDamage...
  5. Unknown Soldier

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Just add the new attack to the monster, and set animation to critical hit, which is 173. No need to create anything more than that <attack name="ice" interval="2000" chance="10" range="7" radius="1" target="1" min="-10" max="-30"> <attribute key="areaEffect" value="173" /> </attack>
  6. Unknown Soldier

    [Module] - Loot Simulator - TFS 1.5

    Cool module, will make configuring a lot easier, thanks for sharing! Pro tip, if you have all monsters in one folder, just select them all, press shift and right mouse button, select "copy as path" and paste it into some text editor. Then just change (usually ctrl+h) the paths that you have...
  7. 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...
  8. 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...
  9. 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...
  10. 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.
  11. 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.
  12. 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...
  13. 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ć.
  14. Unknown Soldier

    Scammer highsanta aka idler aka matszur

    So you paid for something to release it for free? Are you brain damaged?
Back
Top