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

oh this server ("")0_o("") i need healp

Gubailovo

Well-Known Member
Joined
Dec 19, 2013
Messages
407
Solutions
2
Reaction score
62
I cannot change the type of weapon, equipment slot, attack and defense.
through the item iditor, only the selected one is edited.
5453454.jpg
I looked through everything I can (did not find an answer). The server is very user-friendly. Only buffs to equipment or weapons are added through the HML item. I also looked through everything in the database - there are only spells and recipes for crafting.
I'll post it items.XML and actions.lua (just in case)
items.XML
XML:
<?xml version="1.0"?>
<items>
    <!-- mining -->
    
    <item id="5393" charges="10000" /><!-- small selenit -->
    <item id="5394" charges="100000" /><!-- medium selenit -->
    <item id="5495" charges="10000" /><!-- small ellisium -->
    <item id="5496" charges="100000" /><!-- medium ellisium -->
    <item id="5399" charges="10000" /><!-- small mifril -->
    <item id="5400" charges="100000" /><!-- medium mifril -->
    <item id="3616" charges="10000" /><!-- rubin -->
    <item id="5377" charges="10000" /><!-- emerald -->
    <item id="5694" charges="10000" /><!-- sapphire -->
    <item id="5536" charges="10000" /><!-- amethyst -->
    <item id="2555" charges="1000000" />
    <item id="5074" charges="1000000" />
    <item id="5075" charges="1000000" />
    

    
    <item id="8383" dmax="500000000"><!-- backpack of the lost -->
        <buff title="+50 Capacity" func_name="buff_capacity" value="50"/>
    </item>
    
    <item id="2342" dmax="500000000"><!-- DARKON HELM -->
        <buff title="100 Health Regen" func_name="buff_regen_hp" value="100"/>
        <buff title="100 Mana Regen" func_name="buff_regen_mp" value="100"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="500 Mana Point" func_name="buff_mp" value="500"/>
        <buff title="40 Physical protection" func_name="buff_resist_phys_p" value="40"/>
        <buff title="40 Death protection" func_name="buff_resist_death_p" value="40"/>
        <buff title="40 Holy protection" func_name="buff_resist_holy_p" value="40"/>
        <buff title="+10% Experience" func_name="buff_addexp_p" value="10"/>
        <buff title="+10 Superloot chance" func_name="buff_superloot_chance" value="10"/>
    </item>
    
    <item id="2343" dmax="500000000"><!-- SUPER DARKON HELM -->
        <buff title="500 Health Regen" func_name="buff_regen_hp" value="500"/>
        <buff title="500 Mana Regen" func_name="buff_regen_mp" value="500"/>
        <buff title="2000 Health Point" func_name="buff_hp" value="2000"/>
        <buff title="2000 Mana Point" func_name="buff_mp" value="2000"/>
        <buff title="80 Physical protection" func_name="buff_resist_phys_p" value="80"/>
        <buff title="80 Death protection" func_name="buff_resist_death_p" value="80"/>
        <buff title="80 Holy protection" func_name="buff_resist_holy_p" value="80"/>
        <buff title="80 Ice protection" func_name="buff_resist_ice_p" value="80"/>
        <buff title="80 Fire protection" func_name="buff_resist_fire_p" value="80"/>
        <buff title="80 Energy protection" func_name="buff_resist_energy_p" value="80"/>
        <buff title="+100% Experience" func_name="buff_addexp_p" value="100"/>
        <buff title="+100 Superloot chance" func_name="buff_superloot_chance" value="100"/>
    </item>
    
    <!-- WEAPON -->
    <item id="8185" dmax="540000000"><!-- Red Dragon -->
        <buff title="Earth damage" func_name="buff_earth_damage" value="1"/>
        <buff title="+25% Slows Target" func_name="buff_slow_trgt" value="25"/>
        <buff title="+50 Skill dist" func_name="buff_skill_dist" value="50"/>
        <buff title="Ignore Defense" func_name="buff_deff_ignore" value="1"/>
        <buff title="300 Health Point" func_name="buff_hp" value="300"/>
        <voc_ex name="none"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="knight"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="8199" dmax="540000000"><!-- Black Dragon -->
        <buff title="+50 Skill dist" func_name="buff_skill_dist" value="50"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="Mana Shield" func_name="buff_manashield" value="1"/>
        <buff title="+1 Target" func_name="buff_target_damage" value="1"/>
        <voc_ex name="none"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="knight"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="7994" dmax="540000000"><!-- big bro -->
        <buff title="Death damage" func_name="buff_death_damage" value="1"/>
        <buff title="+50 Skill dist" func_name="buff_skill_dist" value="50"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="+100 Speed" func_name="buff_speed" value="100"/>
        <voc_ex name="none"/>
        <voc_ex name="ranger"/>
        <voc_ex name="marksman"/>
        <voc_ex name="knight"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="8012" dmax="540000000"><!-- small bro (shield)-->
        <buff title="+30 Speed" func_name="buff_speed" value="30"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="Mana Shield" func_name="buff_manashield" value="1"/>
        <buff title="+500 Loot chance" func_name="buff_loot_chance" value="500"/>
        <buff title="Paralyze immunity" func_name="buff_deparalyze" value="1"/>
        <voc_ex name="none"/>
        <voc_ex name="ranger"/>
        <voc_ex name="marksman"/>
        <voc_ex name="knight"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="8241" dmax="500000000"><!-- Demonhunter -->
        <buff title="Holy damage" func_name="buff_holy_damage" value="1"/>
        <buff title="+30 Speed" func_name="buff_speed" value="30"/>
        <buff title="+25 Physical protection" func_name="buff_resist_phys_p" value="25"/>
        <buff title="+50 Skill club" func_name="buff_skill_club" value="50"/>
        <buff title="+30 Shielding skill" func_name="buff_skill_shield" value="30"/>
        
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
        <voc_ex name="vampire"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    
    <item id="7085" dmax="500000000"><!-- StoneWall -->
        <buff title="1000 Health Point" func_name="buff_hp" value="1000"/>
        <buff title="+25 Physical protection" func_name="buff_resist_phys_p" value="25"/>
        <buff title="+30 Shielding skill" func_name="buff_skill_shield" value="30"/>
        <buff title="15 Death protection" func_name="buff_resist_death_p" value="15"/>
        <buff title="15 Holy protection" func_name="buff_resist_holy_p" value="15"/>
        <buff title="15 Ice protection" func_name="buff_resist_ice_p" value="15"/>
        <buff title="15 Fire protection" func_name="buff_resist_fire_p" value="15"/>
        <buff title="50 Earth protection" func_name="buff_resist_earth_p" value="50"/>
        <buff title="15 Energy protection" func_name="buff_resist_energy_p" value="15"/>
        
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
        <voc_ex name="vampire"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    
    <item id="7784" dmax="500000000"><!-- Demonkiller -->
        <buff title="Holy damage" func_name="buff_holy_damage" value="1"/>
        <buff title="+30 Speed" func_name="buff_speed" value="30"/>
        <buff title="+25 Physical protection" func_name="buff_resist_phys_p" value="25"/>
        <buff title="+25% life drain" func_name="buff_life_drain" value="25"/>
        <buff title="+50 Skill sword" func_name="buff_skill_sword" value="50"/>
        
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    
    <item id="8017" dmax="500000000"><!-- Bloody -->
        <buff title="+30 Speed" func_name="buff_speed" value="30"/>
        <buff title="+10% life drain" func_name="buff_life_drain" value="10"/>
        <buff title="+20 Skill sword" func_name="buff_skill_sword" value="50"/>
        <buff title="300 Health Point" func_name="buff_hp" value="300"/>
        
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    
    <item id="7734" isStuff="1" dmax="360000000"><!-- GEOMANSER STUFF -->
        <buff title="Earth damage" func_name="buff_earth_damage" value="1"/>
        <buff title="+30 Speed" func_name="buff_speed" value="30"/>
        <buff title="+25 Physical protection" func_name="buff_resist_phys_p" value="25"/>
        <buff title="+1000 Max mana" func_name="buff_mp" value="1000"/>
        <buff title="+25 Magic level" func_name="buff_magiclevel" value="25"/>
        
        <voc_ex name="none"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="vampire"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    
    <item id="8387" dmax="900000000"><!-- bag -->
        <buff title="+500 Hit Point" func_name="buff_hp" value="500"/>
        <buff title="150 Health Regen" func_name="buff_regen_hp" value="150"/>
        <buff title="100 Mana Regen" func_name="buff_regen_mp" value="100"/>
        <buff title="+500 Loot chance" func_name="buff_loot_chance" value="500"/>
        <buff title="30 Physical protection" func_name="buff_resist_phys_p" value="30"/>
        <buff title="30 Death protection" func_name="buff_resist_death_p" value="30"/>
        <buff title="30 Holy protection" func_name="buff_resist_holy_p" value="30"/>
        <buff title="30 Ice protection" func_name="buff_resist_ice_p" value="30"/>
        <buff title="30 Fire protection" func_name="buff_resist_fire_p" value="30"/>
        <buff title="30 Earth protection" func_name="buff_resist_earth_p" value="30"/>
        <buff title="30 Energy protection" func_name="buff_resist_energy_p" value="30"/>
    </item>
    
    <!-- PIEDMONT KING SET -->
    <item id="7589" dmax="500000000"><!-- BOOTS -->
        <buff title="30 Speed" func_name="buff_speed" value="30"/>
        <buff title="500 Loot chance" func_name="buff_loot_chance" value="500"/>
        <buff title="100 Health Regen" func_name="buff_regen_hp" value="100"/>
        <buff title="30 Physical protection" func_name="buff_resist_phys_p" value="30"/>
        <buff title="Paralyze immunity" func_name="buff_deparalyze" value="1"/>
        
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="7578" dmax="500000000"><!-- LEGS -->
        <buff title="150 Health Regen" func_name="buff_regen_hp" value="150"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="20 Death protection" func_name="buff_resist_death_p" value="20"/>
        <buff title="30 Earth protection" func_name="buff_resist_earth_p" value="30"/>
        
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="7603" dmax="500000000"><!-- ARMOR -->
        <buff title="150 Health Regen" func_name="buff_regen_hp" value="150"/>
        <buff title="40 Death protection" func_name="buff_resist_death_p" value="40"/>
        <buff title="50 Earth protection" func_name="buff_resist_earth_p" value="50"/>
        <buff title="50 Lifedrain protection" func_name="buff_resist_lifedrain_p" value="50"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    <item id="7598" dmax="500000000"><!-- HELM -->
        <buff title="+500 Loot chance" func_name="buff_loot_chance" value="500"/>
        <buff title="100 Health Regen" func_name="buff_regen_hp" value="100"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="50 Lifedrain protection" func_name="buff_resist_lifedrain_p" value="50"/>
        <voc_ex name="none"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
    
    
    <!-- GEOMANSER SET -->
    <item id="7764" dmax="500000000"><!-- GEOMANSER_BOOTS -->
        <buff title="30 Speed" func_name="buff_speed" value="30"/>
        <buff title="500 Loot chance" func_name="buff_loot_chance" value="500"/>
        <buff title="100 Mana Regen" func_name="buff_regen_mp" value="100"/>
        <buff title="30 Physical protection" func_name="buff_resist_phys_p" value="30"/>
        <buff title="Paralyze immunity" func_name="buff_deparalyze" value="1"/>
        <voc_ex name="none"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    <item id="7754" dmax="500000000"><!-- GEOMANSER_LEGS -->
        <buff title="5 Health Regen" func_name="buff_regen_hp" value="5"/>
        <buff title="100 Mana Regen" func_name="buff_regen_mp" value="100"/>
        <buff title="500 Mana Point" func_name="buff_mp" value="500"/>
        <buff title="20 Death protection" func_name="buff_resist_death_p" value="20"/>
        <buff title="30 Earth protection" func_name="buff_resist_earth_p" value="30"/>
        <voc_ex name="none"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    <item id="7724" dmax="500000000"><!-- GEOMANSER_ARMOR -->
        <buff title="100 Mana Regen" func_name="buff_regen_mp" value="100"/>
        <buff title="40 Death protection" func_name="buff_resist_death_p" value="40"/>
        <buff title="50 Earth protection" func_name="buff_resist_earth_p" value="50"/>
        <buff title="50 Lifedrain protection" func_name="buff_resist_lifedrain_p" value="50"/>
        <buff title="500 Mana Point" func_name="buff_mp" value="500"/>
        <voc_ex name="none"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    <item id="7713" dmax="500000000"><!-- GEOMANSER_HELM -->
        <buff title="+500 Loot chance" func_name="buff_loot_chance" value="500"/>
        <buff title="100 Mana Regen" func_name="buff_regen_mp" value="100"/>
        <buff title="500 Mana Point" func_name="buff_mp" value="500"/>
        <buff title="50 Lifedrain protection" func_name="buff_resist_lifedrain_p" value="50"/>
        <voc_ex name="none"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="knight"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="marksman"/>
    </item>
    
    <!-- KOSCHEY SET -->
    <item id="7654" dmax="500000000"><!-- KOSCHEY_BOOTS -->
        <buff title="50 Speed" func_name="buff_speed" value="50"/>
        <buff title="30 Physical protection" func_name="buff_resist_phys_p" value="30"/>
        <buff title="50 Loot chance" func_name="buff_loot_chance" value="50"/>
        <buff title="10 Skill sword" func_name="buff_skill_sword" value="10"/>
        <buff title="+10% life drain" func_name="buff_life_drain" value="10"/>
    </item>
    <item id="7643" dmax="500000000"><!-- KOSCHEY_LEGS -->
        <buff title="500 Hit Point" func_name="buff_hp" value="500"/>
        <buff title="20 Health Regen" func_name="buff_regen_hp" value="20"/>
        <buff title="30 Death protection" func_name="buff_resist_death_p" value="30"/>
        <buff title="20 Physical protection" func_name="buff_resist_phys_p" value="20"/>
        <buff title="50 Loot chance" func_name="buff_loot_chance" value="50"/>
        <buff title="+10% life drain" func_name="buff_life_drain" value="10"/>
    </item>
    <item id="7623" dmax="500000000"><!-- KOSCHEY_ARMOR -->
        <buff title="500 Hit Point" func_name="buff_hp" value="500"/>
        <buff title="5 Mana Regen" func_name="buff_regen_mp" value="5"/>
        <buff title="5 Health Regen" func_name="buff_regen_hp" value="5"/>
        <buff title="30 Death protection" func_name="buff_resist_death_p" value="30"/>
        <buff title="20 Physical protection" func_name="buff_resist_phys_p" value="20"/>
        <buff title="+10% life drain" func_name="buff_life_drain" value="10"/>
    </item>
    <item id="7622" dmax="500000000"><!-- KOSCHEY_HELM -->
        <buff title="+300 Hit Point" func_name="buff_hp" value="300"/>
        <buff title="+10% life drain" func_name="buff_life_drain" value="10"/>
        <buff title="20 Health Regen" func_name="buff_regen_hp" value="20"/>
        <buff title="+50 Loot chance" func_name="buff_loot_chance" value="50"/>
        <buff title="10 Death protection" func_name="buff_resist_death_p" value="10"/>
    </item>

