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

    [8.60] The Forgotten Server 0.4

    I recommend dowload and dowgrade tfs 1.3 its almost 0 bugs
  2. MartK

    otx2 or otx3 8.6

    otx 3 is good but i would prefer tfs 1.3 to 8.6 ot server
  3. MartK

    Casting spell / rune while running. [help or job]

    LOL, POST YOUR PLAYER CPP
  4. MartK

    Casting spell / rune while running. [help or job]

    Go to Player.cpp in your source files and Search this fuction else if((!weapon->hasExhaustion() || !hasCondition(CONDITION_EXHAUST, EXHAUST_COMBAT)) && weapon->useWeapon(this, tool, attackedCreature)) Later Change this with that: else if(!weapon->hasExhaustion() && weapon->useWeapon(this, tool...
  5. MartK

    Casting spell / rune while running. [help or job]

    Ok i will post for you
  6. MartK

    Casting spell / rune while running. [help or job]

    Are you usign tfs 0.4 or OTx?
  7. MartK

    Feature Remove Experience From Summons TFS 0.4 and Any Otx 2x

    First you need edit the sourcecode 1.- Go to your source files and open criature.cpp search this fuction: void Creature::addDamagePoints(Creature* attacker, int32_t damagePoints) { if(damagePoints < 0) return; uint32_t attackerId = 0; if(attacker) attackerId =...
  8. MartK

    GlobalEvent TFS 0.4 or Otx 2.5x or any TFS 0.x Remove PZ in Protection Zone

    Create a File With name = Removepz.lua and Add this: local function removeBattle(cid) doRemoveCondition(cid, CONDITION_INFIGHT) return false end function onThink(interval) for _, cid in ipairs(getPlayersOnline()) do local pos, tile = getThingPos(cid)...
  9. MartK

    TalkAction TFS 0.4 Otx and 0.x versiosn Reduce Lag Saving PLayers & Houses

    Its soo simple only need add tag in talkactions.xml: <talkaction words="/save" event="script" value="SavePlayer.lua"/> Later Go to your data, Talkactions/Scripts/ And Create a file lua, with the name Saveplayer.lua and Add this code: >Nitrox> local Configs = { Exhausted = 180...
  10. MartK

    Action Upgrade System Maybe the best Tfs 0.4,Otx 2.5s and All 0.x Versions

    Just like and Use the Script bro, i just wanna help to newcomers
  11. MartK

    Action Upgrade System Maybe the best Tfs 0.4,Otx 2.5s and All 0.x Versions

    @Xikini I had edited some things bro, mock script dont work in otx
  12. MartK

    Action Upgrade System Maybe the best Tfs 0.4,Otx 2.5s and All 0.x Versions

    Author: Mock Original Release: Perfect items upgrade 2.0 -- Slot sytem 1.- Create a file in Actions folder: Actions/other/scripts: upgradesyst.lua -- &a = weapon attack -- &d = weapon defense -- &s = shield defense -- &p = armor defense -- # = nivel do item -- @ = max level local gain = {...
  13. MartK

    TFS 0.X Action script is passing through walls

    Soo simple Add this in your combat.ccp: Search this void AreaCombat::getList(const Position& centerPos, const Position& targetPos, std::forward_list<Tile*>& list) const { After ADD Tile* tile = g_game.map.getTile(targetPos); if (tile->hasProperty(CONST_PROP_BLOCKPROJECTILE)) {...
  14. MartK

    Anyone can help me with this script for Manarune

    Anyone Can tix that?
  15. MartK

    Programmer Bounty 10$

    @Wirless I can fix that
  16. MartK

    C++ Monster pack of vestia.pl

    Like Giant, Armored Giant, Blind Freak & possesed Draken, If anyone can create for me i would apreciate
  17. MartK

    Programmer [3 usd] DirectX working OTC build.

    :$ LOL
  18. MartK

    Resignation

    :///
  19. MartK

    Monster standing after dying!

    Bug in login.lua data/creature/scripts/login
  20. MartK

    Witch Is better TFS 0.4 rev3484, Otx 2.5 Lord zed or 2.8 Leziek and why??

    Srry im new here, and i got a lot of dudes. Thanks all for answers @MartyX @Ninja @Cjaker
Back
Top