local xpBoostItem = Action()
function xpBoostItem.onUse(player, item, fromPosition, target, toPosition, isHotkey)
local boostTime = 120 * 60 -- 120 minut (czas w sekundach)
local boostValue = 50 -- 200% więcej expa
-- Sprawdzamy, czy gracz już ma aktywnego boosta
if...