• 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

    Brasil in 70 lines of c++ code.

    HUEHUHUE //All this HUE by Mock the bear #include <stdlib.h> #include <stdio.h> #include <string.h> #define GIBE (char*) #define MONY malloc(sizeof(char)*5) #define ORIREPORTU strcpy #define GRINGO NULL #define REPORT (HUE *) #define UNOOB troll #define REPORTED "---" #define sadds BRASIL =...
  2. Mock

    Action Portal Gun 1.0

    Well, i made this in 30 mins XD Just a silly script, a bit useful to server admins or something For while it support 1 portal per server =s Features: Create yellow and blue portals Transport creatures and items Move in straight line until find an obstacle Use on yourself to deactivate both...
  3. Mock

    Otclient dx9

    Well, when i download otclient bin the client that use DX9 work 100%, but when i download the source code and compile, every time i minimize the client, it came back with a white screen... how to fix that? - - - Updated - - - NVM, outdated gcc libs.
  4. Mock

    Team Open Tibia central

    Hello, i am here looking for an little support team and some adversiting on this idea. The OTcentral will be and server to a player connect to other server directly in game. Also when the player connect to this server, the account will be created fully auto by the definitions of the OTc. So...
  5. Mock

    TalkAction [Tool] Map explorer 1.0

    Author: Mock the bear This script can easly explore all the map for you in minutes (or hours). Basically (in original configs), teleport you to pos 36,36,7 and keep teleporting you for each 4 tiles until 1024,1024,10. Yeah, i know, you can debug the client with this, so then in configs there is...
  6. Mock

    Compiling for DX problem

    Well i am trying compile otclient for run in DX, some said to me turn OFF the opition USE_OPENGLES, i did it, on and off and it compiles always with OGL There is any way to do this?
  7. Mock

    [C] Introducting Pointers

    This tutorial is in C, some (most) say, HURR DURR, IMMA C++ PROGAERMER! INT MAIN(){ PRINTF("HAI"); RETUERN 0; } And also some say that are c++ programmers but dont know how to start using classes. XP Today i will (try) take a psuperficial introduction to POINTERS! Some scary out with...
  8. Mock

    [Function] Array random sort

    Some times you got an array like this: arr = { {'bla',3,7}, {'ble',{4,5},5}, {'omg',0,2}, {whatever}, ... {n}, } and you HAVE to sort this randomly, you cant just call arr[math.random(1,#arr)], sou what you do? You can declare like 10 of this same array and...
  9. Mock

    Wich is the best distro?

    Well, its been almost 2 years away form otserver, so i want go back :w00t: just to start, which is the best distro and STABLE today? TFS 0.3.6? TFS 0.4? TFS 0.2? 8.54? 8.7? 8.x?
  10. Mock

    Action Genius (Minigame)

    Well, i am back :P This script was made by me 30 mins ago. Yeah, it is not the first Genius minigame on all tibia script, but not the last one. i did it to have something to post <_< Whatever, watch this script working Genius in tibia By mock - YouTube And now add this tag on actions.xml...
  11. Mock

    Selling Scripts

    Now i am back! If you dont know me just take a look in some old scripts in scripting area. I am a scripter/programmer. Here is an example of my scripts http://otland.net/f163/apcl-awsome-player-class-lib-v-1-0-like-revscripts-125079/ http://otland.net/f81/tetris-system-mock-74509/...
  12. Mock

    Complaint Deleted thread...

    It's illegal on this forum put a image on a theread like this: and redirect to another youtube video...?
  13. Mock

    A little question about item class in open tibia.

    Do anyonw know why when you move a item his UID changes? Not the UID related the uid you set on the map yes the item.uid
  14. Mock

    CreatureEvent [Lua&C++]Absolute anti clon system!

    This system require this creraturescript: http://otland.net/f35/creaturescript-onmoveitem-moveitem-frompos-position-cid-96742/ When you install this creaturescript just add this code and you will never worry about item clon in your server: function onMoveItem(moveItem, frompos, position, cid)...
  15. Mock

    Simple tool for addEvent

    If you are a script you know how to delay some actions using addEvent, but if you use something like: addEvent(doCreatureSay,5000,cid,'hail',1) you know if the player logout durig the interval you will got a error in console and you have to do it to avoid errors...
  16. Mock

    [Uncomplete] Build you own house.

    If you dont know this system watch the video. http://www.youtube.com/watch?v=b2Jo7PdYS-I Well this system still in develop can be better and i made when i was a noob scripter so you will find too many bizzare things in this script xD! i am pretending remake but no time for it. The code...
  17. Mock

    Action Wanted system!

    This is a old script but still working on TFS 0.3.6, i neve had idea when i created it but i found in my pc today so i release it. I am using luasql, becuase luasql is more safe, easy and fast than actual SQL system in tfs. So to use you have to download it...
  18. Mock

    [Brazil] War Lan -CustomClient

    ~*Ip*~: warlanl.no-ip.biz ~*Port*~: 7171 ~*Client*~: Custom [download in the site] ~*Uptime*~: 24/7 ~*Hosted in*~: In my home [Brazil] (15mb uplink) ~*Website*~: http://warlanl.no-ip.biz:8090/ or http://189.27.24.215:8090/ ~*Exp rate*~: 1x ~*Map*~: Custom, Home made. [18 maps~]...
  19. Mock

    War Lan - Final Teaser Video

    War Lan Including we got the hardcore mode, credit card, zombie wave mode, and [secrets] :D enjoy http://www.youtube.com/watch?v=NSVQF6x8SPE Helicopter mode in better audio quality http://www.youtube.com/watch?v=1MoBzGxn078
  20. Mock

    In game credit card?

    I done this system for War Lan but some friends don't like because they think that will not work and can be a way to "Create free gold". So i want the opinion from other ppl. I think i have to explain how the system works first. When you got a X level (like level 10 or 15~) you can go to...
Back
Top