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

    Compiling OTClient wont compile on LUbuntu 16.04

    I've install all what was necessary to compile my OTClient sudo apt-get install build-essential cmake git-core sudo apt-get install libboost-all-dev libphysfs-dev libssl-dev liblua5.1-dev sudo apt-get install libglew1.6-dev libvorbis-dev libopenal-dev libz-dev (libboost1.55-all-dev can't be...
  2. zexus

    Lua Summon monk + monster rats

    Ty, but i have no client to test it all, i just need to compile the otclient to test it https://otland.net/threads/otclient-wont-compile-on-ubuntu-16-04.242662/#post-2394859
  3. zexus

    Solved otclient wont compile on ubuntu 16.04

    Anyone could help me please?
  4. zexus

    Solved otclient wont compile on ubuntu 16.04

    Look my last post pls, i've edited /\ I did everything again, exacly like you said... But still errors, idk what i supossed to do, anyone here could help me?
  5. zexus

    Solved otclient wont compile on ubuntu 16.04

    I made everything like you said: physfs root@carlos-PC:/home/carlos# hg clone -r stable-2.0 http://hg.icculus.org/icculus/physfs/ destination directory: physfs adding changesets adding manifests adding file changes added 973 changesets with 2462 changes to 676 files...
  6. zexus

    Solved otclient wont compile on ubuntu 16.04

    Ty! That's what i made to solved guys with same problem: sudo apt-get install libncurses5-dev
  7. zexus

    Solved otclient wont compile on ubuntu 16.04

    Holy crap a lot errors, u was got this errors? To fix: -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) I made: sudo apt-get install doxygen Now that's is the problem i traped, idk what to do now root@carlos-pc:/home/carlos/physfs/build# cmake .. -- PhysicsFS will build with the...
  8. zexus

    Solved otclient wont compile on ubuntu 16.04

    You got no problems? I got this To fix i made: apt get install libc6-dev-i386 But now i got new errors: cmake .. -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler...
  9. zexus

    Solved otclient wont compile on ubuntu 16.04

    Anyone could help me to fix it? I got the same problem then the author topic, but idk how to make what he said to fix... How to download physfs source and install? I tried it: root@carlos-pc:/home/carlos# hg clone https://hg.icculus.org/icculus/physfs/ destination directory: physfs...
  10. zexus

    Lua Summon monk + monster rats

    What are u mean? Perfect! It should be possible?
  11. zexus

    Lua Summon monk + monster rats

    How to make to when player use: utevo res "monk Create a /s Monk, but create 2 rats to train defense like: /m Rat /m Rat ??? I've look on spells.xml but show me this: <!-- Summon Spells --> <instant name="Summon Creature" words="utevo res" maglv="16" params="1" exhaustion="2000"...
Back
Top