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

    Lua Variant

    Can anyone tell me if this is right script use tfs 1.2 if isPlayer(creature:getTarget()) and creature:getTarget() ~= getTopCreature(Variant.getPosition(variant)).uid then creature:sendCancelMessage("You can not shoot this directly on players.") return false end the script is to make the...
  2. K

    Lua pass script to latest version

    Hello guys can someone help me pass this script for the version of tfs 1.2 (8.60 by ninja) function onStatsChange(cid, attacker, type, combat, value) if getPlayerSlotItem(cid, CONST_SLOT_FEET).itemid ==7891then if(type == STATSCHANGE_HEALTHGAIN)or(type == STATSCHANGE_MANAGAIN)then...
  3. K

    Lua change version of the script

    Hello can anyone help me pass this topic here is to tfs tfs 0.3.2 to 1.2 (8.6) https://otland.net/threads/hotkeys.229996/ I hope to help me tried passing using compat.lua to see the functions did not work; /
  4. K

    Bug Houses

    Hello guys, can anyone help me with a bug of houses even with the player leaving money in the bank he is losing the house! use tfs 1.2 (8.60) downgrade made by Ninja
  5. K

    Solutions tfs 1.2

    Hey guys, I ask to you some solutions! 1 - You can place retro pvp (as it was in versions 8.40 - 8.50) for example: to attack a player that is pk you rebece CONDITION_INFIGT even if the player has attacked you first. 2 - I tried to pass this script for the version of TFS 1.2 but could not if...
  6. K

    onHealthChange and onManaChange

    Hello guys someone could help me provide a system to reflect script tfs 1.2 with CONDITION_MANASHIELD? I am unable to do :( use TFS 1.2
  7. K

    Damage in specific position

    Can anyone tell me how I place so that when the player triggers a lever and it is in a position x he takes damage (if it is of vita light utamo damage too) without using doTargetCombatHealth
  8. K

    Solved Remove MW

    Staff can anyone tell me what is wrong in this action? function onUse(player, item, fromPosition, target, toPosition, isHotkey) local wall = getThingfromPos({x=890, y=487, z=5, stackpos=1}) if item.actionid == 8000 and item.itemid == 1945 and wall.itemid == 1497 then...
  9. K

    Problems to fix

    Hello guys someone could help me with two problems that utani hur does not work with comments after the quotation marks; example utani hur "comment The second problem is that I want to leave the server without the black skull as I do? use tfs 1.2
  10. K

    System black skull and PK

    Hello guys can anyone tell me how to shoot the black skull server system and let the pk system so if the player attack someone who is pk he can not return to the temple "enter pz"
  11. K

    Show Healing

    Hello guys Does anyone know how do I not show the amount that the spell is healing the player something like showHealingDamage use TFS 1.2 (8.6) made by Ninja
  12. K

    VPS

    Hello everybody I have a problem I am using TFS 1.2 version (8.6) of the Ninja but when I open it on my vps is giving the error 0xc000007b anyone know how to fix it? the vps are using Windows Server 2012 R2
  13. K

    Time paralyze

    Hello guys, can you help me? I'm wanting some examples of how I can do for the player can not withdraw paralyze. But how so? Example: the player receives a paralyze and for a certain time (seconds) he can not remove it even using magic utani hur or something in the genre she only comes out when...
Back
Top