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

    Tibia CPlayerSocket Offset

    Hello, You can use this to create bots or whatever, this basically gives you a pointer to player socket, which you can use to send raw net messages to the server. Signature: \x89\x35\x00\x00\x00\x00\x85\xC9\x74\x0D xx????xxxx And how the class looks like: |_ CPlayerSocket + 0 = vftable...
  2. Fallen

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    Hi, What's ForgottenMapEditor (or simply FME)? ForgottenMapEditor is another Open Tibia map editor written using OtClient's framework with modifications in the source code to provide XML/OT binary files reading/writing. Well, long time since I released a version, so here's a beta release for...
  3. Fallen

    An Advanced Snake Game Implementation in C++, OpenGL, and GLFW.

    NOTE: This was posted intentionally on the Chit Chat board since it does not fit in any way to the Discussion board. Alright, so, just wanted to hear opinions on a Nokia-based 2D Snake Game that I wrote few weeks ago and still in active development (not so active since I work on it when bored)...
  4. Fallen

    [How-to] Stop using Notepad++ and use vim!

    Hi there, this is yet another how to tutorial that I wrote when bored again... After reading this, you will be able to: 1. Use vim like a boss. 2. Stop using shit windows text editors. 3. Use Linux correctly like a G6. 5. Multitask like a pro, edit over 9000 files at the same time without much...
  5. Fallen

    Forgotten map editor 0.1-rc3 (Developer Preview)!

    Forgotten Map Editor is a new map editor written using otclient's framework and is licensed under GNU GPL v3 while otclient is licensed under MIT see LICENSE. otclient is written under C++11 (The upcoming C++ standard, also known as C++0x) and uses OpenGL 1 or 2 (of your choice) to render items...
  6. Fallen

    Learning C/C++ - Tutorial

    After years of studying how OpenTibia works and how the community look like, I finally decided to write tutorials on how to code and understand the structure of OpenTibia using C NOT C++. Since there's not many people over here who know how to edit source code or fix a simple bug themselves...
  7. Fallen

    New Map Editor

    Hello, ForgottenMapEditor is a new Map Editor written in C++0x with OpenGL 2.X+ currently supported OS's are Linux, Mac OS X and Windows. It uses LUA scripting for almost everything which makes it flexible and easy to edit. It shall be considered an official OtLand map editor when it's...
  8. Fallen

    Let's count in binary!

    Hey, i was just learning how to count in binary, Dalkon told me to, so i decided to learn it. If you don't know how to, heres a good tutorial: http://knol.google.com/k/counting-in-binary-for-beginners# ok i start 000001
  9. Fallen

    [Germany] Textual 8.6 -

    ~*Ip*~: textual.us ~*Port*~: 7171 ~*Client*~: Tibia 8.6 ~*Uptime*~: 24/7 ~*Hosted in*~: Germany, on a dedicated server with 100 mbits Internet connection. ~*Website*~: Textual - Latest News ~*Exp rate*~: Staged as below: -1-50- -> 750x -51-100 -> 460x -101-120 -> 370x -121-140 ->250x -141-160 ->...
  10. Fallen

    IRC flood bots (cuntbots)

    Hi, i made these cuntbots to flood quakenet but i couldn't since they shitlist all proxies but i have tested them on my IRC network and they work, what does they do: 1. connect to network 2. join channel 3. say "Hello" they will always respond to ping as long as theyre running. Libraries...
  11. Fallen

    IRC Server (textualircd)

    Hello! This is a simple IRC Server in C++, It's written from scratch, 100% made by me. it's not fully functional yet. But atleast i can chat on it right now. Follow the development on google code: (browser source: textual-irc - Revision 8: /trunk, textual-irc - Project Hosting on Google...
  12. Fallen

    Read this if you want to compile TFS with luajit under mingw

    Download: include + static lib(a) + dynamic lib(dll): http://www.speedy*****malware.localhost/files/25886724/luajit.rar Tutorial: For Dev-cpp goto project -> Project options -> Parametres and replace "-llua5.1 -lluasql_mysql -lluasql_sqlite" with "-lluajit -lluajitsql_sqlite3.dll -lluajitsql_mysql.dll" and...
  13. Fallen

    Simple Qt tcp chat server.

    Hi, this is a simple chat server made under Qt (4.6) +++ to compile it u need Qt 4 or later installed: linux: qmake -project qmake && make -- windows: use Qt Creator easier. download src: src rar
  14. Fallen

    Just to wake up this board

    hi, my search in directory code: #include <iostream> #include <fstream> #include <errno.h> #include <dirent.h> #include <conio.h> #include <vector> #include <map> typedef std::vector<std::string> Files; typedef std::map<std::string, int> Times; bool getFiles(const std::string& dir, Files&...
  15. Fallen

    Quests Maker

    Hi, just made this tool so i thought i would release it might be useful to someone out there, i had this idea for days. It's made under the Qt library (Cpp). Download: Quests rar or MEGAUPLOAD - The leading online storage and file delivery service downlaod src: src 7z Support for multi quests...
  16. Fallen

    Some functions

    table functions: function table_getInfo(tb, info) if info ~= nil then for _, v in ipairs(tb) do if v == info then return v end end elseif info == "size" then local k = 0 for _, v in ipairs(tb) do k = k + 1 end return k end end --[[ example: local t...
  17. Fallen

    Action Pacman

    Script: local fromPos, toPos = {x = 1007, y = 988, z = 7}, {x = 1032, y = 1011, z = 7} local startPosition, lives, eatable = {x = 1019, y = 1011, z = 7}, 5307, {2677, 2675} local delayMonsters, itemsToWin = 34561, 250 local useCountDown, delay, eatEvent, storageEvent, wins, loses =...
  18. Fallen

    Function mapForMe(plx)

    Credits; Cykotitan for fixing my errors; http://otland.net/f132/luadotileadditemex-77498/ And me for the rest -- place this in data/lib/050-function.lua ; or w/e function mapForMe(items, fromPosition, toPosition) for i = 1, #items do for x = fromPosition.x, toPosition.x do for y =...
  19. Fallen

    Describe Your Sex Life With A Tibia Term

    ok ill start off: "You are exhausted."
  20. Fallen

    luaDoTileAddItemEx

    luagetThingPosition() Thing not found luaGetThingFromPos() Tile not found line 7: attempt to get length of local 'k' <a number value> stack traceback: in function <> -- this is the error -- -- script -- function onUse(cid, item, fromPosition, itemEx, toPosition) local table = {2700, 7024...
Back
Top