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

    [Movement Scripts]

    Hi, I'm using TFS 0.3 Beta 1 and it seams when ever I make a custom movement script it doesn't work. However I get no errors in the console and when I post the code here on forums people will give me better code or even say the code is fine and it should work. Is there some kind of bug that...
  2. T

    [Help me!] Searing Fire

    local vocs = 4, 8, 12 local words = "Sweet I aint dead!" local health = -10000 local mana = -10000 function onStepIn(cid, item, position, fromPosition) if getPlayerVocation(cid) == vocs then doCreatureSay(cid, words, 3) else doCreatureAddHealth(cid, health)...
  3. T

    [Request] Paralyzing Weapons

    Hi, I'm using TFS 0.2. I'm trying to make a melee weapon which paralyses the target when its in range. Does anyone have some working code like this?
Back
Top