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

Search results

  1. Karofel

    Lua Optimize code - Action

    Hello, I wrote that script and now want to extend it, but i need to create so much tables etc for that. So there is someone who have idea how to optimize that? local chance1 = 1 local chance2 = 5 local chancerare = 20 local itemstodestroy = {25522, 2494, 25523} local mats = {5887, 5888} local...
  2. Karofel

    Lua Spell Problem

    Hello, i have a small problem there: local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_DRAWBLOOD) combat:setParameter(COMBAT_PARAM_BLOCKARMOR, 1) combat:setParameter(COMBAT_PARAM_BLOCKSHIELD, 1) local Crossbows = {2455, 5803, 8849, 8850, 8851, 8852, 8853, 18453, 16111...
Back
Top