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

    Action Advanced quest chests 1.x

    seems like a sweet script! but the chest wont add mount first time i click dosent say shit,s econd to infinity it says "this chest is emty" i use 2000 as action id on the chest...
  2. Sp0tl3ss

    Action Advanced quest chests 1.x

    all mounts are in the mounts.xml file, is there any other file i shuld check? :D
  3. Sp0tl3ss

    Action Advanced quest chests 1.x

    now i dont recive any error just cant get the mount from the chest first time i press nothign happeds second time "the chest is emty."
  4. Sp0tl3ss

    Action Advanced quest chests 1.x

    -- This function will capitalize the first letter of every word. function capAll(str) local newStr = ""; wordSeparate = string.gmatch(str, "([^%s]+)") for v in wordSeparate do v = v:gsub("^%l", string.upper) if newStr ~= "" then newStr = newStr.." "..v...
  5. Sp0tl3ss

    Action Advanced quest chests 1.x

    ficed the prev error but now i got this one.... :( [Warning - Event::checkScript] Can not load script: scripts/quest_chests.lua data/actions/scripts/quest_chests.lua:58: 'then' expected near '='
  6. Sp0tl3ss

    Action Advanced quest chests 1.x

    [Warning - Event::checkScript] Can not load script: scripts/quest_chests.lua data/actions/scripts/quest_chests.lua:19: 'then' expected near '=' addet youre script still dosent work.....
  7. Sp0tl3ss

    Action Advanced quest chests 1.x

    yeah got this error now.... data/global.lua data/lib/quest_chests.lua:34: unexpected symbol near '<eof>' stack traceback: [C]: at 0x7ff60bc42e20 [C]: in function 'dofile' data/lib/libs.lua:14: in main chunk [C]: in function 'dofile' data/global.lua:1: in...
  8. Sp0tl3ss

    Action Advanced quest chests 1.x

    but dosent it say so? " Installation data/global.lua Code (Lua): dofile('data/lib/quest_chests.lua') "
  9. Sp0tl3ss

    Action Advanced quest chests 1.x

    culdnt edit here is the error " Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/others/login.lua:onLogin data/creaturescripts/scripts/others/login.lua:65: attempt to index global 'nextUseStaminaTime' (a nil value) stack traceback: [C]: in function '__newindex'...
  10. Sp0tl3ss

    Action Advanced quest chests 1.x

    also i cant add dofile('data/lib/quest_chests.lua') in global.lua it causes me an error with stamina in my global file for some reason
  11. Sp0tl3ss

    Action Advanced quest chests 1.x

    <action fromuid="35700" touid="75800" script="quest_chests.lua" /> i have it like this since it said i can use 100 chests, will this cause an problem? shuld i use ex 35700 as action id or uniceid on chest in mapeditor? and what whuld be in the left over box? uid/aid
  12. Sp0tl3ss

    Action Advanced quest chests 1.x

    questChests = { --------------------------------------------------------- -- Example Quest Box 1 --------------------------------------------------------- [35700] = { minLevel = 150, items = { [5] = {type = "mount", mountName = "Death Crawler", mountId =...
  13. Sp0tl3ss

    Lua Cant Enter My OT Login/logout.lua error in tfs 1.2

    hello i get this error in my tfs : Exec has logged in. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/others/login.lua:onLogin data/creaturescripts/scripts/others/login.lua:65: attempt to index global 'nextUseStaminaTime' (a nil value) stack traceback: [C]...
  14. Sp0tl3ss

    Mount Quest

    i will thanks for this suuuper fast response!
  15. Sp0tl3ss

    Mount Quest

    on the chest what shuld the action id be?
  16. Sp0tl3ss

    tfs 1.2 Dungeon System.

    Hello id like to request tfs 1.2 dungeon system 4 ppls join via lever (like anni lever) and all monsters spawn (when the lever is pressed and wont respawn. id aslo like some system so diffrent groups can make the same dungeon at the same time :)
  17. Sp0tl3ss

    [TFS 1.2] Simple Crafting System.

    Gyazo - 73e3613914f29483a79fb34072b390ae.gif
  18. Sp0tl3ss

    [TFS 1.2] Simple Crafting System.

    cant check detailt havent edited anthing
  19. Sp0tl3ss

    Windows Charatcher and hiscores pages not working on my znote layout

    okey ive read it and relized my mistakes and will edit this thread soon :) hello and thanks for the respone, im kinda lost here. where shuld i enable this? (whats the name of the file?) thanks!
Back
Top