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

    Solved Bug With Command

    http://pastebin.com/SPJuSQVC
  2. V

    Solved Bug With Command

    oh i am sorry, i am using tfs 0.4 and the talk action script? function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or getPlayerGuildLevel(cid) < GUILDLEVEL_LEADER) then doPlayerSendChannelMessage(cid, "", "You cannot execute this...
  3. V

    Zombie Event (add Ontime fuction)

    oh i did that sorry but what time should it be? does it matter what local autoStartInterval = 60 it is? 60 or whatever? @Limos sorry limos but the server dont start the event on that time :/ and no error code :/
  4. V

    Zombie Event (add Ontime fuction)

    [Error - GlobalEvent Interface] data/globalevents/scripts/zombie/onthink_autostart.lua:onTime Description: ...ta/globalevents/scripts/zombie/onthink_autostart.lua:3: attempt to perform arithmetic on global 'autoStartInterval' (a nil value) stack traceback...
  5. V

    Zombie Event (add Ontime fuction)

    thank you so much :) i changed wrong file :P can you help me with the other problem? the one with the command? :)
  6. V

    Solved Bug With Command

    bump @Limos
  7. V

    Zombie Event (add Ontime fuction)

    Thanks i use tfs 0.4 :) it only says this when i start the server [Warning - Event::loadScript] Event onTime not found (data/globalevents/scripts/zombie/onstartup_autostart.lua)
  8. V

    Zombie Event (add Ontime fuction)

    bump
  9. V

    Solved Bug With Command

    hey when i type /war accept my tibia client crashes .... and no errors in console please help me its saying communication.cpp 2798: unkown talk mode (Mode = 0) @Limos
  10. V

    Zombie Event (add Ontime fuction)

    Hey i want help now my zombie event is like this local autoStartInterval = 60 -- time between arenas in minutes, default 60 = 1 hour i want it so i can add this in globalevents <globalevent name="zombieevent" time="23:04:00" event="script" value="zombie/onstartup_autostart.lua"/> --> script...
  11. V

    Help With Capture the flag Mod (add max time)

    Third Half else doPlayerSendTextMessage(cid, 27, "Your not in any team, try reporting this to gamemaster?") doTeleportThing(cid, temple, true) end elseif item.actionid == 6001 then --blue team if...
  12. V

    Help With Capture the flag Mod (add max time)

    Secound Half local function teleport() addEvent(doBroadcastMessage, 1000, "Capture The Flag will begin in 2 minutes.") addEvent(doBroadcastMessage, 60 * 1000, "Capture The Flag will begin in 1 minute.") addEvent(doBroadcastMessage, 120 * 1000, "Capture The Flag will...
  13. V

    Help With Capture the flag Mod (add max time)

    Hey i use a ctf mod and i want to add max time that a match can be so like after 15 min the event stop and tp players to temple. i use this script now, can someone add that function in? i m using tfs 0.4 and 8.60 <?xml version="1.0" encoding="UTF-8"?> <mod name="Capture The Flag"...
  14. V

    Solved Help With Layout/Znote Acc

    help me please
  15. V

    Solved Help With Layout/Znote Acc

    Bump
  16. V

    Solved Help With Layout/Znote Acc

    Bump @HalfAway
  17. V

    Hoster Searching for a Hoster. I am paying.

    I Can give you 10 gb ram and hosting in Debian 7
  18. V

    Solved Help With Layout/Znote Acc

    Hey guys i have some problems with znote acc using Dwarf layout ----> http://otland.net/threads/znote-aac-dwarf-layout.208644/ I just give you guys this picture so i can show you what i need help with :) Number 1 look on picture: i want that login box a little more down on the page Number...
Back
Top