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

Recent content by the little guy

  1. T

    use item on item to cast spell

    im using TFS 0.3.6 (8.54)
  2. 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...
  3. T

    Ring/Amulet of exp

    bump
  4. T

    stop s[pell from taking arrow from backpack

    There is no error at all, See when arrows are in the arrow slot the spell works 100%, shoots at the right number of monsters and does damage, however once the arrows in the errow slot are gone and you have arrows in your backpack, and you use the spell, it takes the arrows from your backpack...
  5. T

    stop s[pell from taking arrow from backpack

    spell gave a huge consul error, and no longer took arrows at all D;
  6. 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 =...
  7. 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