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

    C++ Can I add quivers to tfs 1.4.2? and keep 10.98

    what's up guys! I want to add the quivers system to my server, I'm using tfs 1.4.2 and I want to keep it compatible with version 1098. I tried to base myself on a pull request, it worked but it changed my game version to 12.87, and I want it to continue 1098 .
  2. gabrielsaintz

    TFS 1.X+ Fix Spell tfs 1.4.2

    What's up guys! I have a Spell but I wanted it to follow my character, can someone tell me a way to do that? Code: function spellCallback(cid, position, count) if Creature(cid) then if count > 0 or math.random(0, 1) == 1 then position:sendMagicEffect(CONST_ME_HITBYFIRE)...
Back
Top