--[[ 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:getDodgeLevel() local message = "DODGE SYSTEM \n The system consists of defending a percentage of incoming attacks. \n \n For example: \n Each stone used gives 0.3% more chance. \n With 10 stones, you will have a 3% chance to defend 50% of attacks received. \n With 100 stones (maximum), you have a 30% chance to defend 50% of attacks received. \n Each stone you use, your dodge skill increases by 1 point.\n\n------------------\nCurrent dodge skill: [" .. skill .. "/100]" doPlayerPopupFYI(player, message) end