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

Recent content by Ancienciq

  1. A

    Ccript converting tfs 1.2

    i have alredy disabled it by adding -- in code that i have pasted :D
  2. A

    Ccript converting tfs 1.2

    thanks @Aled i changed it a little bit becouse this const me stepvertial was showing all around character local function A(p) local t = {} for i = -1,1 do for j = -1,1 do table.insert(t, p + {x = i } + {y = j}) end end return t end -- i've omitted...
  3. A

    Apply changes to tfs 1.2

    Hello, can someone help me to apply this changes to tfs 1.2 source? Feature - Every changes you need to a Hardcore/War Server i want to delete black skull disadventages :)
  4. A

    Ccript converting tfs 1.2

    when i kill it gives this error Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/tfws_creaturescripts/death.lua:onDeath data/creaturescripts/scripts/tfws_creaturescripts/death.lua:18: attempt to call method 'sendMagicEffect' (a nil value) stack traceback: [C]...
  5. A

    Ccript converting tfs 1.2

    Hello can someone help me with converting this script to tfs 1.2? function onDeath(cid, corpse, deathList) if(isPlayer(cid) == true) then for _, pos in pairs(getArea(getCreaturePosition(cid), 1, 1)) do doSendMagicEffect(pos, 65) end doCreatureSay(cid...
  6. A

    Solved House saving TFS 1.2

    can you post your saving script :d?
  7. A

    MyAAC v0.7.12

    Thanks!
  8. A

    MyAAC v0.7.12

    no i was filling it correctly, i have downloaded latest version and this still happens
  9. A

    MyAAC v0.7.12

    Check this screenshot! i have this error when creating new character how to fix it?
Back
Top