• 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!

Recent content by Casper1996

  1. C

    were do i change the color of the healing text? the numbers is purple! want them green!

    [25/03/2020 22:23:45] [Error - Action Interface] [25/03/2020 22:23:45] data/actions/scripts/xhealrune.lua:onUse [25/03/2020 22:23:45] Description: [25/03/2020 22:23:45] data/actions/scripts/xhealrune.lua:8: attempt to call global 'doPlayerAddHealth' (a nil value) [25/03/2020 22:23:45] stack...
  2. C

    were do i change the color of the healing text? the numbers is purple! want them green!

    Now it dosent say how much it heals and not the whole word Second healing just "Second He"
  3. C

    were do i change the color of the healing text? the numbers is purple! want them green!

    local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) local health_minimum = 1200 local health_maximum = 1750 local...
  4. C

    exhaustion between manarune and Healing spells

    Solved! Thax alot dude!!!!
  5. C

    exhaustion between manarune and Healing spells

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) function onCastSpell(cid, var) doCreatureSay(cid,"DONATE MANA",19)...
  6. C

    exhaustion between manarune and Healing spells

    On my server there is alot of exhaustion between using manarune and healing spells and i dont want that does anyone know how to change that ? (when i use exura vita it takes some time to be able to use manarune again)
  7. C

    The best VIP system ever! [Action/Movevent/Globalevent]

    Already added it the thing that solved the issue was bury Solved! Remove the line on 100-compact.lua: db.executeQuery = db.query
  8. C

    The best VIP system ever! [Action/Movevent/Globalevent]

    [05/03/2020 17:13:47] [Error - Action Interface] [05/03/2020 17:13:47] data/actions/scripts/vipmedal.lua:onUse [05/03/2020 17:13:47] Description: [05/03/2020 17:13:47] data/lib/050-function.lua:13: attempt to call field 'Query' (a nil value) [05/03/2020 17:13:47] stack traceback: [05/03/2020...
Back
Top