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

    Action Teleport Book, If have PZ = NO TP.

    Edit: You get teleported to a gay bed, run!
  2. Ekt

    Soul Link [World of Warcraft Idea]

    I want to understand what you want very specified. This storage is obtained from?
  3. Ekt

    Micropagos

    Hmmm, no estoy diciendo si tu mandas SMS sino que si tienes un OTSERVER pondrias el metodo de pago de "esta compañia"
  4. Ekt

    Action OnUse Item = Give Reward

    Hello here it is another of my simple scripts, NOTE: I AM LEARNING LUA, PLEASE CORRECT ME IF I DID IT BAD. function onUse(cid, item, frompos, item2, topos) if item.actionid == 212121 then queststatus = getPlayerStorageValue(cid,212121) if queststatus == -1 and...
  5. Ekt

    Action Teleport Book, If have PZ = NO TP.

    Well I am making a simple scripts, please correct me if I am wrong: function onUse(cid, item, fromPosition, itemEx, toPosition) if hasCondition(cid, CONDITION_INFIGHT) == TRUE then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Tienes que esperar a que la PZ se vaya MENSO!.")...
  6. Ekt

    MoveEvent StepIn a Tile and get Teleported to X Position if your Premium!

    I am learning lua I will post more cool scripts later...
  7. Ekt

    Micropagos

    Compañia de micropagos como Contenido Pago, Contenido ofrece un servicio muy bueno pero no el % adecuado, que tal si te dijeran que tendras 30% de comision y excelente servicio.
  8. Ekt

    MoveEvent StepIn a Tile and get Teleported to X Position if your Premium!

    Its a simple script, but it can be great for players that want to have another VIP access. function onStepIn(cid, item, position, fromPosition) if isPlayer(cid) and getPlayerPremiumDays(cid) == 0 then doTeleportThing(cid, fromPosition, true) --doCreatureSay(cid) else...
  9. Ekt

    Micropagos

    (Si alguien les dijera) Tengo una compañia de micropagos, ofrezco en mexico el 30% de comision y un excelente servicio brindando soporte para arreglar errores ademas de proporcionarte el archivo php para que lo puedas poner en tu website para que funcione 100%: Que Dirian? NOTA Es una...
  10. Ekt

    Webdesign My webdesigns etc.

    Elegant
  11. Ekt

    [Webdesign]Modern AAC - Pokemon Theme

    Simple but good. Maybe yes, can me usefull for some people.
  12. Ekt

    NewsHeadlineText.. help +rep!

    Please specify better your issue, I really dont see any difference between your 2 images.
  13. Ekt

    server kick all players

    Replace your save.lua in talkactions for this: local savingEvent = 0 function onSay(cid, words, param, channel) local tmp = tonumber(param) if(tmp ~= nil) then stopEvent(savingEvent) save(tmp * 60 * 1000) elseif(param == '') then doSaveServer() else local tid =...
  14. Ekt

    Misthera.net Spoofing!

    Thanks!
  15. Ekt

    [Linux] Some Usefull Iptables

    Here I leave some IPTABLES can be usefull for Some DDOS and blocking some floods. NOTE: Use this IPtables one by one. iptables -N syn-flood iptables -A syn-flood -m limit --limit 10/second --limit-burst 50 -j RETURN iptables -A syn-flood -j LOG --log-prefix "SYN flood: " iptables -A syn-flood -j...
  16. Ekt

    Misthera.net Spoofing!

    This server have actually like 750 online, you can see in GMT -6 at 4 AM with 450 online, this server have non-logout zones, all this people is AFK in trainers, login to this server and prove it yourself xinn.
  17. Ekt

    Misthera.net Spoofing!

    Misthera.net is using non-logout on trainers, you can login to misthera and exit in trainers and you wont disconnect. This server have 250 players online in trainers AFK or more take a look xinn.
  18. Ekt

    Linux Website... intalll.php

    Could you provide the tutorial link?
Back
Top