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

    Lua Problem with slot remove.

    Hi Otland ;) TFS 1.0 When player used on yourself slot remove I get this in my console: Lua Script Error: [Action Interface] data/actions/scripts/slotremove.lua:onUse data/actions/scripts/slotremove.lua:21: attempt to index a nil value stack traceback: [C]: in function '__index'...
  2. therrax

    Buyhouse command - house per account

    bump
  3. therrax

    Solved Problem with function

    Oh thanks a lot :)
  4. therrax

    Solved Problem with function

    script: function onModalWindow(cid, modalWindowId, buttonId, choiceId) local rank = getCreatureStorage(cid, rankStorage) if rank < 0 then doCreatureSetStorage(cid, rankStorage, 0) end local r_string = function() if tasks[choiceId].repeatable then return...
  5. therrax

    Solved Problem with function

    @Limos Thanks :) but now I have this: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/task_window.lua:onModalWindow data/compat.lua:748: attempt to call method 'getThingIndex' (a nil value) stack traceback: [C]: in function 'getThingIndex'...
  6. therrax

    Solved Problem with function

    Hi. TFS 1.0 error: Lua Script Error: [Npc interface] data/npc/scripts/task.lua:onCreatureSay data/lib/020_task_lib.lua:80: attempt to call global 'getCreatureStorage' (a ni value) stack traceback: [C]: in function 'getCreatureStorage' data/lib/020_task_lib.lua:80: in function...
  7. therrax

    NPC Collecting items missions

    Ok, I had use It in new character. Thanks Limos! ;)
  8. therrax

    NPC Collecting items missions

    I removed this, I dont have errors but I still dont get rewards :p
  9. therrax

    NPC Collecting items missions

    Thanks :) I dont have errors but I dont get rewards, could You take a look on my script? -- Collecting items missions by Limos local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  10. therrax

    NPC Collecting items missions

    @Limos Lua Script Error: [Npc interface] data/npc/scripts/itemsmissions.lua:onCreatureSay data/npc/scripts/itemsmissions.lua:152: attempt to call global 'getItemInfo' (a nil value) stack traceback: [C]: in function 'getItemInfo' data/npc/scripts/itemsmissions.lua:152: in...
  11. therrax

    Solved Server save problem

    When I did server save (/save) my houses town_id changed to " 0 " why?
  12. therrax

    Buyhouse command - house per account

    Hi. I am looking for buyhouse command, which allow one account to have one house. And so that the player did not create a new account for new house. (IP Block) Can somebody help me to edit that 2 scripts? ;) buyhouse command: function onSay(cid, words, param) local housePrice =...
  13. therrax

    Random Boss Spawn at a certain time

    thanks @Limos u're good!
  14. therrax

    Random Boss Spawn at a certain time

    Yes, but I want to put it to globalevents
  15. therrax

    Solved Problem with function

    solved
  16. therrax

    Random Boss Spawn at a certain time

    Hi info: TFS 1.0 I'm looking for a script that create one of x Bosses in a specific place at a specific time. For example: Bosses: Ghazbaran, Morgaroth, Orshabaal Spawn position: x =1000 y=1000 z=7 Time:22:00 At 22:00 one is shown in spawn position Thanks ;)
  17. therrax

    Solved Edit Zombie Event Script

    Ok, I dont have errors but what to do to add count? __________________________________ I did it. It wasn't in this file :)
  18. therrax

    Solved Edit Zombie Event Script

    There should be no errors in linking items? for example money or tokens
  19. therrax

    Solved Edit Zombie Event Script

    What about description?
  20. therrax

    Solved Edit Zombie Event Script

    Hi :) Information: TFS 1.0 When a player wins the event, he gets a reward cup. I wish for winning got some other item, for example item id 6527 That is script: --zombie variables ze_Zombie_Name = "Zombie" --Zombie Name zombie_spawn_interval = 5 --how many seconds until a new zombie spawns...
Back
Top