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

    new outfit using X item for tfs 1.2

    Its possible do diferent outfit for sex? Using the item?
  2. G

    doubt task script 1.2

    Problem Fixed !!! The count is working perfectly now local config = { ['rat'] = {amount = 5, storage = 19000, startstorage = 5010, startvalue = 1} } function onKill(player, target) local player = type(player) == "userdata" and player or Player(player) local target = type(target)...
  3. G

    doubt task script 1.2

    when i killed the rat now, task don't work and i saw this error above in console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/tasks.lua:onKill data/creaturescripts/scripts/tasks.lua:12: attempt to perform arithmetic on global 'stor' (a nil value) stack traceback...
  4. G

    doubt task script 1.2

    I removed, but the count now is 13:48 Task message: 1 of 5 rats killed. 13:48 Task message: 1 of 5 rats killed. 13:48 Task message: 1 of 5 rats killed. 13:49 Task message: 1 of 5 rats killed. 13:49 Task message: 1 of 5 rats killed. I killed Five rats, and the count not change stay 1 of 5...
  5. G

    doubt task script 1.2

    Updating some informations of my problem. My database - player_storage, without Talk About "task" with the npc. It's empyt. The script don't work. It's perfect. Imgur: The most awesome images on the Internet Now, after talk with de npc about task, hi, task, yes. he give for my this storage...
  6. G

    Trying add new monster task Script Error TFS 1.2

    i need put a comma in the end line of all monster's added?
  7. G

    Trying add new monster task Script Error TFS 1.2

    This is my script of task, is working perfectly. with just one monster in config. local config = { ['rat'] = {amount = 5, storage = 19000, startstorage = 5010, startvalue = 1} } function onKill(player, target) local player = type(player) == "userdata" and player or Player(player)...
  8. G

    Help me with a solution for my script 1.2

    local OPENED_HOLE = {293, 294, 385, 476, 435, 482, 483, 594, 595, 607, 609, 610, 615, 385, 387, 394} local OPENED_TRAP = {462, 435} local DOWN_LADDER = {369, 370, 408, 409, 427, 428, 3135, 3136, 5545, 5763, 412, 432, 433, 435} local ROPE_SPOT = {386, 421} local allowed_items_inway = {2886, 2887...
  9. G

    Help me with a solution for my script 1.2

    in line 14 i need replace it ? print(tileItem, table.contains(table.contains(notAllowedItems, tileItem))) or add below?
  10. G

    doubt task script 1.2

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/tasks.lua:onKill data/creaturescripts/scripts/tasks.lua:13: attempt to perform arithmetic on global 'storage' (a nil value) stack traceback: [C]: in function '__add'...
  11. G

    Help me with a solution for my script 1.2

    right now? i'm testing no error in console, but when i use the rope in hole i got this msg You cannot use this object. local OPENED_HOLE = {293, 294, 385, 476, 435, 482, 483, 594, 595, 607, 609, 610, 615, 385, 387, 394} local OPENED_TRAP = {462, 435} local DOWN_LADDER = {369, 370, 408, 409...
  12. G

    doubt task script 1.2

    changed. now this in console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/tasks.lua:onKill data/creaturescripts/scripts/tasks.lua:9: attempt to index local 'monster' (a nil value) stack traceback: [C]: in function '__index'...
  13. G

    doubt task script 1.2

    i got this error in console when i killed the beholder Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/tasks.lua:onKill data/creaturescripts/scripts/tasks.lua:10: attempt to compare number with boolean stack traceback: [C]: in function '__le'...
  14. G

    doubt task script 1.2

    his, yes i'm using new character now
  15. G

    doubt task script 1.2

    how i do for this script work with a starvalue assigned by the npc?
  16. G

    doubt task script 1.2

    but this script is automatic? because i killed a beholder without talk with npc, i received this msg Task message: 1 of 5 beholders killed.
  17. G

    doubt task script 1.2

    no work, continue starting with 2 count
  18. G

    doubt task script 1.2

    why when i killed the first beholder of my task, i got this msg 23:44 Task message: 2 of 5 beholders killed. is possible fix this for correct count?
  19. G

    doubt task script 1.2

    The forgotten server 1.2
  20. G

    Help me with a solution for my script 1.2

    where i add this function (onUse ? in actions.xml? or in this script?
Back
Top