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

  1. S

    Update CMakeLists.txt file

    I am using MSVC project, otclient mehah, i want to disable bot protection
  2. S

    Update CMakeLists.txt file

    I changed the CMakeLists.txt file after building otclient, and now that I do a new build, changing the CMakeLists.txt file doesn't work. How do I make the change work?
  3. S

    Compatibility android

    I finally managed to build otclient for android (armeabi-v7a), but it is compatible with some cell phones, I realized that the older otclient sources are compatible with more cell phones, what can I do to provide more compatibility for cell phones?
  4. S

    Error compile otclientv8 for android

    I'm having trouble compiling otclientv8 for Android, apparently it doesn't give any errors, just: 3>------ Deploy started: Project: otclientv8 (otclientv8\otclientv8), Configuration: Release ARM ------ 3>Error installing the package. The package 'D:\Otclient...
  5. S

    Play the sound only once

    I changed it to: musicChannel:play(musicFilename, 0) But the audio doesn't play, I'm using otclientv8
  6. S

    Play the sound only once

    I want to play the audio only once function onButtonMousePress() musicChannel = g_sounds.getChannel(1) musicChannel:enqueue(musicFilename) end I'm calling the function mymodule.onMousePress = onButtonMousePress
Back
Top