• 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. Knight God

    Lua Help with NPC script who checks/changes storage ids or cids

    this is Mods & Lua Functions!! move to support please :/
  2. Knight God

    [Movement] Send to the dungeon

    bump
  3. Knight God

    Help solve these errors

    try ... the error is a missing file GuildWar.lua in the folder of the server
  4. Knight God

    Help solve these errors

    delete this line dofile("./GuildWar.lua")
  5. Knight God

    [Movement] Send to the dungeon

    bump
  6. Knight God

    Help solve these errors

    you have a lua script named: GuildWar.lua?
  7. Knight God

    [Movement] Send to the dungeon

    bump
  8. Knight God

    Help solve these errors

    post script?
  9. Knight God

    Lua Needing Script's!

    <rune name="Super SD" id="2263" allowfaruse="1" charges="0" maglv="30" lvl="300" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="attack/super sd.lua"/> add under <?xml version="1.0" encoding="UTF-8"?> <spells> <!-- Attack Runes -->
  10. Knight God

    Stamina problem

    you have this in your config.lua? rateStaminaLoss = 1 rateStaminaGain = 1 rateStaminaThresholdGain = 5 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true
  11. Knight God

    [Lua Function] Teleport If Player Have Quest Completed

    This means that if you have storage 22222 < 5, will be transported to the exit and if you have storage 22222 = 5, will be transported to Yalahar?
  12. Knight God

    [Movement] Send to the dungeon

    bump
  13. Knight God

    rewards at lvls

    ok, if you have not carpet mods, need add this in creatureevents first, copy all code and save in the name of: advance_rewards.lua local levels = { [30] = {2160, 5}, [40] = {2160, 5}, [50] = {2160, 5}, [60] =...
  14. Knight God

    Top 5 Players script

    bump i need this :3
  15. Knight God

    [Movement] Send to the dungeon

    bump :3
  16. Knight God

    rewards at lvls

    what tfs you are using?
  17. Knight God

    mana up help

    :3 try Forever add 20% of mana local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition, CONDITION_PARAM_STAT_MAXMANAPOINTSPERCENT, 20) function onUse(cid, item, fromPosition, itemEx, toPosition)...
Back
Top