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

    [MOD] Mock's Classic Snake remade to MOD!

    Go into your mysql database, -> game_gamehighscores -> alter the Id 1 and replace 0 with 1 in the snakename field and make sure you have a character with GUID 1, else enter any other GUID (id in players table) must be on ID 1 in game_highscores Fixed in main post now, INSERT INTO...
  2. Pheenix

    Can anyone help me setup this website through Teamviewer? rep

    We tried to bind external port 80 to internal port 7173 (and some other ports) via apache and his router, but it still gave the same error message. We then succeeded by connecting his Otserv to my remote database (after some issues with allowing remote connections to it :) ) and using a webhost...
  3. Pheenix

    unashammed scammer three times!

    You missed my point, if you hire a carpenter or anyone doing something in your house you pay them by the hour, if you dont give them any instructions (in this case i suppose the sources he was supposed to send?) or anything, YOU are wasting your own money. If you look at the logg OP posted...
  4. Pheenix

    [MySQL] How to run a query!

    This is how you run a MySQL query: First off, Login to phpmyadmin on your servers ip adress or url: Select your tibia servers database: Select SQL in the tabs within your database: Write the query code you are running and press "Go"...
  5. Pheenix

    [MOD] Mock's Classic Snake remade to MOD!

    did you run INSERT INTO `game_highscores` VALUES (NULL,0,1); ? did you run any of the queries? http://otland.net/f479/mysql-how-run-query-177833/
  6. Pheenix

    Solved SQLite Error; No such colum HELP!

    what tibia version are you hosting?
  7. Pheenix

    DEDICATED Server

    This is what im using and i am very pleased with their performance. https://www.citycloud.eu/prices/ Tho, i have a asociation deal with them so i only pay 4€ a month for a Medium Plus server (:
  8. Pheenix

    Solved SQLite Error; No such colum HELP!

    Get a new theforgottenserver.s3db
  9. Pheenix

    Invisibility to monster and player, withgout a source edit.?

    this is how it looks in the sources from the public revs.. bool TalkAction::ghost(Creature* creature, const std::string& cmd, const std::string& param) { Player* player = creature->getPlayer(); if(!player) return false; if(player->hasFlag(PlayerFlag_CannotBeSeen)) {...
  10. Pheenix

    Solved QUERY; delete all players without acc manager?

    Why dont you just make a new database, export what you want to save and import it to the new database?
  11. Pheenix

    Login Server -- Help me!

    Can it be that im using rev 5908? - - - Updated - - - ok its working now, only thing is that the server doesnt read the world_id field from the database and sends my characters to different worlds depending on their group id (acces, player, tutor, senior tuto etc.)
  12. Pheenix

    [MOD] Mock's Classic Snake remade to MOD!

    You are using sqlite.. i suggest compiling with MySQL or changing to a MySQL database and run the queries in phpmyadmin.. if you however want to stay with sqlite you can use a sqlite manager of some kind and run the queries (may be refered to as questions) in the forgottenserver.s3db file in...
  13. Pheenix

    [MOD] Mock's Classic Snake remade to MOD!

    Releasing my Classic Snake mod Snake originally written by mock @otland.net Talkactions: Access: 5 /rsnakegvalue -- Set global storage to 0 (if snake is bugging) Access: 5 /rsnakehighscore -- Reset Snake server highscore Access: 0 /resetsnake -- Reset your own highscore...
  14. Pheenix

    Error snake system

    I've remade this system to a mod and added highscores system. Feel free to use it if you want. http://otland.net/f163/mod-mocks-classic-snake-remade-mod-177781/
  15. Pheenix

    Help Me If You got a heart

    About rev 600 somewhere in the private subversion..
  16. Pheenix

    How to upload a file from Linux (read to understand)

    You can put it in your /var/www/ folder from console, otherwise you will need a GUI for linux i.e KDE or Gnome and then use firefox in the gui and upload it as far as i know.
  17. Pheenix

    Login Server -- Help me!

    I have complied a login server and 2x without login server, but i cant get it to work. Could someone please guide me in the right direction? I've got it to list my 2x other servers and i could login on 1/1 but there was nothing there and in the login server console i got a message saying...
  18. Pheenix

    Windows ACCMAKER Gesior (Step 1) problem i give u rep++

    Is this your server config.lua? The one where it looks for skulls, acc manager, world id etc etc.. because thats what you are supposed to link.
  19. Pheenix

    unashammed scammer three times!

    I thought everyone was entitled to their own opinion, my bad. Btw, 18€/h is cheap in Sweden, you can get up to 50€/h if you are lucky.
Back
Top