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

Making donation items.

Gloyz

New Member
Joined
Mar 1, 2010
Messages
67
Reaction score
1
you guys i watched a tutorial he showed how to make a donation item but im so fucking bad at php etc

he told me to paste this in movements

<movevent type="Equip" itemid="7730" slot="legs" level="100" event="function" value="onEquipItem">
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
</movevent>
<movevent type="DeEquip" itemid="7730" slot="legs" event="function" value="onDeEquipItem"/>

so i pasted it down straight away and now i cant open my server cuz oof error :$
 
you guys i watched a tutorial he showed how to make a donation item but im so fucking bad at php etc

he told me to paste this in movements

<movevent type="Equip" itemid="7730" slot="legs" level="100" event="function" value="onEquipItem">
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
</movevent>
<movevent type="DeEquip" itemid="7730" slot="legs" event="function" value="onDeEquipItem"/>

so i pasted it down straight away and now i cant open my server cuz oof error :$

Post link for that tutorial? thanks!
 
Back
Top