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

    YurotsOnline 7.6 - Project Discussion Thread

    YurotsOnline General Information Dear Players, Brave adventurers, into this new world of magic and mystery! Today, the doors of our Yurots kingdom open, where courage is rewarded, challenges are overcome and friendships are forged in epic battles. Yurots is a classic Yurots map server...
  2. Forkz

    C++ TFS 1.5 downgrade nekiro - Add Effect use Teleport

    Hi otlanders, I would like to add the teleportation effect to my source when the player accesses a teleport or is moved somewhere, does anyone know where in the source I add this?
  3. Forkz

    TFS 1.X+ TFS 1.5 Downgrade Nekiro - 772 - Fire on top of door

    Hi otlanders, As shown in the image below, when there is a fire on top of the level door, I cannot remove it using destroy field and it becomes buggy as shown in the image. local positionOffsets = { Position(1, 0, 0), -- east Position(0, 1, 0), -- south Position(-1, 0, 0), --...
  4. Forkz

    Lua TFS 1.5 - Downgrade Nekiro - NPC Exchange x items for y items.

    Hi otlanders, I need an NPC that exchanges configurable items, example, the player will give items id 4850 quantity 20 and item id 2160 quantity 50 and will receive item 2195 quantity 2. And the player can only make this exchange within a 1-day interval. Can anyone help me?
  5. Forkz

    PHP Myacc Icon Top Website

    Hi otlanders, How do I add the icon that stays in the browser, I'm using myacc
  6. Forkz

    Lua TFS 1.5 7.72 - Nekiro Downgrade - RevScript Does not lose exp, items Dead

    Hi outlanders, I'm looking for a script according to the title where the player with a configured level does not lose items, level, skills, NOTHING when he dies. If anyone can help me I would be grateful!
  7. Forkz

    C++ TFS 1.5 7.72 Downgrade Nekiro - sendChannelMessage Not Working

    Hi Otlanders, https://github.com/nekiro/TFS-1.5-Downgrades/tree/7.72/src I have a problem with this function, it is not working, I have already tested print() in the server console and it works, but when it comes to the sendChannelMessage function it is not working. I am using this test...
  8. Forkz

    Linux TFS 7.72 Downgrade Nekiro - segmentation fault (core dumped) Warlock Dead

    Hi otlanders, After I kill a warlock, the server crashes and generates a "segmentation fault (core dumped) log. I generated the "core" file. Does anyone want to help me?
  9. Forkz

    Lua TFS 7.72 - Downgrade Nekiro Need Talkaction !buyer items

    Hi otlanders, I need a talkactions to buy items mentioned, as in the model below, but for the TFS 1.5 version. <!-- Buy Command --> <config name="command-buy-config"><![CDATA[ items = { ['brown backpack'] = {cost = 500, id = 1988}, ['backpack'] = {cost...
  10. Forkz

    Lua [TFS 1.5] Downgrade Nekiro - Add Effects Spells

    Hi otlanders, How do I add an effect while the spell is active? local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) local condition = Condition(CONDITION_REGENERATION)...
  11. Forkz

    C++ Change minimum exhausted spells value

    Hi otlanders, I would like to change the minimum exhausted value of spells, IT SEEMS that the minimum is 1000ms Source https://github.com/nekiro/TFS-1.5-Downgrades/tree/7.72/src
  12. Forkz

    Lua [Change OTX 0.3.7 to TFS 1.5] Script Global Exhausted

    Hi otlanders, data/talkactions/lib/talkactions.lua -- Prevent spamm commands -- function checkExhausted(cid, storage, seconds) local v = exhaustion.get(cid, storage) if(not v) then exhaustion.set(cid, storage, seconds) else doPlayerSendTextMessage(cid...
  13. Forkz

    Lua Change TFS 1.2 to OTX 0.3.7 - Script Lua Trainer

    Can anyone turn this script into OTX 0.3.7? function onSay(player, words, param) local words = {'The training will makes me stronger!','Training time!','I will punch that monk!'} local choosed = math.random(1,#words) local playerPos = player:getPosition() if...
  14. Forkz

    Map Editor Cipsoft files

    Hi otlanders, Does anyone know if there is a map editor available for the leaked cipsoft 7.70 files?
  15. Forkz

    TFS 1.X+ TFS 1.5 - Downgrade Nekiro 7.72 - Add in-game shop OTClientv8

    Hi otlanders, I was trying to put the game store on my server, I'll show the steps below that I did, but after all that I couldn't access the server anymore, it appears as offline. Source...
  16. Forkz

    TFS 1.X+ Script backpack reduces 25% capacity

    Hi otlanders, I'm looking for a backpack script that when equipped reduces the capacity of the items inside it by 25%. Anyone to help with this script?
  17. Forkz

    Lua TFS/OTX2 0.4 - Need Change Outfit/looktype Creaturescript Monster

    Hi otlanders, I'm in need of a creaturescripts scripts making the X monster change its looktype at y time. If you need me to explain better, just ask me.
  18. Forkz

    TFS 1.X+ TFS 1.5 / 772 - Use runes Backpack closed otclient

    Hi otlanders, source: GitHub - nekiro/TFS-1.5-Downgrades at 7.72 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/7.72) I'm using otclient with hotkeys, but the backpack needs to be open to be able to use the runes, can anyone help me?
  19. Forkz

    TFS 1.X+ C++ Condition if in bool config.lua true/false

    bool Spawn::spawnMonster(uint32_t spawnId, spawnBlock_t sb, bool startup/* = false*/) { bool isBlocked = !startup && findPlayer(sb.pos); size_t monstersCount = sb.mTypes.size(), blockedMonsters = 0; const auto spawnFunc = [&](bool roll) { for (const auto& pair : sb.mTypes) {...
  20. Forkz

    TFS 1.X+ TFS 1.5 / 772 - canWalkthrough player PZ

    Hi otlanders, Source: GitHub - nekiro/TFS-1.5-Downgrades at 7.72 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/7.72) As the title says, I wanted the player to go over the other, and not fix this configuration.
Back
Top