Edit the functions_vbookie.php file. in the /includes folder.
change "Ucash" and replace with "reputation".
Then save locally and ftp it over. Make sure you back it up incase you did it wrong.
===========================
EXAMPLE
===========================
case 'vcash':
$cash = (int)$vbulletin->userinfo['vbookie_cash'];
break;
case 'ucash':
$cash = (int)$vbulletin->userinfo['reputation'];
break;
case 'ebux':
$cash = (int)$vbulletin->userinfo['ebux'];
break;
case 'custom':
($hook = vBulletinHook::fetch_hook('vbookie_get_user_cash') ) ? eval($hook) : false;
================================================== =====
DO NOT EDIT THE "UCASH" AFTER THE "CASE"
FOLLOW THIS STEP FOR ALL "UCASH".
ALSO go to your ADMINCP and change the point system to UCASH and save the settings.