Troca isso:
setPlayerStorageValue(cid, 102086, getPlayerStorageValue(cid, 102086)-1)
doSendAnimatedText(getThingPos(cid), 'Rep-', 144)
doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT,"Você perdeu 1 ponto de reputação por matar "..getCreatureName(target)..".")
Por isso:
setPlayerStorageValue(cid, 102086, getPlayerStorageValue(cid, 102086)+1)
doSendAnimatedText(getThingPos(cid), 'Rep+', 30)
doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT,"Você ganhou 1 ponto de reputação por matar "..getCreatureName(target)..".")