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

    OtLand New staff members & anniversary

    The problem starts when u can't even check the time when the post was created. I'd prefer having an inactive mod who is useful (when he is active) rather than an active one who is here for business. Another problem is that the edit feature wants a tutorial, lol
  2. Cyro

    OtLand New staff members & anniversary

    @Scarlet Ayleid is out? ohh, my heart
  3. Cyro

    Flappy bird - Your highscore!

    an unbelievable 101... I was so excited that I forgot to tap after the 100 lol
  4. Cyro

    [League of Legends] General Discussion

    @Prest good luck :) I just made an acc on EUW "Druned" add meeeh alll!!!!!!!
  5. Cyro

    Flappy bird - Your highscore!

    34 :D Edit; 56 YEAAAAAAAAAAAAAAAAA!!!!!!!!!!!!!!!!!!!!
  6. Cyro

    [League of Legends] General Discussion

    Nowadays, I play @ EUNE cuz the ping is high @ NA. And yea, bot lane is not good anymore specially if u dont have a duo. The point is if the mid lane is over fed, u will fall in the team fight in a matter of milliseconds; therefore, I have 2wins/6loses score with Sivir and 2/2 score with Ezreal...
  7. Cyro

    Flappy bird - Your highscore!

    Just got 30 wahaaaaa
  8. Cyro

    [League of Legends] General Discussion

    Having bad luck this season @Eune!! been through a 16 lose streak lol "Demoted from silver 3 to silver v" Took screens of some of the latest games: 1st: I was lanning top as 0/0 until battles began, and ,of course, I had not only 0/5 mid who lost 2 of his towers min 10 but also an adc with 51...
  9. Cyro

    Lua Make server spawn an item at xyz for x amount of time on random intervals

    local cfg = { itempos = {x = 1010,y= 1212,z=7}, -- pos of the wall timetospawn = 60 -- seconds to spawn this creature(s) summoneditemid = {"firstid"} -- Change this to the id of the summoned item } local timetospawn = {675 * 1000, 10000 * 1000, 1000 * 1000, 150 * 1000} local function k()...
  10. Cyro

    Script For Xml 8.1

    so u want a script when monster dies the wall gets removed and then it is back after 20 sec? local cfg = { from_pos = {x = 1707,y = 2305,z = 7}, -- area south-west corner. to_pos = {x = 1729,y = 2343,z = 7}, -- area north-east corner. mobpos = {x = 1000,y = 2343,z = 7}, --pos...
  11. Cyro

    How to Cancel the reborn and make Unlimited Levels ?

    Sometimes u don't have the sources of TFS u are using, but if u have them u will find a file named player.h in ur server folder and not in the data folder
  12. Cyro

    Check a maximum soul.

    200 only if u are promoted.
  13. Cyro

    How to get money fast?

    Collect money from monsters.
  14. Cyro

    Scripting Competition?

    Winner will get a prize of hosting the next competition? laal? Can't see anything good in this but let it be. I can't see anything good in the whole Idea tho this is scripting not mapping
  15. Cyro

    How to Cancel the reborn and make Unlimited Levels ?

    It is not in the server data it is in the sources, you should edit it and then compile the server
  16. Cyro

    Lua Maximum Levels Door

    function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) >= 60000 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You entered.") else doPlayerSendCancel(cid, "You need level 60000 to pass.") end return true end
  17. Cyro

    Check a maximum soul.

    Add more details please?? I can't understand u
  18. Cyro

    Windows site hacked?

    What is this lol Check ur /www and make sure u downloaded gesior from here: http://otland.net/threads/gesior-2012-version-1-0-1-for-0-2-x-0-3-6-and-all-0-4.176677/
  19. Cyro

    Problem with connection

    This is the support section of OTland. Support section of Lunar is over here: http://otland.net/forums/support.505/
  20. Cyro

    Exp Egg Help Please!

    Outfit egg: data/actions/actions.xml add these line <action itemid="6545" event="script" value="outfitegg.lua"/> <action itemid="6544" event="script" value="expegg.lua"/> data/actions/scripts/outfitegg.lua function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 6545...
Back
Top