Who wants to take this script . I give script with reward item and not points as a reward
local names = {'earth stone', 'icy stone', 'fire stone', 'wind stone'}
local rewards = {{2160, 50}, {5080, 1}, {9969, 1}, {5785, 1}, {2349, 1}}
function onDeath(cid, corpse, deathList)
if...