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

Search results

  1. D

    Lua Help to change formula wands

    bump
  2. D

    [Znote AAC 1.4] Show marriage/flags on characterprofile.php

    That flags tutorial is to znote aac 1.2 i think
  3. D

    Lua Help to change formula wands

    Could u give exemple with my script? Cause i just found it: https://otland.net/threads/poison-arrow-onuseweapon.239758/ to onuseweapon
  4. D

    Lua How to get bow attack in burst arrow script

    Right? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 0) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA)...
  5. D

    Lua Help to change formula wands

    bump
  6. D

    Lua How to get bow attack in burst arrow script

    Guys i tried it: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 0) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA)...
  7. D

    Lua How to get bow attack in burst arrow script

    How to get the bow attack to edit my burstarrow.lua (i need bow attack, not arrow attack) [12:9:51.314] [Error - Weapon Interface] [12:9:51.314] In a callback: data/weapons/scripts/burst_arrow.lua:onGetFormulaValues [12:9:51.314] (Unknown script file) [12:9:51.314] Description: [12:9:51.314]...
  8. D

    Lua Help to change formula wands

    I want make a new formula attack wand to make others system... Someone could help me? Whats i made worng? weapons.xml <wand id="2190" mana="2" type="energy" event="function" value="wands.lua"> <!-- Wand of Vortex --> <vocation id="1"/> </wand> weapons/wands.lua function...
Back
Top