• 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

    Windows Got a problem Conection lost with mysql Windows

    Its probably because some people are attacking your server to the mysql connection port.. That always happens to me... They attack the mysql port and then the server lose connection with mysql database..
  2. Kekox

    Windows ZayPay Problem!

    I need some help setting up zaypay too >.< I already made a folder named "zaypay" and add there report.php and pay.php but when im going to the website I still get: Not Found The requested URL /zaypay/pay.php was not found on this server.
  3. Kekox

    Do you speed? (Driving)

    I dont speed (: speeding is an inmature action..
  4. Kekox

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

    Change function onTimer() to function onTime().
  5. Kekox

    Complaint New Post is fcked up :)

    Oh, yea... HAHAH WE FAIL.
  6. Kekox

    Best Name For A OT? REP++

    You really like the letter "Y" dont you?
  7. Kekox

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

    After a long time without cheking the thread... Here is another script. xD!: Thanks Legnak for the script, I just made it work. And thanks to cesar for the idea.. data/creaturescripts/scripts/templeteleport.lua function onLogin(cid) if getPlayerVipDays(cid) > 0 then...
  8. Kekox

    Complaint New Post is fcked up :)

    @Up Happens too in Google Chrome.. is not the explorer, is the forum.. its fixed now..
  9. Kekox

    [Gesior ACC] Football Highscore

    Elexonic, this only works if you have this system in your server: http://otland.net/f81/football-automatic-0-3-6-0-4-updated-99984/
  10. Kekox

    Lua Adding time to this script

    function createWall() doCreateItem(1386, 1, gatePosition) return true end function onUse(cid, item, fromPosition, itemEx, toPosition) local gatePosition = {x=912, y=992, z=7, stackpos=1} local getGate = getThingFromPos(gatePosition) local time = 60 --- seconds. if(item.uid == 6658) then...
  11. Kekox

    When we were noobs...

    Not knowing there was others land than rook so I got level 16 in rook :( and one day I talked to this guy, he asked me why I havnt left to main, thats when I discovered mainland!
  12. Kekox

    Windows Assertion Failed

    maybe you edited libs or something else than action/creaturescripts?
  13. Kekox

    Noob War or High-Level War?

    Thats obvious! Just by looking how you described both of them.. You were like: noob war = sux, low level, sux map high level war = rox, high level, rox map. My vote goes to noob war :)
  14. Kekox

    ModenAcc still saving passwords in Plain? why

    Are you sure you set it as sha1 on config.lua? You said you had it on SHAL.
  15. Kekox

    [WEB MODERN ACC (IPACC)] Help aKi plx!

    No has creado las tablas para el IPAcc en tu database ._.
  16. Kekox

    Talkaction -.-

    @Up Hey tekman, look at this: You're owned..
  17. Kekox

    Talkaction -.-

    dude, didnt you read the post of colandus? You cant do this: if(getPlayerPosition(cid) == {x = 1000, y = 993, z = 6, stackpos = 253}) then You need to use: comparePos(getPlayerPosition(cid), pos_here) Here, use it: function comparePos(pos1, pos2) return pos1.x==pos2.x and...
  18. Kekox

    Lua Error in script t.t

    --fixed by Kekox local cost = 20000 function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerPremiumDays(cid) == 0 then doPlayerSendCancel(cid, "You need premium to do this.") return true end if(getPlayerMoney(cid) < cost*5) then doPlayerSendCancel(cid, "You do not...
Back
Top