ride={["start"]=0,Ride= function (vnum)ride_info = { 
[ 71124 ] = { 20114 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71125 ] = { 20115 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71126 ] = { 20116 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71127 ] = { 20117 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71128 ] = { 20118 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71137 ] = { 51001 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71138 ] = { 51002 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71139 ] = { 20230 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71140 ] = { 20231 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71141 ] = { 20232 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
[ 71142 ] = { 20225 , 5 * 60 , apply . DEF_GRADE_BONUS , 5 , 1 , false } , 
} 
if pc . level < ride_info [ vnum ] [ 5 ] then 
say_title ( "Informaie:" ) 
say ( "Nu ai nivelul necesar pentru a mblnzi acest" ) 
say ( "mount, nearc mai trziu." ) 
return 
elseif pc . is_polymorphed ( ) then 
say_title ( "Informaie:" ) 
say ( "Nu poi face aa ceva ct timp eti transformat." ) 
return 
elseif pc . is_riding ( ) then 
say_title ( "Informaie:" ) 
say ( "Nu poi face aa ceva, deoarece eti" ) 
say ( "deja pe un mount.." ) 
return 
else 
pc . mount ( ride_info [ vnum ] [ 1 ] , ride_info [ vnum ] [ 2 ] ) 
pc . mount_bonus ( ride_info [ vnum ] [ 3 ] , ride_info [ vnum ] [ 4 ] , ride_info [ vnum ] [ 2 ] ) 
if true == ride_info [ vnum ] [ 6 ] then 
pc . remove_item ( vnum , 1 ) 
end 
end 
end }