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

VIp items

skenchu

New Member
Joined
Mar 14, 2009
Messages
218
Reaction score
0
Location
Holland, Rotterdam
i have a working VIP-system
but how can i make items which only VIP players can use?

and something more: is there a good AAC expect Gesior :@ that have a webshop?
 
Well as I understood you to use weapons so only VIPS
Well, that is

ata / movements / movements.xml

An example

<movevent type="DeEquip" itemid="8821" slot="armor" event="function" value="onDeEquipItem"/>
type="Equip" <movevent itemid="2495" slot="legs" event="function" value="onEquipItem">
id="1"/> <vocation
id="5"/> <vocation
id="2"/> <vocation
id="6"/> <vocation

<vocation id="1"/> <--- edit this, your ID for vocations VIPS
id="9"/> <vocation
id="10"/> <vocation
id="11"/> <vocation
id="12"/> <vocation
 
Back
Top