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

    [Latest RTS] Last Poster Wins

    no win ;d
  2. Zonet

    Suggestion Matket place subforum

    Everyone wont do that unless they add 2 prefixes when creating a thread ;p
  3. Zonet

    my new haircut

    suicide
  4. Zonet

    [MOVEMENT] Effect on Walk-Outfit

    Explain better then.
  5. Zonet

    [MOVEMENT] Effect on Walk-Outfit

    What do you mean? My script gives effect if has the outfit if you want each step/floor i can do it too
  6. Zonet

    First Login [Set Outfit?!]

    @@@@ local male = {lookType = outfit, lookHead = head, lookLegs = Legs, lookBody = Body, lookFeet = Feet, lookAddons = Addons} local female = {lookType = outfit, lookHead = head, lookLegs = Legs, lookBody = Body, lookFeet = Feet, lookAddons = Addons} function onLogin(cid) if...
  7. Zonet

    [MOVEMENT] Effect on Walk-Outfit

    function onThink(cid, interval) local config = { [159] = 23, [129] = 24 } local outfit = config[getCreatureOutfit(cid).lookType] if outfit then doSendMagicEffect(getCreaturePosition(cid), outfit) end return true end
  8. Zonet

    [MoveEvent] Teleport with level cap

    doCreatureSay(cid, "You can\'t get in here!", TALKTYPE_MONSTER)
  9. Zonet

    OtLand OtLand update and changes in the staff

    Great Talaturen. Only TFA left ( the forgotten aac ). ;)
  10. Zonet

    auto reboot script

    globalevents. time="6:00" /> and put a shutdown script and it'll be executed at this time.
  11. Zonet

    Webdesign Medieval Webdesign By Crazyman | For Modern AAC

    I've seen the borders at the bottom in the iriana layout.
  12. Zonet

    OTPHP - Create LUA scripts using PHP!

    I hate Lua syntax, useful for me ;) By the way, it looks very similar to jQuery to me :p
  13. Zonet

    Modern Aac (Highscores online)

    system/application/view
  14. Zonet

    Modern Aac (Highscores online)

    class="'. ($player['online'] ? 'green' : 'red') .'"> Add this on every column that's showing name :) You should also add it within the <a> Example: <a href="'.WEBSITE.'/index.php/character/view/'.$player['name'].'" class="'. ($player['online'] ? 'green' : 'red') .'">'.$player['name'].'</a>
  15. Zonet

    [Sweden] - 8.6 Alzeria.net RL MAP, Real tibia war - JUST BEGUN

    Great, my old servername, hope it'll be successfull ;)
  16. Zonet

    Gesior Tables

    Fast made: <table width="100%" cellpadding="4px" cellspacing="1px"> <tr bgcolor="<?= $config['site']['vdarkborder']; ?>"> <td>What?</td> </tr> </table> <table width="100%" cellpadding="4px" cellspacing="1px"> <tr bgcolor="<?= $config['site']['vdarkborder']; ?>"> <td>Column 1</td>...
  17. Zonet

    DATABASE COMAND* REPP U ++ [help] easy

    Second line should be: UPDATE `players` SET `balance` = 0; s
  18. Zonet

    Creativity - Post your mapping ideas

    It is a bar table, I dont know if anyone have posted like this one so I post it here.
  19. Zonet

    Fixed Account Creating - giving items.

    Huh? This works well for me :)
  20. Zonet

    [Germany] | ILITHYARPG.NET | Custom Server | RPG - PVP | 8.6

    Maybe that it doesn't have any content, that's what he think is bug ^_^.
Back
Top