The boat.lua is easy to fix.
Search for all the (doPlayerRemoveMoney(cid, 50) ,
then change this to (doPlayerRemoveMoney(cid, 0)
Try using the ctrl + h shortcut, this will search for all the (doPlayerRemoveMoney(cid, 50) and you can imidiately change all of the found ones to...