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

    Cast system, code for tfs 1.0

    anyone know where I can separate the code from the cast system for tfs 1.0?
  2. S

    Lua Tfs 1.0 leveling fill the mana and life

    guys, how do I remove this option from TFS 1.0 leveling fill the mana and life? help me, I already removed the creaturescript but to no avail.
  3. S

    % in health/mana in tfs 1.0

    to show how to put the life and mana player in the % tfs1.0?
  4. S

    Lua Query, i need a help [TFS 1.0]

    This is the function: function getPlayerReset(cid) local qr = db.getResult("SELECT `reset` FROM `players` WHERE `id`= "..getPlayerGUID(cid)..";") reset = qr:getDataInt("reset", getPlayerGUID(cid)) if reset < 0 then reset = 0 end return reset end When trying to use, is giving this error: I...
  5. S

    Bug shinny blade

    GM Hello, hello community. I call attention to my case for the simple reason, I can not use the blade on my shinny Character: Partiu Baladinha. My character was created for sword along with all others who have. An example is Sonny Bonekrusher. However, I can use the ax Hellforged quietly, so he...
  6. S

    Script BAN

    I need a script to ban the player differently. My server is 9.60 I think there is a function to banish since the other will not work. If possible do for DB I think that works. By tutor / gm / god whatever use the command / ban he will have the following options: 1 (WARNING) 1 week...
  7. S

    Script BAN

    I need a script to ban the player differently. My server is 9.60 I think there is a function to banish since the other will not work. If possible do for DB I think that works. By tutor / gm / god whatever use the command / ban he will have the following options: 1 (WARNING) 1 week...
Back
Top