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

    [USA] 10.76 Zytheria | Mid rates | Random Dungeon Generator | Random item stats | custom bosses

    Well its on a 1Gb ports speed, 8Gb ram, only uses about 40% says OVH panel, and 4 vCores are 3.4Ghz, its located in canada, so i might just be a latency thing
  2. 7804364

    tfs 1.1 items wont add sword skill

    added what in?
  3. 7804364

    tfs 1.1 items wont add sword skill

    Ok so these legs wont add sword or axe or magic and i dont know why, WHEN i try another item that gives sword it will, but just not this leg item 23:17 You see a daedric leggings (Arm:25, sword fighting +8, axe fighting +8, shielding +8, magic level +8, protection physical +10%, ice +20%). It...
  4. 7804364

    Action Daily Quest (different reward every day)

    DAMN well can i add a unique id to an item within game? or set it to an action id?
  5. 7804364

    Action Daily Quest (different reward every day)

    3001 is not a chest its a dead djin
  6. 7804364

    tfs 1.1 mining script

    Ok so when i use my pick action, on the object it says "You cannot use this object." local configs = { sign = { {level = {8,12}, quant = {1,2}, percent = 10}, {level = {13,19}, quant = {1,2}, percent = 12}, {level = {20,25}, quant = {1,2}, percent = 14}, {level = {26,33}...
  7. 7804364

    tfs 1.1 spellup GetCreatureStoreage

    i do have a compat.lua
  8. 7804364

    tfs 1.1 spellup GetCreatureStoreage

    Ok so im getting this in my console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/spellup.lua:onAdvance data/creaturescripts/scripts/spellup.lua:12: attempt to call global 'getCreatureStorage' (a nil value) stack traceback: [C]: in function...
  9. 7804364

    [USA] 10.76 Zytheria | Mid rates | Random Dungeon Generator | Random item stats | custom bosses

    OK we added 7 new bosses and 7 new pieces of gear These gear are BETTER Then donator gear and ANYONE can get them, these bosses are for lvl 320+ so when you kill them you can get a piece of their gear, every boss has there own piece, they are based off the elders scroll deadric princes, EXAMPE...
  10. 7804364

    tfs 1.1 task system error

    you made it in your mystera_5
  11. 7804364

    tfs 1.1 task system error

    local player = Player(cid) so i just place that in?
  12. 7804364

    tfs 1.1 task system error

    Ok so i have this error when i say "task" to the npc, it should pop up a window but instead i get this error Lua Script Error: [Npc interface] data/npc/scripts/task.lua:onCreatureSay data/lib/020_task_lib.lua:81: attempt to call global 'getStorageValue' (a nil value) stack traceback...
  13. 7804364

    [USA] 10.76 Zytheria | Mid rates | Random Dungeon Generator | Random item stats | custom bosses

    Ok so, every 100 levels you get 1 free day vip, and you can now purchase vip ingame for cc! for the bonus 50% exp
  14. 7804364

    tfs 1.1 get player level

    elseif item.itemid == 2267 then local level = player:getLevel() * 6 if not doTargetCombatMana(0, target, level, level, CONST_ME_MAGIC_BLUE) then return false end player:addCondition(exhaust) target:say("dem manaz...", TALKTYPE_MONSTER_SAY) Heals...
  15. 7804364

    tfs 1.1 get player level

    ok so im trying to make a local variable where it is player level x 6 so idk the fuction to get the player level like local level = Player:getLevel() ??? no idea?
Back
Top