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

    Lua Return Item UID value

    Hello guys. I have a script that finds every single item by finding its ID, Here it is. function onSay(cid, words, param) local coisas = db.getResult("SELECT `player_id` FROM `db`.`player_items` WHERE `itemtype` = '".. param .."';") if (coisas:getID() ~= -1) then...
  2. P

    [Modern-AAC] Guild invite error

    When I Try to invite someone to my guild, it appears the following error : The Player Name field is required. But, the name is correct. I've tried so many scripts, and it was unsuccessful.. Here are the .php scripts: /.../system/application/controllers/guilds.php <?php class Guilds extends...
  3. P

    [TalkAction] Punishment system

    I would love for you guys help me with my script here to punish my players.. I already have a script that kills a player, which I designate... Here you are: function onSay(cid, words, param) local player = getCreatureByName(param) if(param == "") then...
  4. P

    Ot definitely does not record... (Help Big Scripters)

    I use TFS version 0.3.6 ( Real Server 3.1 ) The situation is as follows: Since version update was given in my ot DB continued the same old version and changed the Ot .. Since then, it is not registered any frag, death etc on site I'll give some information that may help to remedy my...
  5. P

    .: Player stays 'X' time online, the receive Item :.

    I wanna know if the scripters from Otland can do it for me.. It's also some good Idea to atract players for you otserver. The idea is simple. When the player stay for example 24 hours online (configurable) , he/she receive some Item (configurable) and a Storage for complete or not...
  6. P

    Scripters ? Help find the player in the Spell ?

    Look, I tried to create a Spell, that stuns(freeze) Enemy for a while... But the problem is... The script dont found the Player.cid or .uid I'm so so on scripts :( Here's the Script ! The problem is... I use the spell, but the player Still moves... It means that the players was not...
Back
Top