<item id="5295" isStuff="1" minLevel="75" charges="40000">
    <buff title="Death damage" func_name="buff_fire_damage" value="1"/>
    <voc_ex name="ranger"/>
    <voc_ex name="rogue"/>
    <voc_ex name="marksman"/>
    <voc_ex name="druid"/>
    <voc_ex name="priest"/>
    <voc_ex name="werewolf"/>
    <voc_ex name="knight"/>
    <voc_ex name="vampire"/>
    <voc_ex name="paladin"/>
    <voc_ex name="sorcerer"/>
    <voc_ex name="spellmaster"/>
</item>


<item id="5097" isStuff="1" minLevel="10" charges="10000" priceSC="5"/>
<item id="2453" isStuff="1" minLevel="10" charges="50000" priceSC="10">
    <buff title="Death damage" func_name="buff_death_damage" value="1"/>
</item>
<item id="5981" isStuff="1" minLevel="10" dmax="360000000" priceSC="120">
    <buff title="Death damage" func_name="buff_death_damage" value="1"/>
</item>
<item id="5677" isStuff="1" minLevel="10" dmax="900000000">
    <buff title="Ice damage" func_name="buff_ice_damage" value="1"/>
    <voc_ex name="ranger"/>
    <voc_ex name="knight"/>
    <voc_ex name="werewolf"/>
    <voc_ex name="rogue"/>
    <voc_ex name="marksman"/>
    <voc_ex name="vampire"/>
    <voc_ex name="paladin"/>
