• 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!

Recent content by leovieirapsn

  1. L

    Draw Attached Effect

    SpectatorVec spectators; map.getSpectators(spectators, creature->getPosition(), true); for (Creature* spectator : spectators) { if (Player* tmpPlayer = spectator->getPlayer()) { // function internalDrawOutfit } } like this :p
  2. L

    OTClientV8 is from now open-source project

    any tfs updated with v8? more up-to-date than kondrah repository?
  3. L

    Otclient fatal error C1083: Cannot open include file: 'GL/glew.h

    go to vcpkg and install the libs: for 32x: .\vcpkg install boost-iostreams:x86-windows boost-asio:x86-windows boost-system:x86-windows boost-variant:x86-windows boost-lockfree:x86-windows luajit:x86-windows glew:x86-windows boost-filesystem:x86-windows boost-uuid:x86-windows physfs:x86-windows...
  4. L

    CreatureEvent [TFS 1.2] Hunger system

    how to make an gloval evento, for dont use the talkaction?
  5. L

    [OTC & TFS 1.0+] Working Creature Jump function with jumpStraight feature.

    I will try here then, can you help me, in case I can't do it alone?
Back
Top