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

Recent content by januszek89

  1. januszek89

    Castle System

    Thanks :D
  2. januszek89

    Castle System

    Hello otland :D. I have found script with Castle System but i dont know that it works. And i want to ask that someone can test this scrit on (TFS 0.3.6+ ) and tell me that it work (I don't have my own server :(). Here is scirpt: OTS/MODS/castlesystem.xml add: <?xml version="1.0"...
  3. januszek89

    Valhalla menu

    Bump
  4. januszek89

    Valhalla menu

    Hello. I have one question. :blink: Someone know what type of font has been used to make this img's for valhalla layout: etc. I asked autor of this layout but he did receive a reply :(. Thanks so much for help :)
  5. januszek89

    MoveEvent Advanced Training Tile

    Thx. It's awesome :D
  6. januszek89

    Searching Npc

    LoL thanks :w00t:
  7. januszek89

    Searching Npc

    Thanks so much. I was search it beacuse in TFS log was apear error with Alfred.xml
  8. januszek89

    Searching Npc

    Are you sure??
  9. januszek89

    Searching Npc

    Hello everyone! I'm searching for 1x Npc (for Real Map). Npc : Npc Alfred (.../npc/Alfred.xml) Thanks so much for help :D
  10. januszek89

    Lua Talkaction: "Let's go"

    When i use it like you say "/talkactionname 1" in TFS log apear this [19/05/2010 15:27:32] [Error - TalkAction Interface] [19/05/2010 15:27:32] data/talkactions/scripts/teleported.lua:onSay [19/05/2010 15:27:32] Description: [19/05/2010 15:27:32] attempt to index a nil value [19/05/2010...
  11. januszek89

    Lua Talkaction: "Let's go"

    Ok thanks but why when i use it nothing do only apear "15:17 _what?" :(
  12. januszek89

    Lua Talkaction: "Let's go"

    It's working now ;) but when i use it apear this: "15:12 _what?" and nothing do :( And i want to ask that can you make exhaustion for it??
  13. januszek89

    Lua Talkaction: "Let's go"

    Yeah. And when i add 'end' on this line then again appear this error but another line ;(
  14. januszek89

    Lua Talkaction: "Let's go"

    This script doesn't work for me. [19/05/2010 14:47:27] [Error - LuaScriptInterface::loadFile] data/talkactions/scripts/teleported.lua:13: 'end' expected (to close 'if' at line 10) near ')' [19/05/2010 14:47:27] [Warning - Event::loadScript] Cannot load script...
  15. januszek89

    Lua Talkaction: "Let's go"

    Hello everyone! I have problem with script. Here it is scrpit: function onSay(cid, words, param, channel) local t = {} if(param ~= '') then t = string.explode(param, ",") end local n = 5 if(not n) then n = 5 end local pid = cid local pos = getClosestFreeTile(pid...
Back
Top