• 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. Sarah Wesker

    RevScripts Exp eggs is bug

    The code you posted seems to be fine, the problem you have must be in other scripts where you make use of these functions.
  2. Sarah Wesker

    Lua Double casting ue

    you can use 2 combats, or change it before using it function spell.onCastSpell(creature, variant) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) if combat:execute(creature, variant) then addEvent(function(creatureId) local creature = Creature(creatureId)...
  3. Sarah Wesker

    Lua Double casting ue

    function spell.onCastSpell(creature, variant) if combat:execute(creature, variant) then addEvent(function(creatureId) local creature = Creature(creatureId) if creature then combat:execute(creature, Variant(creature:getPosition()))...
  4. Sarah Wesker

    C++ Life leech chance using decimal numbers

    double random_number = (rand() % 10000) / 100.0;
  5. Sarah Wesker

    I have a question about server and story i'm working on rn.

    looks very interesting, keep it up <3
Back
Top