• 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. Aldo Axel

    Lua Help to make only 1 infinite Rune! (only 1, not all)

    Regards, the title says it all, someone could tell me how to do that? Thanks...
  2. Aldo Axel

    Lua Server Save delay until 50 seconds and disconnect

    -Repost- Regards, my issue remains the server save on my OT server as it says in the title, the saved can take up to 50 seconds, which for me is too much time, since it disconnects the players... OT server features: TFS 0.4_SVN 8.6 compiled version 3.4.5 (from otland) save.lua local config = {...
  3. Aldo Axel

    Lua (Mod) Help on Remove Tp on event close

    @OT World error runtime on console in: -- remove the teleporter if its exist if getTileItemById(Tp_Place, 1387).uid > 0 then doRemoveItem(getTileItemById(Tp_Place, 1387).uid, 1) @heba the teleport removed when the player enter into the teleport
  4. Aldo Axel

    Lua (Mod) Help on Remove Tp on event close

    Tp_Place = {x=824,y=1018,z=7} -- Place where tp happens <movevent type="StepIn" actionid="3435" event="script"><![CDATA[ domodlib('toto') domodlib('CTF-lib') function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if...
  5. Aldo Axel

    Lua (Mod) Help on Remove Tp on event close

    Greetings, my issue is on the Classic MOD of CTF Event ( Capture The Flag) in this part where when the event ends, the teleport is still open, and in my case i want the teleport to be removed... (MOD, ) CTF.xml: Capture The Flag Event.xml Essential part: Tp_Place = {x=824,y=1018,z=7} -- Place...
  6. Aldo Axel

    [México] (8.6) Tikton Server Rl Map 8.6 Global Full 100%

    Go To Server Web WEB: tikton.sytes.net:8080 IP: tikton.sytes.net Tikton Server Real Map 8.6 Edited Exp Rate: x150 Skills: x35 Magic: x25 Loot: x3 Real Map 0 Bugs and Full 100% Citys & Quests! All Citys: Thais, Gengia, Oken, Ethno, Zao, Razachai, Calrin, Yalahar, Edron etc...
  7. Aldo Axel

    Lua [Help] Server save lasts more than 30 seconds

    Well, I thought the script was the same as the common ones, so here's my friend: local config = { broadcast = {30}, shallow = "no", delay = 120, events = 30 } config.shallow = getBooleanFromString(config.shallow) local function executeSave(seconds)...
  8. Aldo Axel

    Lua [Help] Server save lasts more than 30 seconds

    Greetings Otlanders, my issue is the next, i got a TFS 0.4 8.6, and my server when it saves, it freezes more than 30 seconds, i mean, server saving takes time at least 35-40 seconds, and disconnect from the server for a while. Is a problem with the save script, or maybe a bad configuration in...
  9. Aldo Axel

    AAC (Znote AAC) [pedido] Looking for Characterprofile.php detailed

    Hello everyone, I hope and do not be a nuisance, to be asking for a different Characterprofile since the one I have in position is not to my liking, i would like to ask you in the most attentive way if someone is tempted to dedicate a little of time (if it is professional in this, it will cost...
  10. Aldo Axel

    Windows Error Console TFS 0.3.6

    Regards, My problem is in the console, having the server open for a few seconds i get this error and close the console: How do i solve that? i wait your answers, thank you.
  11. Aldo Axel

    Windows Definetly not are raids

    The console continues to close, even deactivating raids... could be the console?
  12. Aldo Axel

    Windows Someone could help me with my console

    Your opinion has been put in approval, I hope and that is the problem :D
  13. Aldo Axel

    Windows Someone could help me with my console

    no event shows me error, seeing the console all events run normally
  14. Aldo Axel

    Windows Someone could help me with my console

    @Xeraphus ofc, but, what do you mean?, cuz i have the common globale, like broad cast and 4 events @up how do you know if they are wrong the raids?
  15. Aldo Axel

    Windows Someone could help me with my console

    Good, straight to the point, my problem is on my console, Version OTX, TFS 0.4 Windows x64 bits OS Windows 10 My problem is to have my console open, this stable is functional, but in a couple of hours, the console closes directly without throwing any error, everything is fine, in a lapse of...
  16. Aldo Axel

    [Help] CTF Rewards

    @DukeeH And the correct finally code will be this? function giveReward(cid) local t = math.random(1,100) if t <= 100 then local rare = rewards_random[100].items[math.random(1,#rewards_random[10].items)] doPlayerAddItem(cid,rare,100)...
  17. Aldo Axel

    [Help] CTF Rewards

    @Up Hmmm because i cannot put more than 25k characters? \._./
  18. Aldo Axel

    [Help] CTF Rewards

    Like this? rewards_random = { [100] = { -- Rewards of 10% items = {12411} }...
  19. Aldo Axel

    [Help] CTF Rewards

    Cannot put full mod but, this is the part on has i think will be need edited: <?xml version="1.0" encoding="utf-8"?> <mod name="CTF" version="1.0" author="Doggynub" contact="otland.net" enabled="yes"> <config name="toto"><![CDATA[ --[[ Storage Settings]]-- Owner = 1900 -- put empty storage...
Back
Top