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

    TELEPORT LEVER

    I am going to give you a direction on how-to :) Inside your action scripts there is a default script for annihilator. This script checks tile positions if players are on it and if players are 'X' level when pulling the lever. This means that you can rip this script apart and create it as you...
  2. Ralumbi

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    Change the version inside definitions.h at lines 27, 28 and 29
  3. Ralumbi

    How can i block Otclient?

    If you would want my tip: Create your own OTClient and make a function which checks with the gameserver if it has the exact same 'code'/'password' and if thats correct you can login. If not session will be terminated.
  4. Ralumbi

    OTClient how to rebuild otclient and tfs on ubuntu?

    It sure is my friend :) Make sure you aren't running the client while re-building. It will get you an error since it cannot replace the current otclient build. Have fun building your OTClient!!! Sincerely, Ralumbi
  5. Ralumbi

    OTClient how to rebuild otclient and tfs on ubuntu?

    Open your terminal inside OTClient, cd to your build folder you created inside the project and type make again :) Sincerely, Ralumbi
  6. Ralumbi

    Add database Step4, not working

    You're very welcome @Thogora whenever you have another question just create another thread and we all will try to find your answer again.
  7. Ralumbi

    Linux Gesior not create account.. anyone have this problem?

    Not sure where you are reffering to. Could you explain the error? To me it seems like the database isn't setup correctly. Sincerely, Ralumbi
  8. Ralumbi

    Add database Step4, not working

    When you open your phpmyadmin and click on the database (left side panel) You will find a button called SQL in the top menu, you can copy and paste everything from that file into the SQL form here. Sincerely, Ralumbi
  9. Ralumbi

    [SQL] Gesior - PowerGamers

    Consider you make the output of your numbers a float. To find more information about using floats in php, check here: php.net - floatval
  10. Ralumbi

    Acc maker

    Dear @Asiadaj , Please write your message in English. This way more people would be able to help you. Beside that in the rules you can find this: 7. Foreign language: This is an English community, and you are expected to speak English on the boards. If you wish to communicate with another user...
  11. Ralumbi

    What would you expect from real Tibia 7.6 server?

    It would be nice if the developers would introduce themselves. Not to fall out on you, but when I read such threads asking for what people want and then reading "game for the players and not for benefit". It is 99% of the times for the benefit. When people are not doing it for the benefit the...
  12. Ralumbi

    MyAAC - Plugin upload, cannot extract zip file

    @ivvanek You are on the right track! Instead of writing extension=php_zip.dll You should be writing extension=zip.so And as I mentioned earlier make sure you have php-zip installed: sudo apt install php7.0-zip edit the php.ini in cli and apache2 Sincerely, Ralumbi(Caleb)
  13. Ralumbi

    Add database Step4, not working

    You have learned a lot!!! Great to hear! Remember it is a Guide, not a full here you go grab and run your server package. Guides are to push you in the right direction. Beside that you are 95% done :) Inside your znoteaac website package you will find the folder engine/database here you will...
  14. Ralumbi

    Gesior Permissions

    Permissions are os based, uniserv or xampp doesn't matter here. Let me guide you with screenshots: Then goto Security and select Users and click on the Edit button. Then click on full control and click on apply After this you will have full control of the folder. For testing purposes you can...
  15. Ralumbi

    Gesior Permissions

    You can right click your folder and set the permissions in properties (windows) Make sure you set it to administrator. Please let me know what you're using etc..
  16. Ralumbi

    MyAAC - Plugin upload, cannot extract zip file

    Sorry, let me explain you. open /etc/php/7.0/fpm/php.ini and check if the modules are not commented out there. if you're using apache you should open /etc/php/7.0/apache2/php.ini instead. Having them showed in the folders while checking if its init doesn't always mean its enabled.
  17. Ralumbi

    MyAAC - Plugin upload, cannot extract zip file

    You've outcommented the modules in php.ini?
  18. Ralumbi

    MyAAC - Plugin upload, cannot extract zip file

    If you're in linux install: sudo apt install php-zip zip unzip
  19. Ralumbi

    TFS 1.X+ Problems on server restart

    No worries, we are here to help :) Make sure your monster file has this <loot> </loot> at section in the file. Also make sure there are no syntax errors. This is a small part of the demon loot table. <loot> <item name="purple tome" chance="1190" /> <item name="gold coin"...
  20. Ralumbi

    Gesior Permissions

    @Blasphemy Please search through the forums more before you start a new thread. Linux - Gesior not create account.. anyone have this problem? (https://otland.net/threads/gesior-not-create-account-anyone-have-this-problem.270049/#post-2604388) Sincerely, Ralumbi(Caleb)
Back
Top