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

    Unjustified Kills system

    But if a do that and for example a player get 5 kills in 3 days in the same week he will get red skull right?
  2. Z

    Unjustified Kills system

    redSkullLength = 30 * 24 * 60 * 60 blackSkullLength = 45 * 24 * 60 * 60 dailyFragsToRedSkull = 3 weeklyFragsToRedSkull = 5 monthlyFragsToRedSkull = 10 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull =...
  3. Z

    Only to read in mysql

    How i config a account to only to read in database?
  4. Z

    Number max of char per acc

    using that i would have to recompile the ot?
  5. Z

    Number max of char per acc

    In cryingdamson6pl there is no option in config.luato choose the number max of char per acc. There is any script that do that? OBS: i want to use acc manager in game
  6. Z

    Black Skull TFS

    I was configuring my config.php and when i read this part of black skull i got a little confuse, according to that the number of kills to get red and black skull are the same right? so how do works the black skull system? redSkullLength = 1 * 24 * 60 * 60 blackSkullLength = 2 * 24 * 60 * 60...
  7. Z

    Raise sd damage and lower paralyze mana cost

    There is a way to a item raise the damage of sd in 30% or lower paralyze mana cost to 600, but that item just have the duration of 1 min and it will be rechargeble(looks like soft boots).
  8. Z

    TalkAction Scripts to Mods Transformer

    I still got this error and my talkaction.xml is like that what i am doing wrong?
  9. Z

    Problem mod

    Enjoying this thread, can someone give a example of globalevent mod? And if a convert login.lua to mod there is gonna be a problem?
  10. Z

    Problem mod

    Thank you scorpionfight, worked =D
  11. Z

    Problem mod

    I am trying to convert some of my scripts, it's doing well, but one script get a strange error [12/08/2009 05:25:07] Loading Calcular Skill.xml...[Error - ScriptingManager::loadFromXml] Cannot load mod mods/Calcular Skill.xml [12/08/2009 05:25:07] Line: 9, Info: Input is not proper UTF-8...
  12. Z

    TalkAction Scripts to Mods Transformer

    I got this error How i fix?
  13. Z

    Teleport Tile

    Yeah appears to be correctly coded for me too, but doesn't works =/ i will give up think in another thing but thanks for the help =D
  14. Z

    Teleport Tile

    Sorry for take so long i just saw now nothing =/ very strange...
  15. Z

    Teleport Tile

    Still nothing =/ i don't know what's wrong, i put the actionid in the tile and still doesn't work =/
  16. Z

    Teleport Tile

    [08/08/2009 13:18:33] The Forgotten Server, version 0.3.4 (Crying Damson) still doesn't works =/
  17. Z

    Teleport Tile

    Doesn't woked neither =/ The ground has the actionid that i know, but still doesn't works =/ Maybe problem in movements.xml?
  18. Z

    Teleport Tile

    I am trying to do a script which when the player walk in certain tile he is teleported, but is not working =/ What could be? function onStepIn(cid, item, pos) teleport = {x=1211, y=1233, z=7} teleport1 = {x =1212, y =1215, z=7} if isPlayer(cid) == 1 and item.actionid == 5820 then...
  19. Z

    Fixed Guild War System for Website [include all]-[will not count frags] (TFS 0.3+)

    Hey i put the system and works, but when 1 player kill other player, and that player comes back, the player who survived has to be attacked first otherwise if the player who survived kills him again, he will take frag! I little bit confuse, but my question is how i do to never get frag if in...
Back
Top