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

    [France]Ranger's Arcani |NEW CLASS|BETA|FULL CUSTOM|

    I will update the client soon. You can change width of chat window, move minimap and some smaller things will make the game more enjoyable. Regards!
  2. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    #up I like it. Simply but pretty.
  3. Oskar1121

    OpenTibia Tidus Spr Editor v1.5

    Anyone still have a sources?
  4. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    Simple and pretty, I like it.
  5. Oskar1121

    Ranger's Arcani - [HOT] best custom server on earth! - discussion.

    Anyone who want to play in server can download a client and just play: https://mega.nz/#!HUVC3AxJ!njnglINP1QWQ2yhhbS3g8eMl2FHAVaKmyQFU5kOor-s http://rangersarcani.com
  6. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    #up Nice! I like it and I'll copy that to my map, can I?
  7. Oskar1121

    Compiling Error in luascript.cpp

    Change leaf() to path().filename().string()
  8. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    I have no idea for spawn, so I put goblins.
  9. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    Look at that:
  10. Oskar1121

    [USA] Aragon Customized Real Map [Exclusive RPG Features] [10.97-10.99]

    I'll be waiting for more screenshots and info. Great work!
  11. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    More on https://www.facebook.com/Rangers-Arcani-852094871538808/timeline/
  12. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    I am the author of this script. Here you can see more on this topic: https://www.facebook.com/Rangers-Arcani-852094871538808/timeline/
  13. Oskar1121

    [Archived] "[Quick Showoff] Post your latest maps"

    More on facebook: https://www.facebook.com/Rangers-Arcani-852094871538808/timeline/
  14. Oskar1121

    [TFS 0.3.6pl1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers (Remake)

    I tested it on 8.54 version, but I used OTClient with modal window.
  15. Oskar1121

    [TFS 0.3.6pl1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers (Remake)

    Now open protocolgame.cpp and at the bottom paste: void ProtocolGame::sendModalWindow(const ModalWindow& modalWindow) { NetworkMessage_ptr msg = getOutputBuffer(); if(!msg) return; TRACK_MESSAGE(msg); msg->AddByte(0xFA); msg->AddU32(modalWindow.id)...
  16. Oskar1121

    [TFS 0.3.6pl1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers (Remake)

    That's all with LUA part. Now open your source and open enums.h file and paste: typedef std::map<std::string, uint8_t> ModalWindowMap; struct ModalWindow { ModalWindowMap buttons, choices; std::string title, message; uint32_t id; uint8_t defaultEnterButton, defaultEscapeButton...
  17. Oskar1121

    [TFS 0.3.6pl1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers (Remake)

    Original thread: https://otland.net/threads/tfs-1-1-catacombs-teleporter-like-diablo-3-teleport-great-for-rpg-servers.230015/ In data/lib create 010-teleport.lua file and paste: places = { {placeName = 'Cirith Deposit', placeStorage = 6661, placepos = {x = 1304, y = 891, z = 8}}...
Back
Top