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

    Lua TSF 1.3 Summon deal damage base on player(summon master) skill and level

    You need to call combat:execute(creature, variant)
  2. slayzer

    [0.4] Manarune script with cool effect ( Like Ultimate Manarune from Highexp )

    Want it to be locked to certain vocations? If not then local exhaust_time = 500 -- 1 = millisecond local colour, effect, dist_effect = 210, CONST_ME_HOLYAREA, CONST_ANI_HOLY local function rollMana(player) local level = player:getLevel() local magLevel = player:getMagicLevel() local...
  3. slayzer

    [0.4] Manarune script with cool effect ( Like Ultimate Manarune from Highexp )

    local exhaust_time = 500 -- 1 = millisecond local colour, effect, dist_effect = 210, CONST_ME_HOLYAREA, CONST_ANI_HOLY local values = { [{1, 2, 5, 6}] = {550000000}, -- [{vocation numbers}] = {mana_amount} [{3, 7}] = {550000000}, [{4, 8}] = {550000000} } local exhaust_timer = {}...
  4. slayzer

    Lua Add storage to use

    Somerhing like this local addcustom1 = Action() function addcustom1.onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(69812) == -1 then return true elseif player:getStorageValue(9240) == 1 then...
  5. slayzer

    Add outfit in task system reward

    One easy solution would be to add items that give outfits on use. There should be plenty of scripts for that on the forum if you search around.
  6. slayzer

    Lua Script Error [Action Interface]

    I can't see anything wrong with the script. Do you have the upgrade_system_const.lua file in your servers data folder? Do you run the same TFS version as the script was written for?
  7. slayzer

    !online talkactions script

    Why do you check player access? Is it only suppose to be used by GM's? Not entirely sure if this is what you want, but good enough. Shows online time in seconds. function onSay(player, words, param) if not player:getGroup():getAccess() then return false end local players =...
  8. slayzer

    Lua Script Error [Action Interface]

    Please post your upgrade_system_core.lua code.
  9. slayzer

    Fenris - Alternate Tibia Server (A legacy from Thronar)

    Looking very promising so far! Been a few years since I've last played OT, will for sure return once this server goes up. Btw, shouldn't spell number 11 be Whirlwind? also Full Bend sounds kind of hot?
  10. slayzer

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Seems to not work properly yet.
  11. slayzer

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    This armor mod is great! (Burning Flesh +5)
  12. slayzer

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    I personally felt the pacing was a bit Too slow this time around. Maybe make it 3x exp and do another reset after the Big patch? It is kind of pointless to have end game content in form of bosses n shit if the server is dead before reaching that point.
  13. slayzer

    [Germany][Custom] Ruthless Chaos Season 2 - the return of RPG (Low rate)

    26 hours? was hoping i could get a few hours in after school tomorrow :/ Will probably start playing saturday 15:30 GMT +1
  14. slayzer

    [Germany][Custom] Ruthless Chaos Season 2 - the return of RPG (Low rate)

    I guess i'll give it a shot. Merling Percher will be my name ingame. If any english speaking people want to show me the ropes early on feel free to hit me up. Can go knight or druid if needed.
  15. slayzer

    The OT you play right now

    2nd this, fucking awesome RPG server
  16. slayzer

    [Sweden] Xanteria (V3) | COME-BACK |8.6 | CUSTOM-EVO-MAP

    That is exactly what you are doing lol. You are pushing a fucking dagger so far into Yaze's back that you can, just because you didnt get a cut from the profit. You both act like 12 year olds who just hit puberty.
  17. slayzer

    [Sweden] Xanteria (V3) | COME-BACK |8.6 | CUSTOM-EVO-MAP

    Lmao, this is just starting to get pathetic. If he spent this much time actually UPDATING the server and working on stuff that matters, then maybe he would have gotten more players. More players then what he gets by "cheating".
  18. slayzer

    Official NightShine Online Custom RPG Discussion

    After reading trough 28 pages i think i have a pretty clear picture. There are other things in life you can do while waiting for a tibia server.
Back
Top