<?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.
// ============================================================
//
// ConsumeItemSystem lets you add in client custom jewels / other right click items (similar to fruit), and upon use you will receive level up points
// Please use Fruit as base for adding new custom Consume items
// MaxRewardPoint = how many points in total player can add using jewels
-->
<ConsumeItemSystem Enabled="1" MaxRewardPoint="1000" UseSuccessMsg="You received %d Level Up Points" UseFailMessage="Max points exceeds upper limit %d" >
	<Item Cat="19" Index="200" RewardPoints="40" />
	<Item Cat="19" Index="201" RewardPoints="59" />
	
</ConsumeItemSystem>