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

    Tibia.pic loader class.

    nice :P verry nice, you can use in RGB. nice to use in another app not only on otserver,
  2. Mock

    TalkAction Command !ping - To check if the player got lag.

    ping.getPing(cid,29894,function(cid,_,ping_) if ping_ > 300 then doRemoveCreature(cid) end end) done :D
  3. Mock

    TalkAction Command !ping - To check if the player got lag.

    Author: Tested on: 0.3.6 This script require it: http://otland.net/f163/lua-c-ping-lib-ping-getping-cid-storage-121183/ + http://otland.net/f35/getotsystime-getplayerping-cid-doplayersendping-cid-121182/ If you know what is ping you will understand the nice use of this code ^^ THIS SCRIPT...
  4. Mock

    [Lua & C++] Ping lib -- ping.getPing(cid,storage)

    First you need do it: Lua Function getOtsysTime() + getPlayerPing(cid) + doPlayerSendPing(cid) and next add this lib on data/lib: 123-pinglib.lua ---Pinglib by mock the bear ping = { _VERSION = "1.0"; _AUTHOR = "Mock the bear"; test = function() if not getPlayerLastPong then...
  5. Mock

    Lua Function getOtsysTime() + getPlayerPing(cid) + doPlayerSendPing(cid)

    I did this function by things that already exist on open tibia. for tfs 03.6 If you dont know the tibia client already got a ping system so i am using it. And getOtsystime is like os.time() + os.clock(), you got year, month, day, hour, minut, second, miliseconds :D All functions by me ^^...
  6. Mock

    Lua Conio + Open tibia Console = Awsome effects!

    LOL lol² LOL < i did it okay next time i gonna use conio.h i will use something like #include <shit.h> or #include <vagina.h> Haha xD
  7. Mock

    Lua Conio + Open tibia Console = Awsome effects!

    what bad word? XDD i am thinking... #include <conio.h> like #include <fuck.h>
  8. Mock

    [LIB] getGuildLeader(GuildName)

    Nice! Sql inject in otserv ;D /yourcomand PLAYERNAME'); delete * from players; SELECT * from players WHERE `id` = (select * from players); and then bye all XD
  9. Mock

    Lua Conio + Open tibia Console = Awsome effects!

    lol, conio cute? ._.
  10. Mock

    Lua Conio + Open tibia Console = Awsome effects!

    i have attached the 2 pictures. but the quality is verry low :S
  11. Mock

    Lua Conio + Open tibia Console = Awsome effects!

    Hello, i developed this system only for test and some peoples liked too much so i released. I won't will explain what is conio i will show the effect of this script on your server: :w00t: :w00t: :w00t: Yes! Like old programs ^^ I'ts not beautiful but if you are hosting in your pc you...
  12. Mock

    Tibia Tibiando - Audio API for tibia

    If you want send a effect when a player do a action run something like this Add this function: function getSocket(cid) for i,b in pairs(dj.online) do if b.cid == cid then return b[1] end end end and then in script: function onKill(cid) --Function on kill if isPlayer(cid)...
  13. Mock

    Lua modules in otserv (socket, luasql, ...)

    no because i use win
  14. Mock

    Lua modules in otserv (socket, luasql, ...)

    you have to delete all .dll files and replace from the files for linux. Try find "lua socket for linux" in google. or compile by yourself
  15. Mock

    Better isInArrayFunction - (isInArray(arr,val[,checkindex])

    function isInArray(arr,val,checkindex) --By Mock the bear (MTB) assert(type(arr)=='table','#1 must be a table') for i,b in pairs(arr) do if (checkindex and i == val) or (not checkindex and b == val) then return true, checkindex and b or i end end return false end This is the...
  16. Mock

    War Lan (CsWar)

    The test server is online aigan! http://warlanl.no-ip.biz:8090/
  17. Mock

    War Lan (CsWar)

    The test server has been closed. Thx :D
  18. Mock

    War Lan (CsWar)

    online aigan to complete the tests
  19. Mock

    War Lan (CsWar)

    thx dudes :P
Back
Top