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

    Remove rune (teleport item)

    Ok solved, thanks ;)
  2. zxzxzx

    Remove rune (teleport item)

    refresh.. :p
  3. zxzxzx

    Remove rune (teleport item)

    Hello! I need to remove item when I use it the script: local newPos = { x = 955, y = 1008, z = 3 } local delayInSeconds = 1800 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_POFF) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE...
  4. zxzxzx

    Special manarune for paladins

    Hay I make that what I need.. simple, I edit ultimate healing rune and added mana healing xD local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0)...
  5. zxzxzx

    Special manarune for paladins

    but can you make it without using config.lua exActions? only exhausted - 1 second. i can't change my config.
  6. zxzxzx

    Special manarune for paladins

    ok now it work but I have problem with exActions.. in my config I have ExActions - 500 but on this rune I want ExActions - 1000 (1 second for use it) now I have 0.5 second, I can't change it. can you make Exhaustion 1 sec? no matter if there is 2000 or 10000 this script using my config ExActions.
  7. zxzxzx

    Special manarune for paladins

    ok Friend it would be nice and very helpfull becouse I don't find that what I need on forum, every single script are too old or calculate method is shity. sry for my English ;3
  8. zxzxzx

    Special manarune for paladins

    ok so I be waiting for you post ;3 I don't know how to script well.
  9. zxzxzx

    Special manarune for paladins

    ohh yes... I forgot... sorry, version: tfs 1.2 10.90
  10. zxzxzx

    Special manarune for paladins

    Hello! I need manarune script that gives mana AND HP based on calculate method like this one: " template = {min = (((playerinfo.level * 4) + (playerinfo.mlevel * 10)) + 0.0) , max =(((playerinfo.level * 5) + (playerinfo.mlevel * 10)) + 0.0)}," and this manarune needs to be use only for...
  11. zxzxzx

    Specjalna manaruna dla paladyna.

    Witam! Poszukuję manaruny dla paladyna która będzie dawać mane I HP oraz będzie się obierać na metodzie wyliczeniowej jak przykład poniżej: " template = {min = (((playerinfo.level * 4) + (playerinfo.mlevel * 10)) + 0.0) , max =(((playerinfo.level * 5) + (playerinfo.mlevel * 10)) + 0.0)},"...
  12. zxzxzx

    Special Paladins Manarune!

    Hello! I need manarune script that gives mana AND HP based on calculate method like this one: " template = {min = (((playerinfo.level * 4) + (playerinfo.mlevel * 10)) + 0.0) , max =(((playerinfo.level * 5) + (playerinfo.mlevel * 10)) + 0.0)}," and this manarune needs to be use only for...
  13. zxzxzx

    monster teleport script

    ok but still don't working, need I do something in my monster? (using event)?
  14. zxzxzx

    monster teleport script

    like this? my login.lua function onLogin(player) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. " Please choose your outfit." player:sendOutfitWindow() else...
  15. zxzxzx

    monster teleport script

    Where I'm must put it? which cpp file?
  16. zxzxzx

    monster teleport script

    Hello! I have this script but don't working on tfs 1.2+ ( no errors in console) script local config = { ["rabbit"] = {time = 60, toPos = Position(17683, 18805, 8), tpPos = Position(17682, 18805, 8)} } local function deleteTeleport(position) local teleport =...
  17. zxzxzx

    INQ monsters script, tfs 1.2+

    I find it but still need simple script to crate teleport when monster killed, like azerus
  18. zxzxzx

    INQ monsters script, tfs 1.2+

    ok but I don't see in this script localisations like x y z? where they are? I wan't to use this script for my custom ot monster.
  19. zxzxzx

    INQ monsters script, tfs 1.2+

    Hello! today I'm need inquisition monster script which works with tfs 1.2+ like this: https://otland.net/threads/creating-teleport-after-monster-dies.16222/ , old scripts don't working with new tfs. rep for help!+
  20. zxzxzx

    Lua changegold.lua

    ok solved! thanks ;)
Back
Top