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

    mana rune problem

    thanks to the first script I could fix mine so I'll help you :P this is what I have in spells.xml <rune name="Mana Rune" id="2276" allowfaruse="1" charges="5" lvl="80" exhaustion="1000" maglv="18" aggressive="0" needtarget="1" blocktype="solid" script="manarune.lua" />
  2. N

    party buff spell with haste, can't do it =/

    nope =/ they don't work, but I don't think the problem is a bug on condition values. I think I just scripted it wrongly. utito mas sio (buff party spell) does work, I copied and added haste and then it didn't work.
  3. N

    Lua Beginner Tutorial

    how can I have 2 primary functions on the same script? it's for a spell that makes you go faster and at the same time buffs your skills. by the way, great tutorial, learned a lot.
  4. N

    party buff spell with haste, can't do it =/

    hey everybody I was trying to do a party buff spell that besides giving you skills, also gives you speed, when I try to use this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)...
Back
Top