• 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!

Recent content by Raschu

  1. R

    TFS 1.X+ Best Tasker ?

    Hi I looking for best tasker for TFS 1.2 something like KilingofTheName or simular, Maybe you guys can help me. Thanks Mat
  2. R

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Thanks I add just on the bottom this code: getCreatureStorage = getPlayerStorageValue but now I have bigger issue: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/killinginthenameof.lua:onKill data/creaturescripts/scripts/killinginthenameof.lua:127: attempt to call...
  3. R

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    I have this error someone know what is what ? Lua Script Error: [Npc interface] data/npc/scripts/killinginthenameof.lua:onCreatureSay data/npc/scripts/killinginthenameof.lua:61: attempt to call global 'getCreatureStorage' (a nil value) And my lines 60-62 for i = 1, table.maxn(tasks)...
  4. R

    CreatureEvent [TFS 1.2] Task System

    Its possible to add this to quest log ?
  5. R

    TFS 1.X+ Feyrist Worldchange Night/Day

    this topic have one big issue - spawn only one lot of monsters Sorry malucooo but its just estetic script ( I mean, nothing importnant ) But thanks for offer. BTW. Someone else have any working version ?
  6. R

    TFS 1.X+ Feyrist Worldchange Night/Day

    Hello Someone have a code to change monster respawn on feyrist ? For example on night time we have Faun spawn and on Night Dark Faun. Will be grate :)
  7. R

    TFS 1.X+ Map issues

    I cant found any for version 11.40 someone have? or can tould me how to get it ?
  8. R

    TFS 1.X+ Map issues

    Hi guys, Please see attached ss and meaybe you can tould me what is wrong ? is map for version 11.40 thanks Raschu
  9. R

    Solved Snowball Event teleport error

    Hi all I just try to setup new event on my server, but I have this error in my console, just before event should start: Its a line 14 from /globalevents/scripts/SnowBall_Event.lua player:teleportTo(CACHE_GAMEAREAPOSITIONS[math.random(1, #CACHE_GAMEAREAPOSITIONS)]) I have all scripts from ...
  10. R

    GlobalEvent Snowball War Event (TFS 1.X)

    Hi guys I need to relive this topic sorry but I have this error in the console: data/globalevents/scripts/SnowBall_Event.lua:12: bad argument #2 to 'random' (interval is empty) stack traceback: [C]: in ? [C]: in function 'random' data/globalevents/scripts/SnowBall_Event.lua:12: in function...
  11. R

    TFS 1.X+ Fury Gates

    perfect that slove my problem!! but they did not send any message.
  12. R

    TFS 1.X+ Clean Houses

    I already try this one: but not working maby you be see what is wrong: local houses = Game.getHouses() for i = 1, #houses do local house = houses[i] local owner = house:getOwnerGuid() if owner > 0 then local own = Player(owner) if own and...
  13. R

    TFS 1.X+ Clean Houses

    with file i should edited and add this line ?
  14. R

    TFS 1.X+ Fury Gates

    Yes all 6 already on map.
  15. R

    TFS 1.X+ Clean Houses

    Hi I loocking for script for cleaning houses, I mean if Vip time is finish then move out from house, I already check few scripts but does not work for tfs 1.2. Thanks Rasch
Back
Top