</item>

<item id="5264" dmax="324000000" priceSC="20">
    <voc_ex name="knight"/>
    <voc_ex name="vampire"/>
    <voc_ex name="paladin"/>
    <voc_ex name="druid"/>
    <voc_ex name="werewolf"/>
    <voc_ex name="priest"/>
    <voc_ex name="sorcerer"/>
    <voc_ex name="lich"/>
    <voc_ex name="spellmaster"/>
</item>

<item id="2111" distWeaponBreakingChance = "100"/>
<item id="2389" distWeaponBreakingChance = "5"/>
<item id="2399" distWeaponBreakingChance = "10"/>
<item id="1294" distWeaponBreakingChance = "3"/>
<item id="2410" distWeaponBreakingChance = "7"/>

<item id="2547" minLevel="35"/>
<item id="5702" priceSC="1"/> <!-- premium -->

----------- SWORD --------------------
<item id="5268" dmax="5" price="6000000">
    <buff title="+9 Regen HP" func_name="buff_regen_hp" value="9"/>
    <buff title="+18 Skill Sword" func_name="buff_skill_sword" value="18"/>
    <buff title="+550 Hit Point" func_name="buff_hp" value="550"/>
    <voc_ex name="druid"/>
    <voc_ex name="sorcerer"/>
    <voc_ex name="ranger"/>
    <voc_ex name="werewolf"/>
    <voc_ex name="rogue"/>
    <voc_ex name="marksman"/>
    <voc_ex name="priest"/>
    <voc_ex name="lich"/>
    <voc_ex name="spellmaster"/>
