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

    Elime's NPC Editor

    @Elime Can yo make Monster Editor it will useful and thanks :)
  2. elking

    Webdesign My first layout

    Great :)
  3. elking

    Sharing my mapped oken

    Reupload
  4. elking

    8.54 RoXor Map (Old Style) !

    Reupdate
  5. elking

    Block Rune

    @Limos I fixed script for my Ot can you add how to remove after 3 using ??
  6. elking

    [Vip Check] help

    @Kekox Bump you help me ?
  7. elking

    Linux GetplayerCast talkaction

    I already want to share cast system function onSay(cid, words, param, channel) local tmp = param:explode(" ") if not(tmp[1]) then return doPlayerSendCancel(cid, "Parameters needed") end if tmp[1] == "on" then doPlayerSendTextMessage(cid...
  8. elking

    Getting down to level 1 after death

    If you used TFS 4.0 this bug come from changing wrong thing on vocation.xml so back it to default
  9. elking

    [Vip Check] help

    vip.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local vipitem = 5785 -- item ID medal (Edit 1) if getPlayerStorageValue(cid,11551) < 1 then if getPlayerLevel(cid) > 1 then doPlayerPopupFYI(cid, "congratulation ,we add 12 day to your character enjoy :)")...
  10. elking

    [Vip Check] help

    [14/05/2014 08:36:49] [Warning - Event::loadScript] Event onTimer not found (data/globalevents/scripts/daysremover.lua)
  11. elking

    [Vip Check] help

    Vipeffect.lua function onThink(interval, lastExecution) for _, name in ipairs(getOnlinePlayers()) do local cid = getPlayerByName(name) if (getPlayerStorageValue(cid,11551) >= 1) then doSendMagicEffect(getPlayerPosition(cid), 27)...
  12. elking

    [Vip Check] help

    yes and vip effect still coming from him
  13. elking

    [Vip Check] help

    when vip end player still able to use vip door and effect appear on him
  14. elking

    [Vip Check] help

    I use storage
  15. elking

    [Vip Check] help

    Yes I use it
  16. elking

    [Vip Check] help

    yes
  17. elking

    [Vip Check] help

    @Cronox when vip end [no check send] player able to use door and effect
  18. elking

    Automatic zombie problem

    Can you make it ?and post it
Back
Top