• 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 [Request] fix my burst arrow damage

    Someone could help me to fix my burst arrow damage? [17:31:01.655] [Error - Weapon Interface] [17:31:01.655] In a callback: data/weapons/scripts/burst_arrow.lua:onGetFormulaValues [17:31:01.656] (Unknown script file) [17:31:01.656] Description: [17:31:01.656]...
  2. D

    guild members online in look.

    I've tried here, and not work too player.cpp: In member function ‘virtual std::__cxx11::string Player::getDescription(int32_t) const’: player.cpp:256:36: error: base operand of ‘->’ is not a pointer size_t memberCount = guildId->getMemberCount(); ^ player.cpp:259:50: error: base operand of...
  3. D

    Lua Help to change formula wands

    TY again u save me :D
  4. D

    Lua Help to change formula wands

    Ty so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I think its the last ask... There is a way to detect if item is a wand by this funcion: getItemWeaponType for exemple return ((weaponType > 0 and weaponType < 7) or self.item.armor ~= 0) What id is wand id?
  5. D

    Lua Help to change formula wands

    Lol you are a pro... Thats why damage was 80 and no 100 8) <element energyPercent="20"/> Ty waiting anxiously for your help me to show where found to show wand atk on look
  6. D

    Lua Help to change formula wands

    I cant, i want use upgrade system on wands... Did you know where i search to change it? Using 3777 - 0.4 And did u know why attack is return 80 and not 100?
  7. D

    Lua Help to change formula wands

    I'm sorry guys movemment error was mine error, im noob, sorry... @Shyzoul I've tried your script change somethings: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA)...
  8. D

    Lua Help to change formula wands

    Someone pls could give a exemple or something?
  9. D

    Lua Help to change formula wands

    I dont understand
  10. D

    Lua Help to change formula wands

    I just put more on ( cause i tried local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) function onGetFormulaValues(cid, level, skill...
  11. D

    Lua Help to change formula wands

    I've tried him code too, don't work :( [11:45:15.117] [Error - Weapon Interface] [11:45:15.117] data/weapons/scripts/wands.lua [11:45:15.117] Description: [11:45:15.117] data/weapons/scripts/wands.lua:1: attempt to call global 'Combat' (a nil value) [11:45:15.117] [Warning - Event::loadScript]...
  12. D

    Lua Help to change formula wands

    [10:6:07.727] [Error - Weapon Interface] [10:6:07.727] data/weapons/scripts/wands.lua [10:6:07.727] Description: [10:6:07.727] (luaSetCombatCallBack) Combat not found [10:6:07.727] [Warning - Event::loadScript] Event onUseWeapon not found (data/weapons/scripts/wands.lua) [10:6:07.863] [Error -...
  13. D

    Lua Help to change formula wands

    I need put wand of vortex on movements? <!-- wand of vortex --> <movevent type="Equip" itemid="2190" slot="hand" event="script" value="onEquipItem"/> <movevent type="DeEquip" itemid="2190" slot="hand" event="script" value="onDeEquipItem"/>
  14. D

    Lua Help to change formula wands

    Errors [13:58:31.332] [Error - LuaInterface::loadFile] cannot open data/weapons/scripts/wand.lua: No such file or directory [13:58:31.332] [Warning - Event::loadScript] Cannot load script (data/weapons/scripts/wand.lua) [13:58:31.332] cannot open data/weapons/scripts/wand.lua: No such file or...
  15. D

    Lua Help to change formula wands

    How? On weapons scripts?
  16. D

    Lua Help to change formula wands

    I mean this attack <item id="2190" article="a" name="wand of vortex"> <attribute key="description" value="Surges of energy rush through the tip of this wand." /> <attribute key="weight" value="1900" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="energy" />...
  17. D

    Lua Help to change formula wands

    function onGetFormulaValues(cid, level, maglevel) ??? But i don't want use level and magic level... I just want use attack of this wands
Back
Top