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

    LevelReq + Item on Teleport?

    Lol, rep me too for the making the script?
  2. OTx

    LevelReq + Item on Teleport?

    Here you are. Hope it works :) function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local spellbook = 6120 local levReq = 20 if(getPlayerSlotItem(cid, CONST_SLOT_RIGHT).itemid == spellbook or getPlayerSlotItem(cid, CONST_SLOT_LEFT).itemid == spellbook) then...
  3. OTx

    LevelReq + Item on Teleport?

    witch item should the player have equipped?
  4. OTx

    Need !Info Me Script ----> Look V

    Did this in 5 minutes. Hope this works :) function onSay(cid, words, param) local info = { [1] = {"Max Mana: ", getCreatureMaxMana(cid)}, [2] = {"Current Mana: ", getCreatureMana(cid)}, [3] = {"Max Health: ", getCreatureMaxHealth(cid)}, [4] = {"Current Health: "...
  5. OTx

    Random area

    Cought = stun? or what?
  6. OTx

    Summon Monster.

    oh lol, fail xd but if that local didn't work then the remove summon shouldn't work.. local function f(c) -- By Cykotitan if isMonster(c) then doRemoveCreature(c) end end local summonName = "Hero" local summonTime = 30 function onCastSpell(cid, var) -- Spell by Cykotitan / edited by OTx...
  7. OTx

    Summon Monster.

    it's already mentioned in the script...
  8. OTx

    Summon Monster.

    local function f(c) -- By Cykotitan if isMonster(c) then doRemoveCreature(c) end end local = summonName = "Hero" local = summonTime = 30 function onCastSpell(cid, var) -- Spell by Cykotitan / edited by OTx local p = getThingPos(cid) if getTileInfo(p).protection then doCreatureSay(cid...
  9. OTx

    [USA] 8.6 - Insanityot.zapto.org IS BACK! VERSION 2! [USA]

    Test on players? why don't you test it by yourself?
  10. OTx

    [USA] 8.6 - Insanityot.zapto.org IS BACK! VERSION 2! [USA]

    why did you teleport him?
  11. OTx

    Random area

    That should be his request.
  12. OTx

    Random area

    example: explosion.lua: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_EXPLOSION) setAttackFormula(combat...
  13. OTx

    need donation castle map will Rep++ :D

    then you should not host an ot.
  14. OTx

    [SWEDEN] OTx 8.6 - Fast Experience - FAST ATTTACK | STARTS TODAY 23:30 CET

    I can't start the server with gdb. The GUI dies when It want to load the map ;o
  15. OTx

    [SWEDEN] OTx 8.6 - Fast Experience - FAST ATTTACK | STARTS TODAY 23:30 CET

    The server just crashed :( May be DDos or some bug in scripts :/ I don't know what script, else i would fix it asap.
  16. OTx

    Fully working quests etc?

    Lol, are you kidding me? Are you trying to find the: Download - setup server way?
  17. OTx

    [SWEDEN] OTx 8.6 - Fast Experience - FAST ATTTACK | STARTS TODAY 23:30 CET

    Sorry for the MC player that ruined the record system. You can only login with 1 player per account. Now everything is back as it should and no donation items were received to him. His characters are all gone! The server is back up again!
Back
Top