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

Search results

  1. Shoorkill

    [TFS 1.5]any living soul, could turn this script into revscript? and if possible when the character says "[CRITICAL] he gets 10% life and mana?and add

    SORRY I DIDN'T FORMAT MY ORDER WELL, but it's a sword haha, I tested it with an arrow and nothing happens ;x
  2. Shoorkill

    [TFS 1.5]any living soul, could turn this script into revscript? and if possible when the character says "[CRITICAL] he gets 10% life and mana?and add

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) function onGetFormulaValues(cid, level, maglevel) skill = getPlayerSkill(cid,3) level = getPlayerLevel(cid) min = -((skill*1)+level*1) max = -((skill*12)+level*1) return min, max end...
  3. Shoorkill

    You cannot attack your guild tfs 1.2 by celehore

    Does it work on tfs 1.5 nekiro's? xD
  4. Shoorkill

    potion of the gods

    PI need it to work as follows: When using the potion, the character receives charges of 20% of mana and total life, every 5 seconds for 1 minute When using the potion it must be removed and 50 souls will be needed to use the potion, which will also be removed when used The potion cannot be used...
  5. Shoorkill

    [1.5] Simple Task 4.0 | Vodkart

    I tested it in nekiro downgrade 8.0 tfs 1.5, I have no errors, but I can kill infinite demons that are not counted, that is, I never complete the task ;x
  6. Shoorkill

    TFS 1.X+ [TFS 1.5] Potion of experience

    I need a script that will work as follows: a potion with id "X" when used will double the player's experience for 10 minutes, after 10 minutes it returns to normal experience, One cannot be used while the other is in effect. When using it must be removed. I count on your help, you beautiful ones xD
  7. Shoorkill

    [TFS 1.5] Characters do not receive experience from killing creatures

    HELP ME!! I don't know what I did wrong, my characters no longer receive exp when killing monsters, someone give me a way?
  8. Shoorkill

    someone convert this script to work in tfs 1.5 nekiro 8.0 ?

    there was an error answering you in the other tab ;\ 1685299319 Lua Script Error: [Action Interface] data/actions/scripts/tp.lua:onUse LuaScriptInterface::luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent' data/actions/scripts/tp.lua:59: in...
  9. Shoorkill

    Teleport Item tfs 1.5

    Lua Script Error: [Action Interface] data/actions/scripts/tp.lua:onUse data/actions/scripts/tp.lua:37: attempt to index a boolean value stack traceback: [C]: in function '__index' data/actions/scripts/tp.lua:37: in function <data/actions/scripts/tp.lua:1>
  10. Shoorkill

    very strange

    How can I work this magicpercent in tfs 1.5 of nekiro? Nice
  11. Shoorkill

    someone convert this script to work in tfs 1.5 nekiro 8.0 ?

    Lua Script Error: [Action Interface] data/actions/scripts/tp.lua:onUse data/actions/scripts/tp.lua:156: attempt to compare nil with number stack traceback: [C]: in function '__lt' data/actions/scripts/tp.lua:156: in function <data/actions/scripts/tp.lua:126> it only marks the...
  12. Shoorkill

    someone convert this script to work in tfs 1.5 nekiro 8.0 ?

    local function Teleport10(cid) if isPlayer(cid) == TRUE then xpos = getPlayerStorageValue(cid, 111) ypos = getPlayerStorageValue(cid, 222) zpos = getPlayerStorageValue(cid, 333) spos = {x=xpos, y=ypos, z=zpos} doTeleportThing(cid, spos) doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE, 'Você...
  13. Shoorkill

    Teleport Item tfs 1.5

    it does not work, it is teleporting to the same sqm that it is .. I need that when using the item it marks the coordinates of the used place, when using the item again it does a 5 second count and is thrown to the marked place again
  14. Shoorkill

    Teleport Item tfs 1.5

    I have an error: data/actions/scripts/teleporte-pos.lua:176: attempt to call global 'doCreatureCombatCondition' (a nil value) stack traceback: [C]: in function 'doCreatureCombatCondition' data/actions/scripts/tp.lua:176: in function <data/actions/scripts/teleporte-pos.lua:128>
  15. Shoorkill

    exp potion

    I put this script in my tfs 1.5 but it didn't work, instead of gaining double the exp my character didn't gain any exp ;d
  16. Shoorkill

    Teleport Item tfs 1.5

    I would like a teleport like this: when using item id: X you mark the current coordinates of your character (do not remove the item id: X) when using it again you are given a 5 second countdown and you are taken to the location of the marked coordinates (removes 1 item id: X) Remarks, item id: X...
  17. Shoorkill

    Teleport item TFS 1.3

    I would like a teleport like this: when using item id: X you mark the current coordinates of your character (do not remove the item id: X) when using it again you are given a 5 second countdown and you are taken to the location of the marked coordinates (removes 1 item id: X) Remarks, item id: X...
  18. Shoorkill

    [1.5] Simple Task 4.0 | Vodkart

    tfs 1.5 8.0?
  19. Shoorkill

    Roulette System

    how to install on my server tfs 1.5?
  20. Shoorkill

    C++ Boostpercentmagic attribute by Nekiro

    [Warning - Items::parseItemNode] Unknown key value: boostpercentmagic I did the step by step that you followed but I got this error [Warning - Items::parseItemNode] Unknown key value: boostpercentmagic
Back
Top