</item>

----------- AXE ----------------------
<item id="2415" dmax="5" price="6000000">
    <buff title="+9 Regen HP" func_name="buff_regen_hp" value="9"/>
    <buff title="+18 Skill axe" func_name="buff_skill_axe" value="18"/>
    <buff title="+550 Hit Point" func_name="buff_hp" value="550"/>
    <voc_ex name="druid"/>
    <voc_ex name="sorcerer"/>
    <voc_ex name="ranger"/>
    <voc_ex name="werewolf"/>
    <voc_ex name="rogue"/>
    <voc_ex name="marksman"/>
    <voc_ex name="priest"/>
    <voc_ex name="lich"/>
    <voc_ex name="spellmaster"/>
</item>

----------- CLUB --------------------
<item id="5645" dmax="5" price="6000000">
    <buff title="+9 Regen HP" func_name="buff_regen_hp" value="9"/>
    <buff title="+18 Skill club" func_name="buff_skill_club" value="18"/>
    <buff title="+550 Hit Point" func_name="buff_hp" value="550"/>
    <voc_ex name="druid"/>
    <voc_ex name="sorcerer"/>
    <voc_ex name="ranger"/>
    <voc_ex name="werewolf"/>
    <voc_ex name="rogue"/>
    <voc_ex name="marksman"/>
    <voc_ex name="priest"/>
    <voc_ex name="lich"/>
    <voc_ex name="spellmaster"/>
