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

Doesn't Work!!!! Help Please!

jacksponge

New Member
Joined
Nov 29, 2008
Messages
106
Reaction score
3
Am trying to make a blessed shield that:

"Actions"

1: Absorb Physical: 5%
2: Skill shield :+3
3: Skill Distance : +3
4: Skill Sword: +3
5: skill Axe: +3
6: skill Club: +3
7: Magic Skill: +3

Items.xml:​
:


PHP:
<item id="2523" article="a" name="blessed shield">
		<attribute key="description" value="The shield grants divine protection."/>
		<attribute key="weight" value="6800"/>
		<attribute key="defense" value="40"/>
		<attribute key="absorbPercentPhysical" value="3"/>
		<attribute key="skillShield" value="3"/>
		<attribute key="skillDist" value="3"/>
		<attribute key="skillSword" value="3"/>
		<attribute key="skillAxe" value="3"/>
		<attribute key="skillClub" value="3"/>
		<attribute key="magicpoints" value="3"/>
		<attribute key="weaponType" value="shield"/>
	</item>

Movements.xml:​

PHP:
<!-- Shields -->
	<movevent event="Equip" fromid="2523" slot="shield" function="onEquipItem">
	<vocation name="Knight"/>
		<vocation name="Elite Knight" showInDescription="0"/>
		<vocation name="Paladin"/>
		<vocation name="Rolya paladin" showInDescription="0"/>
	</movevent>
	<movevent event="DeEquip" itemid="2523" slot="shield" function="onDeEquipItem"/>

That Should work right?

But is not working :(
 
Last edited:
Still don't work :(..
am just having a hard time "with a easy script"


---------------------------------------------------------------------
I Fixed But still dont work :(

PHP:
<movevent event="Equip" itemid="2523" slot="shield" function="onEquipItem">

PHP:
You see a blessed shield (Def:40, Magic level +3) It can olny be wielded properly by knight and paladins. It weihgs 68.00 oz. The shield grants divine protection.


thats all it does and the Magic Level +3.. DOESN'T WORK... :(

Help me please? :/
 
Last edited:

Similar threads

Back
Top