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

Recent content by ADeadlySpoon

  1. ADeadlySpoon

    Gesior 0.3.8

    Thanks for the help, but I'm not exactly sure where to alter.. I get what to do, but where? I'm not seeing any table with that name?
  2. ADeadlySpoon

    Gesior 0.3.8

    Hey there, this is my first time back to OT's (last one that I used properly was 8.1, messed with 8.4 and the AAC to match) I'm trying to set this one up. When I'm at step 4:"Add samples to DB" I get this STEP 4 Add samples to DB: News ticker sample is already in database. New sample is not...
  3. ADeadlySpoon

    Windows Modern AAC - Client 8.42 support?

    Ah right, well this sorta thing I'm new to so I have no idea how to set it up. Modern AAC uses a difrent database to that of the OT? The OT's database name is "armonia" in PHPMyAdmin and the sql file used was armonia.sql (which is also what I tried using for modern, was this wrong?) SQL file...
  4. ADeadlySpoon

    Windows Modern AAC - Client 8.42 support?

    The .sql file is imported and set up using mysql, I can log in to the server, edit accounts using phpmyadmin fine. I installed modern using the correct settings for my set up in phpmyadmin but as I said above, I think it's reading the database wrong as it says "armonia.killers" doesn't exist.
  5. ADeadlySpoon

    Windows Modern AAC - Client 8.42 support?

    Right, I downloaded Modern AAC (Version 1.01 according to version.php) I tried setting up the database etc, but on the index page it says: Error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'armonia.killers' doesn't exist Armonia being the database name, but I don't get...
  6. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    Right, I fixed it, I used a difrent config.lua and it's fine now. It would appear the server and config.lua weren't compatible (no idea how that happens but it fixed it).
  7. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    There is something really wrong, I deleted sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass = "wcde8bku" sqlDatabase = "armonia" sqlFile = "armonia.sql" sqlKeepAlive = 0 mysqlReadTimeout = 10 optimizeDatabaseAtStartup = "yes" passwordType = "sha1" and it still said...
  8. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    Nah that's right, the server name is RRoT so the database in mysql is called rrot
  9. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    Nope that doesn't work either. :/ Does anyone have a link to an 8.42 TFS server? I think I should try another...
  10. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    -bump- Anyone have any ideas? =)
  11. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    Nope. Still comes up with the same error. :/
  12. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    Sorry, I meant already set to 127.0.0.1... These are the settings (obv without the password) sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass = "......." sqlDatabase = "rrot" sqlFile = "armonia.sql" sqlKeepAlive = 60 mysqlReadTimeout = 10...
  13. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    It already is set to localhost, that's why I asked is it not reading from the config.lua properly? Or is it the .exe?
  14. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    No, I'm not using any database software, just PhpMyAdmin and the files that came with the server. I've previously had SQL servers, but never had a problem like this. :/
  15. ADeadlySpoon

    Solved Server doesn't appear to be reading config.lua for sql connection?

    The password is set and correct, I've made sure of this quite a few times. :/
Back
Top