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

    Server Crashing

    As a bump, I believe it could be with the underwater. When loosing hp, I think that causes the crashes now, going to check script and update here, help would also be appreciated. :)
  2. 8408323

    Server Crashing

    When players leaves protection zones at certain places of my map (probably into underwater areas), they cause a server crash, for some reason, but if a gm or higher group id player leaves pz nothing happens, probably because they don't loose hp. I'm not sure where in the sources I should find...
  3. 8408323

    Rebirth shown on homepage.

    Thanks! :) It shouldn't be any maximum value, right? Since I've only got players which have done less than ten rebirths. And if I increase their number of rebirths, it increases until it reaches 10 rebirths. Then they disappear and the next player appear instead. I'll rep you, but I want to...
  4. 8408323

    Team Scripter, mapper, any skills!

    Sorry, I've been away during my holiday, and skiing the Vasa Race.
  5. 8408323

    Rebirth shown on homepage.

    Sorry, didn't see this post until today.. However I've encountered a new problem and I rewrote your code, you had forgotten a s on $rebirths Now the page says "Currently, the best player on the server is: Abdo with 205 rebirths." Even though he has 0 in storage, and if I increase storage to 1...
  6. 8408323

    Rebirth shown on homepage.

    My code look like this now ///Queries /// $query = $SQL->query('SELECT `name`,`id`,`level`,`experience`,`group_id` FROM `players` WHERE `group_id` < 2 ORDER BY `level` DESC LIMIT 1;')->fetch(); $query2 = $SQL->query('SELECT `id`, `name` FROM `players` ORDER BY `id` DESC LIMIT 1;')->fetch()...
  7. 8408323

    Team Scripter, mapper, any skills!

    Well, first time when I renamed it from Goblinsfoe into Klantskalle, it was because of the current hoster, which wanted to change the name of the server. Now I've got a completely new map, the old map was quite badly made, with a lot of lacking things. So that's why the new name are SweYork...
  8. 8408323

    Rebirth shown on homepage.

    I'm not so good with sql, just started to learn that.. So I don't know how to create such a table, maybe you can show me? :) $rebirths = mysql_query("SELECT 'value' FROM `player_storage` WHERE `player_id` = ".$player->getId()." AND `key` = '85987'"); if (empty($rebirths)){ echo "You haven't...
  9. 8408323

    Rebirth shown on homepage.

    I've got a question regarding rebirths, is it possible to show rebirths on homepage without any table in database? Like through storage in any way? (I might ask any further questions after your answers) Thanks in advice, 8408323
Back
Top