--[[ Dodge & Critical fixado por Movie (Movie#4361) Disponibilizado para o TibiaKing e não autorizo outras reproduções Mantenha os créditos <3 --]] function onSay(player, words, param) local skill = player:getCriticalLevel() local message = "CRITICAL SYSTEM \n The system consists of having a chance to deal critical damage. \n \n For example: \n Each stone used gives 0.3% more chance. \n With 10 stones, you will have a 3% chance to hit one critical damage from attacks inflicted on your opponent. \n With 100 stones (maximum), you have a 30% chance to hit critical damage from attacks inflicted on your opponent. \n Each stone you use, your dodge skill increases by 1 point.\n\n------------------\nCurrent critical skill: [" .. skill .. "/100]" doPlayerPopupFYI(player, message) end