nec
New Member
can someone help me? i'm new in this.
muchas graciasdata/events/scripts/player.luain thefunction Player:onGainExperience(source, exp, rawExp)
usecreature:getSkull()
LUA:if self:getSkull() == SKULL_RED then exp = exp * 2 end if self:getSkull() == SKULL_BLACK then exp = exp * 4 end