</item>
---------------------------------------

</items>

can you help me
I am using OTB 1.3.281-7.60 (tried several item editors) but I think this is not the case
if I open the otb after compilation, the item will sync everything. but if you reinstall the item iditor and open the otb file, only what is circled in red in the image above is saved.
Post automatically merged:

did not fit
actions.lua
 

Attachments

Last edited:
no one can help?
maybe the problem is that things have strength? (that is, over time, the thing breaks down)
 
If I were you I would use itemeditor 0.4

1cf151a5191a55af68e8fb980e224a58.png

Gyazo (https://gyazo.com/1cf151a5191a55af68e8fb980e224a58)
 
653.jpg
Post automatically merged:

with 0.4 the same
Post automatically merged:

you can share your version ?
Post automatically merged:

ItemEditor 0.4.0.1

PluginOne

XML:
<settings>
    <clients>
        <client version="800" description="Client 8.00" otbversion="7" datsignature="467FD7E6" sprsignature="467F9E74"/>
        <client version="810" description="Client 8.10" otbversion="8" datsignature="475D3747" sprsignature="475D0B01"/>
        <client version="811" description="Client 8.11" otbversion="9" datsignature="47F60E37" sprsignature="47EBB9B2"/>
        <client version="820" description="Client 8.20" otbversion="10" datsignature="486905AA" sprsignature="4868ECC9"/>
        <client version="830" description="Client 8.30" otbversion="11" datsignature="48DA1FB6" sprsignature="48C8E712"/>
        <client version="840" description="Client 8.40" otbversion="12" datsignature="493D607A" sprsignature="493D4E7C"/>
        <client version="841" description="Client 8.41" otbversion="13" datsignature="49B7CC19" sprsignature="49B140EA"/>
        <client version="842" description="Client 8.42" otbversion="14" datsignature="49C233C9" sprsignature="49B140EA"/>
        <client version="850" description="Client 8.50 v1" otbversion="15" datsignature="4A49C5EB" sprsignature="4A44FD4E"/>
        <client version="850" description="Client 8.50 v2" otbversion="15" datsignature="4A4CC0DC" sprsignature="4A44FD4E"/>
        <client version="850" description="Client 8.50 v3" otbversion="15" datsignature="4AE97492" sprsignature="4ACB5230"/>
        <client version="854" description="Client 8.54 v1" otbversion="16" datsignature="4B1E2CAA" sprsignature="4B1E2C87"/>
        <client version="854" description="Client 8.54 v2" otbversion="16" datsignature="4B0D46A9" sprsignature="4B0D3AFF"/>
        <client version="854" description="Client 8.54 v3" otbversion="17" datsignature="4B28B89E" sprsignature="4B1E2C87"/>
        <client version="855" description="Client 8.55" otbversion="18" datsignature="4B98FF53" sprsignature="4B913871"/>
    </clients>
</settings>
PluginTwo
XML:
<settings>
    <clients>
        <client version="860" description="Client 8.60 v1" otbversion="19" datsignature="4C28B721" sprsignature="4C220594"/>
        <client version="860" description="Client 8.60 v2" otbversion="20" datsignature="4C2C7993" sprsignature="4C220594"/>
        <client version="861" description="Client 8.61" otbversion="21" datsignature="4C6A4CBC" sprsignature="4C63F145"/>
        <client version="862" description="Client 8.62" otbversion="22" datsignature="4C973450" sprsignature="4C63F145"/>
        <client version="870" description="Client 8.70" otbversion="23" datsignature="4CFE22C5" sprsignature="4CFD078A"/>
        <client version="871" description="Client 8.71" otbversion="24" datsignature="4D41979E" sprsignature="4D3D65D0"/>
        <client version="872" description="Client 8.72" otbversion="25" datsignature="4DAD1A1A" sprsignature="4DAD1A32"/>
        <client version="873" description="Client 8.73" otbversion="26" datsignature="4DBAA20B" sprsignature="4DAD1A32"/>
        <client version="900" description="Client 9.00" otbversion="27" datsignature="4DBAA20B" sprsignature="4DAD1A32"/>
        <client version="910" description="Client 9.10" otbversion="28" datsignature="4E12DAFF" sprsignature="4E12DB27"/>
        <client version="920" description="Client 9.20" otbversion="29" datsignature="4E807C08" sprsignature="4E807C23"/>
        <client version="940" description="Client 9.40" otbversion="30" datsignature="4EE71DE5" sprsignature="4EE71E06"/>
        <client version="944" description="Client 9.44 (old)" otbversion="31" datsignature="4F0EEFBB" sprsignature="4F0EEFEF"/>
        <client version="944" description="Client 9.44 v1" otbversion="32" datsignature="4F105168" sprsignature="4F1051D7"/>
        <client version="944" description="Client 9.44 v2" otbversion="33" datsignature="4F16C0D7" sprsignature="4F1051D7"/>
        <client version="944" description="Client 9.44 v3" otbversion="34" datsignature="4F3131CF" sprsignature="4F3131F6"/>
        <client version="946" description="Client 9.46" otbversion="35" datsignature="4F6B341F" sprsignature="4F5DCEF7"/>
        <client version="950" description="Client 9.50" otbversion="36" datsignature="4F75B7AB" sprsignature="4F75B7CD"/>
        <client version="952" description="Client 9.52" otbversion="37" datsignature="4F857F6C" sprsignature="4F857F8E"/>
        <client version="953" description="Client 9.53" otbversion="38" datsignature="4FA11252" sprsignature="4FA11282"/>
        <client version="954" description="Client 9.54" otbversion="39" datsignature="4FD5956B" sprsignature="4FD595B7"/>
        <client version="960" description="Client 9.60" otbversion="40" datsignature="4FFA74CC" sprsignature="4FFA74F9"/>
        <client version="961" description="Client 9.61" otbversion="41" datsignature="50226F9D" sprsignature="50226FBD"/>
        <client version="963" description="Client 9.63" otbversion="42" datsignature="503CB933" sprsignature="503CB954"/>
        <client version="970" description="Client 9.70" otbversion="43" datsignature="5072A490" sprsignature="5072A567"/>
        <client version="980" description="Client 9.80" otbversion="44" datsignature="50C70674" sprsignature="50C70753"/>
        <client version="981" description="Client 9.81" otbversion="45" datsignature="50D1C5B6" sprsignature="50D1C685"/>
        <client version="982" description="Client 9.82" otbversion="46" datsignature="512CAD09" sprsignature="512CAD68"/>
        <client version="983" description="Client 9.83" otbversion="47" datsignature="51407B67" sprsignature="51407BC7"/>
        <client version="985" description="Client 9.85" otbversion="48" datsignature="51641A1B" sprsignature="51641A84"/>
        <client version="986" description="Client 9.86" otbversion="49" datsignature="5170E904" sprsignature="5170E96F"/>
    </clients>
</settings>
PluginThree
XML:
<settings>
    <clients>
        <client version="1010" description="Client 10.10" otbversion="50" datsignature="51E3F8C3" sprsignature="51E3F8E9"/>
        <client version="1020" description="Client 10.20" otbversion="51" datsignature="5236F129" sprsignature="5236F14F"/>
        <client version="1021" description="Client 10.21" otbversion="52" datsignature="526A5068" sprsignature="526A5090"/>
        <client version="1030" description="Client 10.30" otbversion="53" datsignature="52A59036" sprsignature="52A5905F"/>
        <client version="1031" description="Client 10.31" otbversion="54" datsignature="52AED581" sprsignature="52AED5A7"/>
        <client version="1041" description="Client 10.41" otbversion="55" datsignature="5383504E" sprsignature="53835077"/>
        <client version="1077" description="Client 10.77" otbversion="56" datsignature="38DE" sprsignature="5525213D"/>
        <!-- <client version="1097" description="Client 10.97" otbversion="57" datsignature="42A3" sprsignature="57BBD603"/> -->
    </clients>
</settings>
 
Last edited:
5465.jpg
I downloaded the ready-made link because I can't compile
Post automatically merged:

It's not about the program - everything works fine with other servers. Server side problem (I think it is being edited in the database, but I didn't find anything there)
I'll throw off the entire date folder (can someone find where to register the attack and the equipment slot)
who wants to use sprites and a map (but the map is hard to adapt to a standard server) and who is interested (there are nice scripts (crafting construction quests sets of items buffs sharpening, etc.)
i just want to understand this server
 

Attachments

Last edited:
This informations u can change in items.xml
XML:
    <item id="8199" dmax="540000000"><!-- Black Dragon -->
        <buff title="+50 Skill dist" func_name="buff_skill_dist" value="50"/>
        <buff title="500 Health Point" func_name="buff_hp" value="500"/>
        <buff title="Mana Shield" func_name="buff_manashield" value="1"/>
        <buff title="+1 Target" func_name="buff_target_damage" value="1"/>
        <voc_ex name="none"/>
        <voc_ex name="ranger"/>
        <voc_ex name="rogue"/>
        <voc_ex name="knight"/>
        <voc_ex name="vampire"/>
        <voc_ex name="paladin"/>
        <voc_ex name="druid"/>
        <voc_ex name="werewolf"/>
        <voc_ex name="priest"/>
        <voc_ex name="sorcerer"/>
        <voc_ex name="lich"/>
        <voc_ex name="spellmaster"/>
    </item>
I can’t put an attack or choose a slot
I hell knows what this server is written on))
Post automatically merged:

the editor works (the characteristics on the server change), but I won't find where and how.
thanks for the tool, mine did not display images
 
Back
Top