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

    use item on item to cast spell

    is it possible to do, like.. If use Rune 2305 and use it on item 1982 it will consume both of them then do: local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, 60 * 60 * 1000) setConditionParam(condition...
  2. T

    stop s[pell from taking arrow from backpack

    Alright so i have htis spell here, that shoots at multiple monsters and takes away arrows accordingly however, i dont want the spell to steal arrows from the backpack, i only want them to take the arrows from the Arrow Slot Only. can anyone help me out? Rep++ local combat =...
  3. T

    (luaDoCombat) Combat not found

    Hello, i have been trying to convert one of Mock the bears great scripts http://otland.net/f81/berserker-mode-91551/ Into a spell that consumes Hp per second instead of a Chat command that takes soul. i got the thing pretty much working i think, gives the effects and turns on/off but it says...
Back
Top