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

    Solved HTML/PHP help

    First thing that catched my eyes was this: WRONG: Echo "<td style="width: 25%; text-align: center;">"; GOOD: Echo "<td style=\"width: 25%; text-align: center;\">"; You have to put \ before quation marks inside echo, otherwise your script wont run. Fix and tell happens
  2. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    need to wait for unban from Otservlist guys, need the full audience
  3. A

    I HAVE 2 PROBLEMS WITH MY SERVER

    First of all, your NOT working manafluids have nothing to do with the runes. lua script. Check in your data/actions/actions.xml file, edit it with Notepad and try to find these lines: If they do not exist, add them. Also create your fluids.lua file in data/actions/scripts directory: local...
  4. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    @up my intentions were good :D
  5. A

    How do I enter my own server?

    @Damon indeed :)
  6. A

    How do I enter my own server?

    He doesn't know how to enter game with localhost and you guys want him to create ACC website? Good luck with writing guides for that
  7. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    I will be changing client to 7.72, making few changes and gathering staff. In other words, I am going to fix the mistakes that I did on the previous edition of Danera. Please be patient. PS: Also waiting for unbanishment from Otservlist.org..
  8. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    He was making noob chars and making them level 50 in order to get free D-Codes.
  9. A

    Danera.no-ip.org Banishment

    ekhm.. I dont have no logout zone on 7.6 server.. I also dont have the sources to my server
  10. A

    Danera.no-ip.org Banishment

    Hello I think some sort of misunderstanding occured. My server danera.no-ip.org has been permanently banished, the Otservlist.org admin also said that I am a "known spoofer". Well, the only thing I've done, was extending the AFK time to for a player to log out, so that my players can train...
  11. A

    Tagi w URL.

    nie wiem dokładnie o co chodzi, ale chyba o to: if (!preg_match('/[^A-Za-z0-9]/', $input)) // '/[^a-z\d]/i' should also work. { // dobrze wpisane } else { // lipa chujowo wpisane }
  12. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    214 Player Record ! Thank you guys!
  13. A

    Paypal - Podatki

    Jako donacje to nic nie płacisz.
  14. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    I have Windows 7 and I have no problems at all. Try upgrading your DirectX and graphics drivers.
  15. A

    SQL Top Guilds - poszukuje

    Bo całkiem inna nazwa jest w bazie danych a inna w kodzie PHP. Musisz to dopasować. Jeśli w kodzie masz "czytaj z bazy guild_ranks" to w bazie danych musi być nazwa guild_ranks a nie top_guilds, jak ja podałem dla przykładu. Twój błąd pokazuje, że taka baza nie istnieje.
  16. A

    SQL Top Guilds - poszukuje

    to zrob nową tabele, ustaw strukturę... takie trudne? Nie wiem czy chodzi Ci o takie cuś: CREATE TABLE `top_guilds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nazwa_gildi` varchar(255) NOT NULL, `fragi` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8...
  17. A

    Windows [PHP] Add item to Player

    Hello I have a script that adds item to player. The problem is, sometimes it works and sometimes it doesnt. Could somebody check my code and tell me what's wrong? I think there must be something with the query. It should add item to player's DEPOT. My code already checks if the player is logged...
  18. A

    [England] Danera Real Map 24-7 Stages 7.6 Highrate OFFLINE

    Stages have already been modified, we don't want players to reach levels 150+ that fast. It is well balanced. Today also we did an update, fixing a lot of stuff. You can also buy runes in backpacks in shop.
  19. A

    Lua Remove vial from manafluids after use?

    As in title, my code is: local exhaust = createConditionObject(CONDITION_EXHAUST_HEAL) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 1000) function onUse(cid, item, frompos, item2, topos) if((hasCondition(cid, CONDITION_EXHAUST_COMBAT) == TRUE) or (hasCondition(cid...
Back
Top