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

    Tfs 0.4

    As you said, you want to make yourself a DONATOR so do not spect something back or it would not be a donation.
  2. Kekox

    The best VIP system ever! [Action/Movevent/Globalevent]

    @Rozinx I dont know how to work with os time :( xd
  3. Kekox

    Brazil Sucks

    holand vs spain will be the final
  4. Kekox

    Scripter Necronia Needs You!

    Since necroxia there is a lot of newbie server named "necro~".. get your own name for god sake..
  5. Kekox

    Compiling How to remove "you are death.." window In Source Files?? where i should look for it?

    dude just go to your sources, ctrl + f and look for "you're death" if it does not appear, then its a client side..
  6. Kekox

    Walk through player

    Pff Even if he edit it for you, I bet you dont know how to compile either.. and you'll need to :)
  7. Kekox

    Walk through player

    Donate and get the sources 0.4, compile and there you go!
  8. Kekox

    The best VIP system ever! [Action/Movevent/Globalevent]

    Change onTime for onTimer... You're using 0.4_dev right? its onTimer..
  9. Kekox

    Linux Monsters

    Just change the name of the monster to capital letter... lol
  10. Kekox

    Anty crash server

    This script wont work. btw, its not an anti-crash.. every single server can crash anytime.. its just an anti magebomb.. onlyWithSameIP = "yes" Should be true instead of yes.
  11. Kekox

    The best VIP system ever! [Action/Movevent/Globalevent]

    There is a tutorial in the forum based on this vip system, look for it xd
  12. Kekox

    Thankyou.

    He really knows how to count ^^!
  13. Kekox

    [0.3.6] Problem with easy script.

    local items = {8922, 8910, 2407, 2432, 2436} function onAdvance(cid, type, oldlevel, newlevel) if (oldlevel ~= newlevel and type == SKILL__LEVEL) then if (newlevel >= 42 and getPlayerStorageValue(cid, 44563) == -1) then for s = 1, #items do...
  14. Kekox

    Linux Help compiling 8.57

    WTF? .exe on linux? You fail.. donator sources actually support protocol 854, 55, 56 and 57.
  15. Kekox

    How to Make your 3th vocation And Npc to sell it

    It is not an "[Action]" lol!
  16. Kekox

    The best VIP system ever! [Action/Movevent/Globalevent]

    via phpmyadmin xD! UPDATE `accounts` SET `vipdays` = X WHERE `id` = ( SELECT `account_id` FROM `players` WHERE `name`='Kekox' ) Just change the X for the days you want to add and the name Kekox for the name of the player..
  17. Kekox

    Lua Broadcast player script

    function onAdvance(cid, skill, oldLevel, newLevel) if skill == 1 and newLevel == 80 then doBroadcastMessage(os.date("%H:%M:%S", os.time()) .. " " .. getCreatureName(cid) .. ": You have reached level " .. newLevel .. " your automatic bless will be disabled there for you now you have to buy...
  18. Kekox

    Close

    I dont think so... I host with Redservicio and its a great host company.. I've been working with them since god knows how long without problem... Also I work with contenidopago too, no problem with them either.. I would not trust you since you've been banned 2 times from otland and you keep...
Back
Top