<?xml version="1.0" encoding="utf-8"?>
<!--
// ============================================================
// == INTERNATIONAL GAMING CENTER NETWORK
// == www.igcn.mu
// == (C) 2010-2024 IGC-Network (R)
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// == File is a part of IGCN Group MuOnline Server files.
// ============================================================
//
// UseInventoryItem.xml is small plugin that lets you add new usable items  (Hawk Figurine, Charm, Talismans, Horsehoe etc) (ItemKindB = 47)
// You may also bind a Buff Effect from BuffEffectManager to the item, bind options from ItemOptionSystem_Exc.xml plugin, or ItemOptionManager.xml
// Player may wear just one item of its type at the same time, while he can wear MaxConcurrentUse of different items at the same time.
// MaxConcurrentUse = How many items of different kinds can be worn at the same time
-->
<UseItemSystem Enabled="1" MaxConcurrentUse="1" ErrorMessage="Max allowed to wear at the same time: %d statues" ErrorMessage2="You already have this item active">
	<Item Cat="19" Index="190" />
	<Item Cat="19" Index="191" />
	<Item Cat="19" Index="192" />
	<Item Cat="19" Index="193" />
	<Item Cat="19" Index="194" />
</UseItemSystem>