• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. lubunttu

    [ZNOTE] Marriage problem

    DB: CREATE TABLE `marriage_system` ( `id` INT NOT NULL AUTO_INCREMENT, `player_id` INT NOT NULL, `partner` VARCHAR(255) NOT NULL, `marriage_date` INT NOT NULL, PRIMARY KEY (`id`) ) ENGINE = InnoDB; I tried what u said http://hastebin.com/yasuhiyaje.xml But not work... When i...
  2. lubunttu

    2 Helps znote highscores

    bump
  3. lubunttu

    [ZNOTE] Marriage problem

    @forgee and @Zisly made this characterprofile.php http://hastebin.com/alujugofej.xml To show in character profile who is marriage, using this marriage system: https://otland.net/threads/marriage-system-8-6-fixed.161590/ But only in Wife's page show marriage: In wife page's show: Married to...
  4. lubunttu

    2 Helps znote highscores

    I tried to put flags on highscores and fail too If someone know how to fix it, i want too :D
  5. lubunttu

    Help marriage show on ZNOTE

    On my phpmyadmin in: SELECT * FROM marriage_system Show me this: id | player_id | partner | marriage_date 1 | 4 | 2 | 1476275237 bump bump bump! bump bump
  6. lubunttu

    Help marriage show on ZNOTE

    bump
  7. lubunttu

    Help marriage show on ZNOTE

    NICE! TY, its fix the Array does not exist. But still the other problem In character profile of Noive, show: Married to: No-one.
  8. lubunttu

    Help marriage show on ZNOTE

    @forgee make to show marriages on characterprofile.php characterprofile.php http://hastebin.com/eporutekax.xml Using this marriage system: https://otland.net/threads/marriage-system-8-6-fixed.161590/ But have some problems: Noivo and Esposa are married When i look on Esposa page show me...
  9. lubunttu

    Compiling Help to compile RME ubuntu

    I've used: sudo apt-get install git libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-dev cd /home/lubunttu/Documents libarchive-dev git clone https://github.com/hjnilsson/rme.git cd rme mkdir build && cd build apt-get install cmake cmake .. make -j `nproc` But show me it...
  10. lubunttu

    [ZNOTE] Help Show Marriage on character proffile

    I have no idea to how to change in script and fix bugs There is no way to search character by ID on znote?
  11. lubunttu

    [ZNOTE] Help Show Marriage on character proffile

    In man show: Married to: No-one. In girl show: Married to: Array and Array does not exist. when i clicked
  12. lubunttu

    [ZNOTE] Help Show Marriage on character proffile

    Storagens,rings,outfit everything is working... On DB:
  13. lubunttu

    [ZNOTE] Help Show Marriage on character proffile

    Still showing Married to: No-one. If have married or not... I think to take this way i need to change something on script, but im noob on MYSQL things
  14. lubunttu

    [ZNOTE] Help Show Marriage on character proffile

    I need some help to show marriage on characterproffile.php in my znote aac I'm using this marriage system: https://otland.net/threads/marriage-system-8-6-fixed.161590/ Check in DB show it id | player_id | partner | marriage_date 0 | 18 | 17 | 1467002917 I tried...
Back
Top