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

Solved edited item does not work

curruwilliam

Hello =]
Joined
Apr 22, 2014
Messages
124
Reaction score
2
HI, Because the item edited in version 10.77 does not work within the game

Code:
    <item id="8925" article="a" name="axe vip">
        <attribute key="weight" value="11000" />
        <attribute key="defense" value="38" />
        <attribute key="attack" value="67" />
        <attribute key="weaponType" value="axe" />
        <attribute key="extradef" value="1" />
        <attribute key="skillAxe" value="3" />
    </item>
Only works atk and def, the:
Code:
  <attribute key="extradef" value="1" />
        <attribute key="skillAxe" value="3" />
It does not work

i am using: https://github.com/orts/server
 
add the weapon to weapons.xml and or there needs to be one in movements aswell never used 10.77 yet!
It has nothing in movements and weapons.xml
Items edited still does not work =/
The attribute to +5 magic level does not work and everyone else.
Type the original items work anymore when I will make a new item not work
 
Put something like this in weapons.xml so it reads that the weapon is registered!
Code:
    <!-- Avenger -->
   <melee id="6528" level="75" unproperly="1" event="function" value="default">
     <vocation id="4"/>
     <vocation id="8" showInDescription="0"/>
   </melee>
 
it did not work

Put something like this in weapons.xml so it reads that the weapon is registered!
Code:
    <!-- Avenger -->
   <melee id="6528" level="75" unproperly="1" event="function" value="default">
     <vocation id="4"/>
     <vocation id="8" showInDescription="0"/>
   </melee>
what's up =x
 
Last edited by a moderator:
Back
Top