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

    TFS 0.X Search help

    Hello, i try to solve that problem -> and i can't do this, if i use item with id 8300 on alive monster/npc/player i have that error. Someone can help me? Here is code: function onUse(cid, item, fromPos, item2, toPos) if (getItemAttribute(item2.uid, "M_Soul")) and (os.clock() -...
  2. 3

    TFS 0.X Script Stun problem

    Hi, guys. I have a script for stun but if monster/player die i have something like this: here is script local condition1 = createConditionObject(CONDITION_INFIGHT) local condition2 = createConditionObject(CONDITION_EXHAUST) local condition3 = createConditionObject(CONDITION_MUTED)...
  3. 3

    Double rune

    I search the double rune, that rune reduced cooldown of spells/runes if u use rune u have like 500ms less cooldown for like 5-10 second someone have the script or can make for me? tfs 0.3.6 8.6
  4. 3

    [TFS 0.3.6] 8.6 Fields crash server

    Hello, I have problem with fire field/energy field etc. If i step on fire field/energy field etc. i have crash server. Don't have any problem in console. How i can repair this?
  5. 3

    Lua [TFS 0.3.6] 8.6 Critical damage system

    I don't know what i would to do to add another line to script. How can i use this option in the script? I need this efect if i hit with DeathDamage. doSendAnimatedText(getPlayerPosition(cid),"Critical!!", TEXTCOLOR_GREEN) Below i show you the script local chance = 10 local arr = {{0, 0, 0}...
Back
Top