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

    Fake PHP functions & scripts

    <?php $nobzor = new OtlandUser("Zonet"); while (!$nobzor->isBanned()) { $thread = $nobzor->createThread("Fake PHP functions & scripts", $nobzor->doGenerateRandomLetters()); while (isOpen($thread)) { $nobzor->spam($thread); //Spam thread! $mod = new OtlandModerator()...
  2. Mazen

    Suggestion Ads

    Personally, I don't mind if you put up advertisings, because I can block them. :] But some people can't, so this is the worst idea ever.
  3. Mazen

    Action Da F**king best quest system ever

    Oh wait a minute, this script wont work. This is the fixed version: function onUse(cid, item, frompos, item2, topos) local t = { [5000] = {itemId = 5000, storage = 5000, msg = "You have found an item!"}, [5001] = {itemId = 5001, storage = 5001, msg = "You have found a weapon!"}...
  4. Mazen

    Action Da F**king best quest system ever

    Why did you define ActionId if you're only using it once? Anyway nice script. :)
  5. Mazen

    Fix/Patch Player Protection against debuging client with ElfBot NG

    This method is quiet ineffective. You should reduce the string length by removing the last characters. For example if a string is 270 characters long, the server should automatically filter the last 15 characters. Imo this is a bug in OTServ, players should not be able to debug anyone this way.
  6. Mazen

    Bästaa!! fick en gratis bil!

    Inte illa. Kör försiktigt bara. :)
  7. Mazen

    How addicted to tibia are u? ~!TEST IT HERE!~

    1337 here, am I addicted?
  8. Mazen

    Webdesign Tibiacom layout remix[CHECK IT OUT]

    I don't like it, the colors doesn't fit at all.
  9. Mazen

    Best Anti-Virus?!

    Yep, I also recommend kaspersky, even if it's not free. It's absolutely worth the money.
  10. Mazen

    [Gesiors AAC] $main_content sux

    I made an update of it and released it here in OTLand now. I'm just waiting for the m0ds to approve it.
  11. Mazen

    [Gesiors AAC] $main_content sux

    I'm planning to take one updated version of Gesiors AAC and change the topic system in it. So maybe people will start basing their AAC scripts on the fixed version of the AAC.
  12. Mazen

    tableString(table) - Table to String

    @up, didn't know about that. xD Update: Fixed a few bugs and made an option to show numeric key values. Example: my_table = {"hi", cake = "blalalala"} print(tableString(my_table, true)) Will return: {[1] = "hi", cake = "blalalala"} Use tableString(my_table, true) to show numeric key...
  13. Mazen

    tableString(table) - Table to String

    Hello OTLand. Since I know by experience that sometimes it's hard to understand what's inside tables that you didn't write, that most of the times are returned by functions. A good way to see exactly how a table looks like is to make it as a string. Here is the script the will convert any...
  14. Mazen

    [Gesiors AAC] $main_content sux

    $main_content is a variable that contains everything inside the page/subtopic you are in. The AAC simply execute a small php code "echo $main_content;" when it wants to show what's inside the subtopic. That's a very ineffective way of handling pages, because all the HTML must be inside the...
  15. Mazen

    [Gesiors AAC] $main_content sux

    The variable $main_content sux and should be upgraded to something more professional, like include($dir), who agrees with me?
  16. Mazen

    Guru Mapping Thread :)

    I love the city.
  17. Mazen

    OtLand Fury's new body competition

    The title is misleading.
  18. Mazen

    im retarded

    Why?
  19. Mazen

    TFS 0.2.7 vs 0.3.6PL1 for evolution server.

    I had a 300h uptime with 0.3 without lags/freezes or w/e ppl are complaining about. The uptime ended because I restarted it. But I have to admit, there is a few bugs that I know can crash the server. I only did a temporary fix for those (By avoiding bugged features). Anyway, the features will...
Back
Top